home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 2 / adventuresinheaven2powergamesfordosandwindows.iso / dos / puzzles / egawhe19 / history.doc < prev    next >
Text File  |  1992-08-03  |  8KB  |  262 lines

  1. EGAWHEEL CHANGE.TXT by Russell R. Mueller
  2. (Versions prior to 5.00 are long forgotten)
  3.  
  4.  
  5. Version 5.00
  6. 1) Fixed FREE SPIN.  Previously, FREE SPIN acted as LOSE
  7.    TURN.
  8. 2) Compiled QuickBASIC 2.00
  9.  
  10.  
  11. Version 5.02
  12. 1) Fix FREE SPIN.  Previously on FREE SPIN, play continued
  13.    with next player.
  14. 2) Changed Wheel colors
  15. 3) Now guessing duplicate letter forfeits turn.  Previously
  16.    allowed player to keep guessing.
  17. 4) Proof read data file with Spell Checker.
  18. 5) Changed the [F4] QUIT to end in system rather than BASIC.
  19. 6) Retype title, "WHEEL OF FORTUNE" in center of Wheel
  20.    between rounds.
  21.  
  22.  
  23. Version 5.03
  24. 1) Puzzle uses shaded block instead of underline character.
  25. 2) If player loses turn and has a FREE SPIN marker, then he
  26.    is asked if he wants to use it.
  27. 3) Orange color is added to the Wheel.
  28. 4) Separate Data Editor created.
  29.  
  30.  
  31. Version 5.04
  32. 1) Compiled with QuickBASIC 3.00.  This fixes a graphics bug
  33.    from QuickBASIC 2.00 and also adds 8087 support.
  34. 2) Yellow color on Wheel made a darker yellow.
  35. 3) Current contestant is highlighted in bright blue instead
  36.    of dark red.
  37. 4) Data editor program access is added at beginning of
  38.    program.
  39.  
  40.  
  41. Version 5.05
  42. 1) Order of contestants is changed.  Now player 1 starts
  43.    Round 1, player 2 starts Round 2, and player 3 starts
  44.    Round 3, etc.
  45. 2) Screen mode is returned to screen 0 before quitting or
  46.    accessing editor.
  47. 3) Press any key to continue is fixed. Previously responded
  48.    only to RETURN key.
  49. 4) No more consonants warning is left on screen until end of
  50.    round.
  51.  
  52.  
  53. Version 5.06 (9/15/87)
  54. 1) No more consonants warning is moved to lower right of
  55.    Wheel.
  56. 2) Guess prompt is moved to line 21.
  57. 3) Fully erase the no more vowels prompt-used to leave the
  58.    't' at end of line.
  59.  
  60.  
  61. Version 5.07 (9/17/87)
  62. 1) Moved Data file read from beginning of program to screen
  63.    setup point in program .
  64.  
  65.  
  66. Version 5.08 (9/30/87)
  67. 1) Players retain their FREE SPINs throughout the game.
  68.    Previously, FREE SPINs were forfeited after first round.
  69. 2) FREE SPINs were forfeited with BANKRUPT; now kept until
  70.    used or game over.
  71.  
  72.  
  73. Version 6.00 (10/13/87)
  74. 1) Since the TV show (1987 Fall Season) has eliminated the
  75.    purchase of prizes after rounds, there is time for more
  76.    rounds.  In light of this, the number of rounds has been
  77.    increased from 3 to 5.
  78. 2) The values on the Wheel are changed to reflect the new
  79.    values on the TV show.
  80. 3) The version number is printed in the lower right hand
  81.    corner of the screen.
  82.  
  83.  
  84. Version 6.01 (10/14/87)
  85. 1) Mistyped data for round 2 values on Wheel. Missed 350 at
  86.    end of data line.  Fortunately, no distribution.
  87. 2) Restored continuation of Wheel spins.  Removed REM from
  88.    the line indexing the last Wheel spin. Why I added it, I don't
  89.    remember?
  90.  
  91.  
  92. Version 7.00 (10/15/87)
  93. 1) This version is intended for release to Public Brand
  94.    Software for distribution and their software contest.
  95. 2) Due to copyright and trademark laws, the "Wheel of
  96.    Fortune" names are changed to "EGAWHEEL".
  97. 3) Inclusion of Russell R. Mueller 1987 Copyright Notice at
  98.    beginning of game and editor and at end of game.
  99. 4) Notice of additional data file availability.
  100. 5) Compiled with Microsoft QuickBASIC 3.0 without 8087
  101.    support.  The 8087 is unnecessary in this program.
  102.  
  103.  
  104.  
  105. Version 7.10 (10/17/87)
  106. This version was mailed to Public Brand Software on this
  107. date.
  108. 1) Added routine to prevent same clue being repeated in any
  109.    session.
  110. 2) Typo in line 770 caused the period character to repeat in
  111.    clues having same.
  112.  
  113.  
  114. Version 7.11 (10/17/87)
  115. 1) Corrected the blanking of line 21 (left) prompt.  It was
  116.    slightly intruding on the Wheel.
  117.  
  118.  
  119. Version 7.20 (10/23/87)
  120. 1) Corrected error in editor.  Was possible to add null clue
  121.    or null description.
  122. 2) Changed the 'clicking' to use direct statements rather
  123.    than the sound command.  Problem was that faster machines
  124.    (Turbos, AT's) didn't have reliable click.
  125.  
  126.  
  127. Version 7.21 (11/05/87)
  128. 1) If player has less than $200 and guesses puzzle
  129.    correctly, then he wins $200.
  130.  
  131.  
  132. Version 7.22 (11/05/87)
  133. 1) Player X blanks out after introductory spin.  Only active
  134.    player names are displayed.
  135. 2) Removed blanking of Wheel values during spin to speed up
  136.    rotation.  Values overwrite previous.
  137.  
  138.  
  139. Version 7.23 (11/10/87)
  140. 1) [F4] exit point is changed to display the current
  141.    standings before exit.
  142. 2) Microsoft Copyright Notice added to game and editor.
  143.  
  144.  
  145. Version 7.23PBS (11/13/87)
  146. 1) This is the same as V.7.23 except for the inclusion of
  147.    the offer for 1000 more puzzles.  It is intended for
  148.    distribution only with the reduced data set of 200
  149.    puzzles.
  150.    
  151.  
  152.  
  153. Version 8.00 (11/26/87 Thanksgiving)
  154. 1) Major change in data file format.  I had reached the
  155.    memory limit of a 640K computer with 1478 files, so
  156.    divided files and forced a limit of 1000 puzzles per
  157.    file.  Files are named 1.DAT, 2.DAT, etc.  This also
  158.    speeds loads.
  159. 2) Change in data file required restructuring EGAWHEEL
  160.    program to randomly read the data files.  A
  161.    directory is read and stored in a file DIRFILE.  This is
  162.    accessed to determine the number of data files.  A random
  163.    number is generated to access one of the files for the
  164.    games to play.  This does not allow full access to all
  165.    puzzles during a session, but is adequate.
  166. 3) Change in data file required restructuring EDITWHEL
  167.    program to read only SELECTED file.  You may not add
  168.    more than 1000 puzzles to a file.
  169.    
  170.  
  171. Version 8.01 (11-28-87)
  172. Changes to EGAWHEEL only.
  173. 1) Added option of toggling sound on and off.  Okay, Mike???
  174. 2) Number of FREE SPINs acquired is counted and displayed.
  175.  
  176.  
  177.  
  178. Version 8.02 (12-28-87)
  179. Changes to EDITWHEL only.
  180. 1) Number of puzzles changed to 500 per file.   
  181.  
  182.  
  183.  
  184. Version 8.03 (12-28-87)
  185. Changes to EDITWHEL only.
  186. 1) Duplicate puzzle checking is added to all files.
  187.  
  188.  
  189.  
  190. Version 9.00 (01-06-88)
  191. Changes to EGAWHEEL and EDITWHEL
  192. 1) Change to a single random access file type to eliminate
  193.    the DOS SHELL command which is used to determine the
  194.    number of data files.  This will eliminate the need to
  195.    reboot after running EDITWHEL.  
  196. 2) Titles now boxed in EDITWHEL program.
  197.  
  198. * (1/88) EGAWHEEL wins 4th Semi-Annual Public Brand Software Contest
  199.   in the GAMES and EDUCATION category.
  200.        
  201. Version 9.01 (06-30-88)
  202. Changes to EDITWHEL
  203. 1) View Puzzles now shows category as well as puzzle.
  204. 2) Arrow keys used to page forward and back through puzzles.
  205.  
  206.  
  207. Version 10.00 (07-01-88)
  208. Major Change to Program Structures
  209. 1) Combined EGAWHEEL.EXE and EDITWHEL.EXE into one program.
  210.    Major effect is to save 40K of disk space.  Redundancy
  211.    in compiled programs eliminated.  Other minor mods include
  212.    restoring the caplock to its status before playing the game,
  213.    player color changes, restoring the color palette to the default,
  214.    and speeding the editor access.
  215.    
  216.    
  217. Version 10.10 (01-13-89)
  218. 1) Blanking of Left prompt occurs immmediately after key input.
  219.  
  220.  
  221. Version 10.20 (01-14-89)
  222. 1) Discovered bug in versions 9 through present.  A puzzle >38
  223.    characters or description >18 characters crashes program.
  224. 2) Compiled with Microsoft QuickBASIC V.4.5 suppressing coprocessor.
  225.  
  226. Version 10.30 (08-21-90)
  227. 1) Added support for ampersand character (&).
  228.  
  229. Version 11.00 (09-09-90)
  230. 1) Changed used character list to blank out letters as used.
  231.  
  232. Version 12.00 (01-05-91
  233. 1) Timer added to prevent long turns (cheating)!
  234. 2) Top "WHEELER" list added
  235.  
  236. Version 13.00 (01-31-91)
  237. 1) Fixed long-standing bug with high scores caused by bug in Microsoft
  238.    QuickBASIC 4.5 Compiler.
  239.  
  240. Version 14.00 (03-09-91)
  241. 1) Added the option to delete puzzles in editor.
  242.  
  243. Version 15.00 (04-15-91)
  244. 1) Fixed "no more vowels error".
  245. 2) Acceptance into the Association of Shareware Professionals, added ASP
  246.    Ombudsman statement, and ASP shareware text.
  247.  
  248. Version 16.00 (07-29-91)
  249. 1) Added more sound and music.
  250.  
  251. Version 17.00 (12-23-91)
  252. 1) Went back to soft click for wheel spin.
  253. 2) Added [F6] option to view subtotals.
  254.  
  255. Version 18.00 (6-02-92)
  256. 1) Mouse control added
  257. 2) Command line switches added
  258.  
  259. Version 19.00 (8-03-92)
  260. 1) Graphics updated to be similar to WINWHEEL.
  261.  
  262.