home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / PALM / Wordlet / changes.txt next >
Encoding:
Text File  |  1999-03-03  |  6.3 KB  |  148 lines

  1. Changes from 1.5
  2. ================
  3.  
  4. - added Custom game level where the user can modify time limit,
  5.   letter reuse, and minimum word length
  6. - added a preference to display the solved / valid statistics while
  7.   the game is running
  8. - added a 'Guest Mode' preference to allow guests to play without
  9.   affecting hard-earned statistics
  10. - improved performance by reworking StrLen() and StrCopy()
  11. - greatly minimized memory usage
  12. - fixed stack overflow when tapping the Applications button while
  13.   the details form was displayed on PalmOS 2.0 machines
  14. - shrunk the size of the Word List database wordlist.pdb (formerly
  15.   called DictDB - dictdb.pdb) by quite a bit
  16. - no longer uses the limited PalmOS system preferences functions...
  17.   Wordlet creates its own data db to store everything (which makes
  18.   it look like Wordlet is using 5-6k more than it used to in the
  19.   Memory app)
  20. - now usable on Palm 1000/5000?
  21. - can now use hardware scroll buttons to walk through the main
  22.   word list and the details form's solved and unsolved lists
  23. - now remembers selected item in details form's lists
  24. - detailsForm now uses FrmPopupForm() rather than FrmDoDialog() in
  25.   order to allow for hardware scrolling
  26. - now displays the game level in the bottom right corner
  27. - details form now displays 6 words in each list rather than 5
  28. - tapping Try without any letters pressed will no longer say
  29.   that the word is too short
  30. - tapping Done or More in the add/delete word forms will no longer
  31.   say that the word is too short if nothing has been entered
  32. - attempting to add/remove a word that is too short will no longer
  33.   close the add/remove word form 
  34. - fixed minor aesthetic bug when changing from timed game to
  35.   untimed in a points game
  36. - will not play a game with 0 valid words
  37. - fixed rare null string bug where Try is tapped before entry
  38.   has been used
  39. - high score for length-based games is now reported properly
  40.   in the recap form 
  41. - fixed problems with mid-game reuse/time changes and replayed games
  42. - attempting to replay during a running game will no longer end
  43.   the current game
  44. - changed font changing so that the next font's previous letter
  45.   set is not drawn first
  46. - moved 'New Game' button up a bit to create room for the dynamic
  47.   percentage display
  48. - broken (always added word to running game's valid list) dynamic word
  49.   addition has been fixed
  50. - default skill level is now medium
  51. - now confirms end game by default
  52. - resized and moved timer items to accomodate longer time periods
  53. - updateStatus() will not redraw the same string
  54. - added callback prologue and epilogue to the registration form
  55. - introduced crash protection so that running games with unsaved
  56.   data structures will not be attempted to be restored
  57. - changed registration scheme from key to reg/unreg version
  58. - fixed rare timer glitch when changing game style then replaying
  59.   the previous different style's game
  60. - removed/organized items in the individual prefs/game structures
  61. - added/removed words from the dictionary
  62. - minor change to handling of too many words found
  63.   
  64. Changes from 1.4
  65. ================
  66.  
  67. - now can pause a running game
  68. - if a game is running and Wordlet is exited, the game will be
  69.   restored when Wordlet is run again
  70. - adding a word to the dictionary is now dynamic (new word will be
  71.   valid in the current game if a game is in progress)
  72. - entering an incorrect key will now also give a message in the status
  73. - fixed contrived statistics form problem
  74. - new popup for unregistered attempts to use registered features
  75. - removed debug utility function and other redundant code
  76. - added/removed words from the dictionary
  77. - removed all references to Net.lib check
  78. - 22500 word dictionary now offered at the web site
  79.  
  80. Changes from 1.3
  81. ================
  82.  
  83. - games can now be scored both by percentage and by points based on the
  84.   length of the solved words 
  85. - now have the option of playing with adjacent letter reuse
  86. - by default, letter reuse is valid in hard games of percentage style
  87.   and easy games of point style
  88. - can now set Wordlet to pop up a confirmation dialog when the 'End
  89.   Game' button is pressed (option is turned off by default)
  90. - letter font is now a preference option
  91. - fixed case where skill level is changed then game is replayed...
  92.   now skill level changes will not take affect until a new,
  93.   non-replayed game is started
  94. - slightly improved board search/load algorithm
  95. - increased default dictionary size by another 10%
  96. - tapping in the main title tab will bring up the time
  97. - cancel button in reg form no longer does any processing
  98. - changed Creator ID to Word
  99.  
  100. Changes from 1.2
  101. ================
  102.  
  103. - now requires that button presses must be performed on adjacent
  104.   unused cubes, even if the resulting word formed by non-adjacent
  105.   or used letters is legal somewhere else on the board
  106. - registered users can now add/remove words to/from the dictionary
  107. - tapping on the 'End Game' button during a timed game will now
  108.   also pop up the game stats form and update your statistics with
  109.   those numbers
  110. - tapping the main form's word list after a game has finished will
  111.   now pop up the details form instead of the game stats form
  112. - can now replay game by tapping 'Replay Game' menu item
  113. - hard skill level now requires a minimum word length of 4 letters
  114. - rules menu item renamed to help
  115. - games played stat is now updated after a game has finished instead
  116.   of as the game is started
  117. - improved board search/load algorithm (about 20% faster)
  118. - resetting scores no long ends the current game
  119. - can no longer pop up keyboard in the main form
  120. - skill level changes are now reflected in the top status bar
  121. - using short-cut key to start a new game no long warps the bottom
  122.   left two button labels
  123. - internal dictionary database structure changes
  124. - increased dictionary size by another 5%
  125. - renamed app to Wordlet and dictionary to DictDB
  126.  
  127. Changes from 1.1
  128. ================
  129.  
  130. - works on the PalmPilot Personal
  131. - dictionary now is an external database that must be loaded
  132.   before playing
  133. - increased dictionary size by more than 100%
  134. - can now be set to average your cumulative scores by words or by
  135.   games
  136. - after a game once the stats form has been closed, tapping the main
  137.   solved word list will pop it back up
  138. - improved registration key handling
  139. - minor aesthetic changes
  140. - now gracefully exits on PalmOS 1.0 machines
  141.  
  142. Changes from 1.0
  143. ================
  144.  
  145. - dictionary size increased by around 55%
  146. - app size down to 51k from 79k
  147. - registered users can now reset their statistics
  148.