home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / game / think / uchess / readme < prev    next >
Text File  |  1994-07-13  |  16KB  |  419 lines

  1. v2.88
  2. Enhanced clock management for >25 secs/move games
  3. Also fixed problems with the hint move and contention between
  4. the 2 processes, and made the mvstr large enough for algr, it
  5. was too small before, resulting in corrupt data at times.
  6.  
  7. v2.87
  8. Split the game into 2 AmigaDOS processes, one for search/eval another
  9. for housekeeping, this allows stronger thinkahead with
  10. far fewer side effects, which would damage play in games
  11. where thinking was on.  Fixed a few draw/ttable bugs,
  12. ttable aging is now better than in 2.85/2.86
  13. Enhanced clock management, long games should be stronger.
  14. Retuned some pawn evaluations.
  15. All changes are transparent to the user.
  16.  
  17. v2.86
  18. Fixed up the repetition code, it was causing mis-scoring
  19. and interfering with play quality in many cases.
  20.  
  21. v2.85
  22. Changed the hashtable/evalcache routines, changed search and
  23. selectmove, incorporating modified versions of changes
  24. from gnuchess 4pl70 Made many changes to eval as well.
  25. This version should have improved playing strength vs
  26. other versions, from improved eval and much improved
  27. speed.  Some Black openings added.
  28.  
  29. v2.83
  30. Fixes some bugs in loading games, and in toggling book, bugs
  31. that would cause the hint mechanism to fail and always return
  32. "I have no idea" as the hint.  Also fixed a bad bug that sometimes
  33. happened when thinking was on, and you started with 1.e3
  34. Changed the way flashing the screen to signal a move works.
  35. Save game format is now changed to accomodate enpassant
  36. information.  Old games should still load, but enpassant
  37. will be messed up, possibly.
  38.  
  39. v2.81
  40. Features more readable newlook menus and now allows you
  41. to click drag multiple menu selections per standard Amiga
  42. specs.
  43.  
  44. v2.79
  45. Fixed menus so that they should work with MagicMenu
  46.  
  47. v2.78
  48. Fixed some NULLMOVE and search bugs, that could cause
  49. unusual performance, especially in endgames.
  50.  
  51. MAJOR Hash table performance boost, much faster eval
  52. as a result.
  53.  
  54. Many enhancements to search/recapture extensions in search(),
  55. result in deeper searches, better eval per ply as well.
  56.  
  57. Redid the white/black books, more variety, no real
  58. stupid openings, still very small book, but seems
  59. to be a safe one, and more variety than the stopgap
  60. book I was using.
  61.  
  62. This version supports 3rd party graphics cards.
  63. It supports them "natively" using the screenmode requestor.
  64. DO NOT use any screen promotion utilities like ChangeScreen
  65. or whatever, to promote the screens, just choose your
  66. graphics modes native screen from the screenmode requestor.
  67. For 15Khz monitor users, with AGA chipsets, the
  68. 64 and 256 color modes will now come up with
  69. DEFAULT_MONITOR screens, rather than forcing PAL mode.
  70. The screens will now autoscroll, so you can see the
  71. whole 480 pixel high image, even on NTSC monitors.
  72.  
  73. 3rd Party graphics notes:
  74.  
  75. You need OS version 3.0 or later for 3rd party graphics
  76. support. GVP Spectrum owners note the NOBOBS CLI option
  77. and the NO_BOBS=1 WB tooltype.
  78.  
  79. Do not use the RTG option on AGA/ECS modes, you can if you
  80. want, but the displays will use more memory and
  81. will be slower...
  82. To start with 3rd party graphics cards there are 2 new
  83. CLI options, RTG and NOBOBS:
  84.  
  85. UChess RTG
  86.  
  87. will start in RTG 3rd party graphics mode.  This will
  88. bring up the screenmode requestor and you can
  89. pick a screenmode for chess play.  It should be
  90. 640X480 to fit the bitmap...smaller will autoscroll
  91. but 3rd party graphics software may not autoscroll
  92. well...so use a 640X480 or larger screenmode
  93. The corresponding TOOLTYPE to add in the WB icon
  94. is :
  95. RTG=1
  96.  
  97. ******SPECIAL NOTE TO OWNERS OF GVP SPECTRUM EGS CARDS******
  98.        (OTHER BOARDS MAY HAVE THIS TROUBLE AS WELL)
  99.            (IF YOU HAVE LOCKUPS, TRY THIS)
  100.  
  101. The software with these boards will LOCK UP THE PGM
  102. when it tries to use BOBS, to prevent this from
  103. happening there is a new UChess argument.  From
  104. the CLI use:
  105.  
  106. UChess 0 RTG NOBOBS
  107.  
  108. this will inhibit UChess from using BOBS to animate/move
  109. pieces.  Meaning pieces you pick up with the mouse
  110. will be invisible until you drop them onto a square.
  111. This is due to deficiencies in the GVP software.
  112. without the NOBOBS argument, the GVP lack of system
  113. BOB support locks up the pgm entirely, so USE THIS OPTION!!
  114.  
  115. The corresponding TOOLTYPE in the WB icon is
  116.  
  117. NO_BOBS=1
  118.  
  119. v2.72
  120. Fixed a slight time control problem, it was not adding
  121. remaining time when # moves was completed.
  122. Also fixed a nullmove problem that may have resulted
  123. in wierd endgame checks.
  124.  
  125. v2.71
  126. Fixed bugs in search causing selective deepening to be
  127. too selective in many cases.
  128. Redid the repetition code as per 4PL68 standards, can
  129. now recognize perpetual check and other draw situations
  130. more readily.
  131. Many bug fixes which now make the ideas in 2.69 a reality
  132. for all games.  This version is more efficient, and makes
  133. fewer mistakes vs strong opponents than 2.69 did.
  134. Endgame is improved as well.
  135.  
  136. v2.69
  137. Fixed some endgame deficencies, in King-Knight-Bishop vs King
  138. endgame.  Fixed some lookahead bugs, and some slight mouse vs
  139. kbd display bugs.
  140.  
  141. v2.67
  142. Totally new eval/search.  This is based on gnuchess 4PL67 with
  143. many enhancements.  Searchs more nodes per ply, so will get
  144. fewer ply on slow machines, but plays better.  Also support for 
  145. Super72 mode 800X600X64 or 256 colors.  New CLI arg Super72, new 
  146. Tooltype SUPER72=1.  The L version requires 9M or more
  147. of FASTRAM (like before, but this was not clear to everyone).
  148. This version plays much more competitively vs skilled players
  149. and good computers, less daring against lesser opponents though.
  150. May not be as well suited to slower systems (020/030's), but
  151. in all tests it seems stronger, even on A3000/25's.
  152. (in computer v computer tests this version went 7-1-2 vs
  153. Sargon5 on a 486, v2.54 usually went about 3-5-2 or so)
  154.  
  155. v2.54
  156. Fixed some bugs with resign, and a small bug in undo
  157. which caused mate msg to be displayed if you
  158. undid mate.
  159. Plays the same as 2.53
  160.  
  161. v2.53
  162. Finally after days of effort I managed to find and
  163. fix a couple of bugs introduced in 2.50 with the new
  164. search on opponents time code...
  165. Bug fixes and changes to genmove (movelist) nullmove
  166. routines, and especially to search on opponents time
  167. logic.
  168.  
  169. v2.52
  170. Bug fixes to load game, and to transposition table routines.
  171. Some attempt to deal with eval == 20000 bug.
  172. Major speedup of movelist routines, speed of search and
  173. eval greatly increased.
  174.  
  175. v2.51
  176. Slight enhancement to endgame eval routines.
  177.  
  178. v2.50
  179. Many changes incorporated from the Gnuchess 4PL64 release.
  180. Any changes that did not conflict with UChess specific changes,
  181. were merged into this version.  Changes to endgame (major)
  182. eval and search routines were made, to bring this
  183. version up to Gnuchess 4PL64 standards.
  184. Many changes to clock handling routine, UChess now
  185. manages its clock MUCH better, and thinking on opponents
  186. time is MUCH improved, making UChess far better than
  187. before when this feature is enabled.
  188. NOTE: Rate Pgm is now slower than before, it takes it
  189. longer to calc some move situations because of a bug
  190. fix to the history table.  The older way resulted
  191. in missed moves, but could calc some situations faster,
  192. but not correctly.  This new way results in slower calcs,
  193. but correct calc of moves.
  194.  
  195. v2.35
  196. Cleaned up Mating routines, UChess will now choose shortest
  197. route to mate and not keep searching beyond that to come
  198. up with strange endgame moves.
  199. Fixed some eval and search buglets and fixed a side
  200. effect in Take Back move.  Now take back move will
  201. clear out history buffer, so re-eval of moves after
  202. takeback will result in best move being made, not
  203. necessarily a different move from the last choice.
  204. Taking Back a move now takes much more time, but
  205. results in steady gameplay.  Prior version often chose
  206. alternate moves after take back a move was chosen.
  207. Redid some of the positional modifiers in eval routines,
  208. this version seems to play quite a bit stronger and
  209. steadier than previous versions, when pressed.
  210. Recompiled using SAS/C 6.51
  211.  
  212. v2.33
  213. Exactly like 2.32 but will run on AmigaDOS 2.04 and 2.1 systems.
  214. Calls to SetABPenDrMd were made unconditionally in v2.32 of UChess,
  215. meaning v2.32 required AmigaDOS 3.0 or later to run..sorry.
  216.  
  217. v2.32 (recompiled using SAS/C 6.50)
  218. New Display Option for AGA machines, at startup you can
  219. specify FASTAGA (or 64) at the CLI or you can use the FASTA