home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / SS12A.ZIP / HISTORY.DOC next >
Text File  |  1994-04-02  |  3KB  |  84 lines

  1. Street Surgeon (c) 1994 Release History
  2.  
  3. v1.0 Feb 3, 1994
  4. ~~~~
  5.  * initial release
  6.  
  7. v1.1 Feb 18, 1994
  8. ~~~~
  9.  
  10.  * Corrected bug if user used exactly the same name for the game as his
  11.    bbs name, it would not work.
  12.  
  13.  * Made the Street Bum's levels closer to what your levels are. (-10,+10)
  14.  
  15.  * Fixed bug that would crash door - If door wanted number and you entered
  16.    a letter, it would crash.
  17.  
  18.  * Changed color and spacing a few place.
  19.  
  20.  * Changed the Medshop menu slightly
  21.  
  22.  * Optimized as much as possible.  Still too big!
  23.  
  24.  * Cut Delay screen time in half
  25.  
  26.  * Was using CALL in a few places instead of SIGNAL - changed them.
  27.  
  28.  * Found bug that if the guy had 99 in his PA, you couldn't hit him.
  29.    It was figured like by a random number from 1 to 100.  So you had
  30.    a 1 out of 100 chance of hitting him.  Now it is is PA divided by
  31.    2.  Much easier now.
  32.  
  33.  * Made it so if you don't knock the guy out with the injection you do
  34.    take them down by at most 5 points.
  35.  
  36.  * Made new menu - Utility.  I moved a few subs there too.
  37.  
  38.  * Added an Ansi Toggle
  39.  
  40.  * Gave the ability to users to change their game name
  41.  
  42.  * Unified the color even more
  43.  
  44. v1.2 Mar 29, 1994
  45. ~~~~
  46.  
  47.  * MAJOR UPGRADE - Made the users personal files all into one big file.
  48.  
  49.  * Also - Not User's handle name only contains messages - No long as real name
  50.  
  51.  * Cut down on the memory usage wherever possible.  Now only uses 180-250k
  52.    on my system per user.
  53.  
  54.  * Put spaces in where needed
  55.  
  56.  * User now can use their BBS name if it is one word (couldn't before)
  57.  
  58.  * Now doesn't delete entire DIR - Only the files it has made!
  59.  
  60.  * Numerous other bugs that I can't remember!
  61.  
  62.  * Now if someone does a level 8 or higher operation, all your stats are
  63.    reset.  Otherwise just your Physical Ablity and your Const. are reduced
  64.    by the operation number + 5.
  65.  
  66.  * If you mess up on an operation, you are now reduced also.  Only your
  67.    P.A. and Const. are reduce, however.
  68.  
  69.  * Bail is now required if you get caught by the Cybercops.
  70.  
  71.  * Now can reset (re-roll) user if you want to from Sysop Menu.
  72.  
  73.  * Made quick cheap top 10 Street Surgeons listing (very bad!!!)
  74.  
  75.  * RAM temp file now contains useful information about user - Will use in
  76.    future versions!
  77.  
  78.  * No more delay screen for un-registered!  Fully functional now!
  79.  
  80.  * Gambling no longer is weighted for the player.  Before it would add
  81.    the amount you won to the current amount of money you had.  Now it
  82.    takes the money away that you bet, and addes in the winnings.  Too
  83.    many people were getting rich that way!
  84.