home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / AZ_096.ISO / yahwho / revision.doc < prev    next >
Text File  |  1993-06-27  |  3KB  |  67 lines

  1.                 Revision History for YahWho
  2.  
  3. 5/30/93 - Rev 1.0 (Initial Release)
  4.  
  5. 6/6/93  - Rev 1.0a
  6.  
  7. - Fixed some small bugs involving Yahtzees and Bonuses.
  8.  
  9. - Added confirmation check when the player is about to score a zero.
  10.  
  11. - Modified sounds slightly.
  12.  
  13. - Snow checking option on the Preferences Dialog is only displayed now
  14. when running on a CGA card.
  15.  
  16. - Added capability to restart a new game with all the same players.
  17.  
  18. 6/7/93 - Rev 1.0b
  19.  
  20. - Added capability to specify save/load game files. YAHWHO.DSK is no
  21. longer used. Default game files have the author's initials (*.DKG) as an
  22. extension.
  23.  
  24. 6/17/93 - Rev 1.0c
  25.  
  26. - If a game was in progress when an attempt to load a new game from disk
  27. is made, the desktop is now cleared after the user confirms that they
  28. want to quit the current game and before the Load Game dialog is popped
  29. up.
  30.  
  31. - Frames around either the Dice or the Scoreboard now go inactive
  32. (single line) when another player's window is selected. Pulled the
  33. frame object into a separate unit for use in other programs. The
  34. necessity to create this object seemed a bit odd to me, especially since
  35. TV provides TFrame. TFrame will not allow itself to be inserted into a
  36. group within a Window. The program will hang if you try! I could have
  37. simply set the ofFramed option bit for the group, but this would not
  38. draw the frame double lined when focused. There is no further need to
  39. override the group's SetState method to have it redraw itself on change
  40. of focus. The frame now looks for the cmReceivedFocus and
  41. cmReleasedFocus messages from the owning group and redraws itself
  42. automatically.
  43.  
  44. - Added a Roll Counter to the top of the Dice Frame. This handy gadget
  45. has one side effect - it caused any games saved under previous revisions
  46. not to be able to be loaded. Play out your old games with the previous
  47. version before loading this one.
  48.  
  49. 6/18/93 - Rev 1.0d
  50.  
  51. - Oops! Fixed a bug that prevented YahWho from being able to locate its
  52. home directory. The help file and score files could not be found if
  53. YahWho was run from outside the home directory.
  54.  
  55. - Added a little DOS 2.x support (c'mon, folks) so that YahWho can find
  56. the Help and Score files by searching the PATH if it is executed from
  57. outside the home directory.
  58.  
  59. - New creature comfort to automatically capitalize the first letter of
  60. players names in the New Player dialog box. For you techies, this is
  61. handled with a Turbo Vision picture validator. Actually, it capitalizes
  62. the first letter of each word.
  63.  
  64. - Minor code changes here and there, mostly to improve efficiency and ease
  65. maintenance.
  66.  
  67.