home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / spiel / one / fixes.doc < prev    next >
Text File  |  1995-09-10  |  2KB  |  36 lines

  1. ONE For Windows Version 1.02 Fix List
  2.  
  3.  
  4. Version 1.01 - 07/11/95
  5.  
  6. - Logic was improperly implemented to refresh the deck if all cards were
  7.   drawn from the deck.  Logic was repaired to properly shuffle the discard
  8.   cards and replace them into the deck.
  9.  
  10. - Several other minor bugs fixed.  Minor changes to HELP file verbage.
  11.  
  12.  
  13. Version 1.02 - 09/11/95
  14.  
  15. - Problem at end of hand.  If a "Draw 2" or "Wild Draw 4" card was the last
  16.   card played, the next player is still supposed to draw his cards before
  17.   scores are totaled.  This was not being done.  Existing logic rewritten,
  18.   some additional logic added to repair this problem.
  19.  
  20. - Problem with logic when (human) player draws a card.  The program used to
  21.   allow a player to draw a card, then play any card in his hand (provided it
  22.   was a legal play).  This is actually a "renege" and should not be allowed.
  23.   Logic repaired so that if the (human) player elects to draw a card, he can
  24.   ONLY play the card he drew (provided it is a legal play).
  25.  
  26. - Problem with logic if a computer player only had wild cards remaining in
  27.   his hand.  The computer player was unable to pick a new color when a wild
  28.   card was played in this situation.  Logic was added to pick a new color if
  29.   this scenario occurs.
  30.  
  31. - Subroutines to draw and refresh the cards in each hand revised to 
  32.   eliminate screen "flicker" as much as possible, especially in 256-color 
  33.   mode.  Hardware problems with some video boards identified and corrected.
  34.  
  35. - Minor changes to HELP file verbage.
  36.