home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DRMTCH13.ZIP / WHATS.NEW < prev    next >
Text File  |  1994-02-23  |  2KB  |  71 lines

  1. 02/22/94  v1.3
  2.  
  3.     Been a SERIOUS long time since I;ve worked on this... ;)
  4.  
  5.    Found a bug in my highscore routine that would sometimes cause a
  6.    wierd highscore to show up.  Was caused by a blank user sometimes
  7.    being added into the userrec.   Fixed and forgotten! ;)
  8.    If you're getting a strange highscore in your listing, just delete
  9.    MATCH.DAT and all will be better now.
  10.  
  11.    Moved all *.DAT files to a sub-directory called DATA.  Either create
  12.    the directory and move them manually, or run INSTALL.BAT.
  13.  
  14.    The Door is now multi-node compatable.  To run it on a multi-node
  15.    system, you MUST have SHARE.EXE installed, and make MATCH.EXE's and
  16.    MATCH.OVR's attributes READ_ONLY!!
  17.  
  18.    Overlayed part of the door to lower the memory requirements. MATCH.OVR
  19.    is loaded into EMS for speed if enough is available.
  20.  
  21.    A few typos.
  22.  
  23.  
  24. 7/21/93  v1.2
  25.  
  26.     A BUNCH of minor adjustments :
  27.  
  28.     Added support for non-standard IRQ's.
  29.  
  30.     Small typo in the HighScore routine sometimes caused the #3 score
  31.     to mirror #1 or #2, depending on who was playing.  Fixed.
  32.  
  33.     The user_stat was sometimes not written correctly.  Fixed.
  34.     
  35.     The Stat_line was one space to the left off. Fixed.
  36.  
  37.     If someone quits in the middle of a game, their old best score is 
  38.     kept, instead of using the new amount of guesses.  Also, if the user
  39.     quits in the middle of a game, the are taken out of the door and must
  40.     re-enter to play again.
  41.  
  42.     An ANSi HighScore Bulletin is created when the user drops out of the
  43.     door.  Filename is MATCHTOP.ANS.  Just copy it to the directory you
  44.     want it in.
  45.  
  46.     My Batch is as follows:       @echo off
  47.                                   c:
  48.                                   cd \wwiv\chains\match
  49.                                   match \door.cfg
  50.                                   copy matchtop.ans \wwiv\gfiles\doorscor
  51.                                   cd \wwiv
  52.  
  53.     The default highscores were backwards (duh!)...  fixed 
  54.  
  55.     The #1 HighScore is now listed in White.
  56.  
  57.     Sometimes a users minutes weren't reset after midnight.  Fixed.
  58.  
  59.     Re-wrote the Your Info routine.  New screen.
  60.  
  61.     
  62. 5/25/93  v1.1
  63.  
  64.     Sometimes, when the screen was cleared, it would go all blue..Fixed.
  65.     Fixed a few typos....
  66.  
  67. 5/22/93  v1.0
  68.  
  69.     First Release
  70.  
  71.