home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / gnu / doc / changelog < prev    next >
Text File  |  1995-05-02  |  27KB  |  602 lines

  1. Fri Feb 3 Patchlevel 74 Chua Kong Sian (kongsian@nsrc.nus.sg)
  2.     * add forward pruning (-DPRUNE to activate)
  3.     * unlimited captures in quiescence (-DUNLIMITEDCAPS to activate)
  4.     * fine tune and clean up eval routines (double bishop bonuses,
  5.       higher bonuses for pawn advances, better endgame eval).
  6.     * update null move logic for better pruning
  7.     * modified time control logic.  
  8.     * new repetition() code from Dan Oetting.
  9.     * stalemate bug fix
  10. Thr Sep 18 Patchlevel 73 Mike McGann (mwm@ascom.ch)
  11.     * search updates and bugfixes from Tim Mann, Kong Sian, and Mike Mcgann
  12.       fixes search bugs for Linux, endgame play and speeds up search
  13.     * new interface to gnuan to provide interactive capability
  14.       for analysis
  15.     * add bk and eco commands.
  16.     * ability to read xboard fen positions (xget command)
  17.     * gnuan now accepts PGN games as input.
  18.     * Makefile updates from rocky@panix.com (R. Bernstein)
  19. Thr Jun 29 Patchlevel 71 Mike McGann (mwm@ascom.ch)
  20.     * Terminate search when mate found in transposition table (Chua Kong Sian)
  21.     * patches for xboard compatibility from Timm Mann(mann@src.dec.com)
  22.     * Fixes for search problems from Chua Kong Sian and Mike McGann
  23.         * Add book lookup command bk
  24.         * Change CaptureList to not do RQ non-capture moves
  25.     * Update man page
  26. Sat May 10 Patchlevel 70 Mike McGann (mwm@ascom.ch)
  27.     * Fixes for search problems from Chua Kong Sian
  28.      and Dr Michael J. White and Dmitry Dakhnovsky.
  29.     * fixes for HP compile from Richard Lloyd.
  30. Sat Mar 19 Patchlevel 69 Mike McGann (mwm@ascom.ch)
  31.     * New transition table code from Dan Oetting (oetting@gldfs.cr.usgs.gov)
  32.      separating the tt code into a separate module
  33.     * Fixes for the draw problems from Chua Kong Sian and Mike McGann
  34.     * better use of the transition table + size reduction
  35.     * lots of small bug fixes
  36.     * post command split to post/unpost for easier use in scripts
  37.      * fix for DEEPNULL bug from Chua Kong Sian (nsrccks@leonis.nus.sg)
  38. Sat Feb 12 Patchlevel 68 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  39.     * Patches by Chua Kong Sian and Mike McGann.
  40. Fri Feb 4 Patchlevel 67 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  41.     * New version by Mike McGann.
  42. Sun Jan 23 Patchlevel 66 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  43.     * ensure computer thinking on opponent's time when easy mode
  44.     * loading game not searching book bug fixed.
  45.     * both by Chua Kong Sian (nsrccks@leonis.nus.sg)
  46. Wed Jan 19 Patchlevel 65 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  47.     * chesstool compatibility (asun@mmvideo.mt.att.com)
  48.     * speed/time bugfixes in search.c+eval.c (nsrccks@leonis.nus.sg)
  49. Mon Jan 10 Patchlevel 64 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  50.     * makefile ("make realclean")
  51.     * basic data type-checking updates in util.c/eval.c
  52.     * announced patch in gnuchess.h
  53. Fri Jul 25 Patchlevel 63 Mike McGann (mwm@hssler.ascom.ch)
  54.     * Change all char to signed char for SGI
  55.     * Change trans logic to not store if quiescent search has been used
  56.     * Update Book
  57. Fri Jun 25 Patchlevel 62 Mike McGann (mwm@hssler.ascom.ch)
  58.     * German language support from Richard Mathar <mathar@fz-rossendorf.de>
  59.     * better research logic from  kongsian@nsrc.nus.sg (Kong Sian)
  60.     * Redo NULLMOVE logic to eliminate hung pieces
  61.     * Redo search/eval/hashtable logic for speed and to optimize gnutest 
  62.       results.
  63.     * Redo and simplify book install stuff
  64.     * Use more estimates down to leafs to speed up search.
  65.     * fix illegal castle move bug and ^C breakout of search slowness
  66. Fri Jan 8 Patchlevel 61 Mike McGann (mwm@hasler.ascom.ch)
  67.     * fix bug in en-passant restoring on unmake of move
  68.     * fix to search timing function bug that  caused it to increase time on takebacks
  69.       or occasionally take a long time for a move
  70.     * new next ply estimate function
  71.     * allow increased time to complete a partial ply MAXTCCOUNTX
  72.     * allow more time per move in necessary MAXTCCOUNT
  73.     * gnuan now skips processing process book moves from Chua Kong Sian (ccecks@nuscc.nus.sg)
  74.     * new KP1K endgame routine from R. Stephan (ralf@ark.abg.sub.org)
  75.     * fix to ElapsedTime nchar declared wrong from T. Mann(mann@src.dec.com)
  76.     * updates for Dec Alpha from T. Mann (mann@src.dec.com)
  77. Fri Oct 30 Patchlevel 60 Mike McGann (mwm@hasler.ascom.ch)
  78.     * null move heuristic from Benno Tietz (tietz@eos.informatik.uni-bonn.de) intalled
  79.     * fixes for ProbeTTTable from Benno Tietz
  80.      * fixes for xget from Tim Mann(mann@src.dec.com)
  81.     * change hash table collision avoidance algorithms
  82.     * two new book formats GDBM (Gnu dbm based) and
  83.       GDX (hash file based).
  84.     * add MSDOS fixes from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  85.       and msdso makefile
  86. Tue Oct 20 Patchlevel 59 Mike McGann (mwm@hasler.ascom.ch)
  87.     * binbookfile is now the main form of book.
  88.     * add rudimentary fischer clock
  89.     * add caching for static evaluations
  90.     * add aging for in core transposition table
  91.     * changes to history killer from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  92.     * bugfix from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  93.       for history declaration error.
  94.     * Allow full notation for book moves
  95.     * prevent caching of partially evalusted positions.
  96.     * add game time control
  97.     * add capability to feed back the clock for ICS  play
  98.     * gnuan fix en-passant problem
  99.     * gnuchess make book nameable in command line
  100.     * change move output to generate o-o form of castling moves
  101.       to satisfy ICS
  102.     * Speedup evaluation functions
  103.     * fixes to killt from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  104.     * add moves generated to post output
  105.         * fixes to genmoves from Dan Oetting <oetting@gldfs.cr.usgs.gov>
  106.     * change over to gettimeofday for more accuracy
  107.     * clean up search logic and time control
  108.     * fix transposition search bug
  109. Mon Aug 24 Patchlevel 58 Mike McGann (mwm@hasler.ascom.ch)
  110.     * add Mwpawn, Mbpawn, Mw..., Mb... , p and debug commands to
  111.     gnuchessr. 
  112.     * Fix bug in evaluation logic for hung pieces.
  113.     * Fix time control calculation to add time at time control
  114. Fri Aug 14 Patchlevel 57 Ben Hurwitz (bug fixes) Thierry Leconte (book)
  115.     * Both/force interaction improved.
  116.     * Bug fix to possibles declaration and OR of move with BADMOVE
  117.     * Work better with GM John Nunn book (take care of order of
  118.       lines, don't null the book for at least 3 moves after taken out
  119.       of book, no random opening)
  120.     * Removed exit of program when drawn game detected.
  121.     * Fixed bug that caused program to make 1-move blunders.
  122.       (transposition table caused return 0 when position seen before
  123.        to detect draw which then gets a depth bonus since search
  124.        is inexact so it ends up looking better to make a repetition
  125.        than making a winning 1-mover!)
  126. Sun Jul 2 Patchlevel 56 Henrik Schmiediche
  127.     * Fix test command (patch to dspcom.c). The results
  128.       were off by a factor of 100.
  129.     * Delete lint from Makefile.
  130.     * Better CFLAGS for HP machine.
  131. Mon Jun 29 Patchlevel 55 Stuart Cracraft
  132.     * Apply Mann's FIONREAD-clarification patches
  133.     * Change BOOKFAIL in gnuchess.h so that the program
  134.       always consults the opening book first.
  135.     * Up BOOKBITS to 10 to account for larger book:
  136.   "As currently set up with BOOKBITS equal 8 there is a table of 256
  137.   pointers into the BOOK hashtable. With 20,000 entries and 256 buckets
  138.   it would do a linear search of approx 78 entries per lookup. Increasing
  139.   BOOKBITS to 9 would mean a search of 34 entries etc. and would add 
  140.   256 pointers to the data area. So we probably should make it 10 then."
  141.                         McGann
  142. Fri Jun 26 Patchlevel 54 Mike McGann
  143.     * This version compiles into a version identical with
  144.       3.1+ (and so is much stronger than the previous 4.0).
  145.       But, it has beaten 3.1+ in a short match. Also, it
  146.       has bug fixes, timing control improvements and other
  147.       fixes contained in this list.
  148. Tue Jun 23 Patchlevel 53  Stuart Cracraft / Tim Mann
  149.     * Use a[u]+1 in ataks.c instead of ++a[u].
  150.     * Don't use space bonus tables.
  151. Tue Jun 23 Patchlevel 52  Tom Truscott
  152.     * GNUchess will now compile on the IBM RS/6000 (AIX).
  153.     * Makefile changes needed for older AIX compilers lacking support
  154.       for "cc -c foo.c -o bar.o" (strange but true).
  155.     * The other changes are to appease the picky type checking
  156.       that is enabled by some of the compiler options.
  157. Sat Jun 21 Patchlevel 51  Tim Mann <mann@src.dec.com>
  158.     * Fixed problem with "help" command by removing "fflush(stdin)".
  159.     * "Undo" command now does not add moves to a 1-move time control.
  160.     * Added back feature from 3.1 that lets the user set a maximum
  161.       search time per move instead of using time controls, and changed
  162.       the command line syntax for this feature to be compatible with 3.1,
  163.       removing the ability to set max search depth from the command line.
  164.         * Fixed the "maximum minutes per move" feature in gnuan.
  165.     * Updated and corrected the man page.
  166. Thu Jun 18 Patchlevel 50 Tim Mann
  167.     * Special #ifdefs to not do post for xboard are unnecessary
  168.       and were removed.
  169. Wed Jun 17 Patchlevel 49 Mike McGann, Urban Koisten
  170.     * Fix book code to calloc (Urban)
  171.     * Fixed other code (Mike)
  172. Sun Jun 7 Patchlevel 48 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  173.     * Fix gnuan.c output to be more uniform. And tested that it
  174.       works.
  175. Sat Jun 6 Patchlevel 47 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  176.     * Fix Makefile to correctly define BINBOOK so that parsed
  177.       opening book gets used (if available.)
  178. Sat Jun 6 Patchlevel 46 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  179.     * Various patches from various people to mostly robustify the
  180.       code (exit values to exit, etc.)
  181.     * New book.c handling code and gnuchess.h from Urban to handle
  182.       mega book now under discussion.
  183.     * New Xboard.
  184. Wed Jun  3 Patchlevel 45 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  185.     * Encapsulate Xboard with GNU Chess distribution
  186. Sun May 31 Patchlevel 44 Bart Massey (bart@cs.uoregon.edu)
  187.     * Rename structure element move to bmove in book.c since
  188.       curses.h defines a move macro.
  189.     * Get rid of superfluous returns in dspcom.c and checkbook.c
  190.     * Be sure beep message has an arg in uxdsp.c
  191.     * Add exit status to exit() call in checkbook.c
  192. Sat May 30 Patchlevel 43 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  193.     * Fix checkmate/draw handling.
  194.     * Add current module copyrights and COPYING.
  195.     * Ifdef forced-mate announcements as too buggy.
  196. Fri May 29 Patchlevel 42 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  197.     * HUNGP/HUNGX in eval.c updated to values used by Slate/Atkin
  198.       of Chess 4.x. This fixes a problem with Reinfeld's #281
  199.       and poor play in Alapin's opening. General play against
  200.       me has been much better.
  201. Mon May 11 Patchlevel 41 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  202.     * genmove update to look at less possible promotion moves
  203.     * fix bugs in move ordering logic
  204.           * remove operator time as a default
  205. Thur Apr 30 Patchlevel 40 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  206.     * Book updates from Tim Mann (mann@src.dec.com)
  207.     * Search updates to look more at possible promotion moves
  208.     * Transposition table update from U. Koistinen (md85-epi@nada.kth.se)
  209.           to allow for estimated scores.
  210. Mon Apr 27  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  211.     * book updates for Cochrane from Tim Mann (mann@src.dec.com)
  212.     * added limit for infinite checks in endgame to tree search
  213.           to limit time spent in any branch
  214. Wed Apr 25  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  215.     * fix slowdown caused by previous changes. 
  216. Wed Apr 22  Patchlevel 37  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  217.     * fix sizes of ttable (malloc) and hashfile (-c option)
  218.       to allow for rehashing
  219.     * eliminate pick replace with qsort
  220.     * adjust lookahead limits
  221. Thur Apr 15  Patchlevel 35  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  222.     * fix bugs in search logic
  223. Mon Apr 13  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  224.     * Fix bugs in game win/draw logic.
  225. Fri Apr 8  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  226.     * rewrite time control moving it up a level
  227.     * replace sorts with qsort
  228.     * fix material command to all multiple N's and B's
  229.     * and make it an ifdef on NOMATERIAL
  230. Fri Mar 30  Patchlevel 32  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  231.     * make MINDEPTH a define
  232.     * eliminate #ifdef's for hashbd/hashkey it is always required
  233.     * up MINDEPTH to 2 to always get a hint
  234.     * add some dynamics to eval/estimate decision
  235.     * more dynamic time allocation
  236. Fri Mar 27  Patchlevel 30  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  237.     * fix hashfile code again
  238.     * fix startup for no book present
  239.     * fix race condition in search
  240.     * allow parameters on commands
  241. Wed Mar 25  Patchlevel 28  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  242.     * fix bug in hashfile debug code
  243.     * add material check for draw and material command
  244.     * fix QUIETBACKGROUND code
  245. Tue Mar 24  Patchlevel 27  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  246.     * fix book move reject to not select a ? move
  247.     * add check to HASHFILE option to check for ilegal move
  248.     * document debug options
  249. Mon Mar 23  Patchlevel 26  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  250.     * Add multiple time controls
  251.     * apply fixes from  R.K.Lloyd@compsci.liverpool.ac.uk
  252.       for screen update problems in visual mode
  253. Sun Mar 22  Patchlevel 25  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  254.     * Update man pages
  255.     * fix false mate problem with transposition table
  256.     * add history killers option but don't use it.
  257.     * fix handling of input parameters so the doc and the
  258.     program agree
  259.     * allow time to be specified in seconds (machines are faster now)
  260.     * add QUIETBACKGROUND option from md85-epi@nada.kth.se.
  261.     * put in book patch from md85-epi@nada.kth.se.
  262.  
  263. Sun Mar 15  Patchlevel 22  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  264.     * Add options for SpaceBonus table levels
  265.     * Switch to new book
  266.     * Add polling code for keyboard
  267.  
  268. Tue Mar 10  Patchlevel 21  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  269.     * correct depth test in PutInTTtable
  270.     * patch from Urban Koistinen (md85-epi@nada.kth.se)
  271.       correcting bug in repetition
  272.  
  273. Mon Mar 9  Patchlevel 20
  274.     * correct defaults for MEMSET
  275.  
  276. Sat Mar 7  Patchlevel 19  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  277.     * add speedups by using memset for ZeroRPT
  278.     * rewrite ScoreSpace
  279.     * rewrite pick
  280.  
  281. Thur Mar 5  Patchlevel 18  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  282.     * fix bug in timing that led to negative times
  283.     * change time allocation to be more flexible
  284.     *  based on score and depth
  285.         * eliminate a bad opening from the book
  286.  
  287. Sat Feb 15  Patchlevel 17  Urban Koistinen (md85-epi@nada.kth.se)
  288.         * Added option -T n to set transposition table size 2^n.
  289.         * -r n set rehash to n.
  290.         * Changed repetition to make it work harder.
  291.         * ScoreSpace changed to value central squares higher.
  292.         * Made go change colors so white&black work as they should.
  293.  
  294. Fri Dec 30 08:34:00 1991  Patchlevel 16
  295.     * Fix to eval.c for mis-transcribed sign in ScoreKBNK.
  296.     * Fix to malloc call in init.c.
  297.     * ScorePosition updated with addition of ScoreSpace
  298.           to add in points for threats in a position.
  299.       from  Urban Koistinen (md85-epi@nada.kth.se)
  300.         * Various tuning of parameters
  301.  
  302. Fri Nov 30 08:34:00 1991  Patchlevel 15
  303.     * from nv-90-mho@nada.kth.se
  304.      patch to make listfile name meaningful instead of a random number
  305.     * from  Urban Koistinen (md85-epi@nada.kth.se) move generation
  306.      speedup for non-pawn moves and move selection improvements.
  307.     * from  Mike McGann (mwm@hslrswi.hasler.ascom.ch) added language
  308.      file to allow multiple languages to be supported. Fix broken 
  309.          search on opponents time, fix bad moves in book.
  310.  
  311. Mon Oct 19 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se)
  312.         * patchlevel 14
  313.  
  314.     * fix checks in castling logic to only allow kings to do it.
  315.  
  316.     * fix repetition logic  "all pieces are the same" bug.
  317.  
  318. Thur Oct 10 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  319.     * patchlevel 14
  320.  
  321.     * expand the timing logic to allow more time in unstable
  322.      positions
  323.  
  324.     * Update man pages
  325.  
  326.     * Fix printout bug in Checkbook
  327.  
  328. Tue Oct 8 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  329.     * patchlevel 13
  330.  
  331.     * General cleanup, Fix screens, prompts, rate calculation
  332.     
  333. Sun Oct 5 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  334.     * patchlevel 12
  335.     * Change eval.c/KingValue to ignore Mking if the otherside
  336.     has only pawns on the board. Tuning parameter is
  337.     KINGPOSLIMIT.
  338.     
  339.     * Fix time print in gnuchess and gnuchessx. 
  340.  
  341.     * Use ShowMessage for all error messages.
  342.  
  343.     * Fix post option to print time in seconds.
  344.  
  345. Sun Oct 5 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  346.     * patchlevel 11
  347.     * speedups in search. Eliminate unused computation.
  348.  
  349.     * change eval.c/KingValue to ignore Mking if there are
  350.     only pawns on the board. Tuning Parameter is KINGPOSLIMIT.
  351.  
  352.     * make DITHER a tuning parameter.
  353.  
  354. Tue Oct 1 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  355.     * patchlevel 10
  356.     * fix eval bug in ScorePosition. Evaluated pawn structute
  357.     incorrectly. Introduced when gnuchess was split up.
  358.  
  359.     * Change default for SCORETIME to -9000 it plays better
  360.  
  361.     * correct promotion logic for CHESSTOOL and XBOARD only queens
  362.     are generated now.
  363.  
  364.     * correct handling of TOflag for bothsides mode.
  365.  
  366. Mon Sept 27 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  367.     * fix more enpassant bugs in checkgame/checkbook
  368.  
  369.     * misc speedups by inlining code.
  370.     move SqAtakd to ataks.h and inline it.
  371.     
  372.     * Modify checkbook to also read xboard game files and
  373.     check them for illegal moves. 
  374.     
  375.     * fix bug in game.c introduced by patch 8
  376.  
  377. Mon Sept 26 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se) 
  378.  
  379.     * Correct the making and unmaking of enpassant moves and
  380.     numerous incorrect usages of ? throughout the program.
  381.  
  382. Mon Sept 24 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  383.  
  384.     * force search re-init if PV chavges due to a timeout
  385.  
  386.     * add patchlevel to the -v option to keep version straight.
  387.     
  388.     * Change search and timing logic. Search now backs up to
  389.     previous level on a timeout. Search adds time to the search
  390.     if the last top level PV is different from the current and
  391.     this level is not finished. Seems to play much stronger.
  392.  
  393. Mon Sept 16 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  394.     
  395.     * Opening book now handles transitions. It continues looking
  396.     at the book until 2 (tunable) successive turns fail to find a move
  397.     there.
  398.  
  399.     * GetOpenings now checks for errors on input. The current book was full 
  400.     of illegal moves. They were filtered out since at game time the book
  401.     move is matched against the legal move list. But it makes for bad
  402.     opening play. EnPassant moves are not allowed in openings(a limitation?)
  403.     Checks made are the there is a piece on the from square belonging
  404.     to the right side and there is no piece or a piece belonging to the
  405.     other side on the to square. There is no check that the piece is 
  406.     moving legally.
  407.     
  408.     * ListGame now makes up the name chess.lst.random#. So if you are
  409.     using xboard to play a match (two machine mode) they won't overwrite.
  410.     
  411.     * Added patch from Randy Ray (rray@SPECLAB.CR.USGS.GOV) to correctly
  412.     format chess.lst
  413.  
  414. Wed Sept 4 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  415.     
  416.     * Renamed gnuchess3.1+ to gnuchess to reflect the split in 
  417.     gnuchess development. There now seems to be 3 threads.
  418.     Gnuchess, gnuchess for windows (3.21), and the gnuchess4
  419.     project if it still exists.
  420.     * Fix chesstool version to handle white as well as black.
  421.     * Split program into modules for easier maintinance and
  422.     development.
  423.     * Fixed Illegal move bug in VerifyMove for promotion moves.
  424.     * Replaced ResponseTime calculations with simpler version that
  425.     stays within the time limits and seems to do as well or better
  426.     in play.
  427.     * General cleanup of the search algorithm
  428.     * Fixed gnuan input processing and termination code.
  429.     * Fixes to work with xboard match mode
  430.     * Added TEST directory with 16 problems from Levy's
  431.       Computer Chess book.
  432.  
  433. Tue Aug  6 18:10:47 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  434.  
  435.     * Modify handling of Book in Undo (previously, when you
  436.     backtracked after quitting the book, the program was not able to
  437.     use it again)
  438.  
  439.     * Modify handling of Book in EditBoard and other routines so that
  440.     the Book is not used if you don't start from the regular initial board.
  441.  
  442. Mon Aug  5 17:26:59 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  443.  
  444.     * Modify parse in gnuchess.c so that a move can be followed by '?'
  445.     indicating that the program should not play it itself. Such a move
  446.     is stored with the highest bit raised.
  447.           Modify OpeningBook in gnuchess.c so that moves with highest bit
  448.     set are recognized but not played by the program.
  449.  
  450.     * Modify the declaration of array PieceList in gnuchess.[ch] to
  451.     allow for up to 64 men of the same side. Such artificial
  452.     situations can be built with edit and the program must be able to
  453.     deal with them.
  454.  
  455. Mon Aug 1 10:20 1991 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  456.     Split chesstool and xboard versions. Xboard is now
  457.     gnuchessx and chesstool is gnuchessc.
  458.  
  459. Mon Apr 15 10:20 1991 Mike McGann {mwm@hslrswi.hasler.ascom.ch)
  460.     Changed transposition table to cache positions found in transposition file
  461.     Fix Undo's incorrect handling of promotions.
  462.     Fix win and draw determination bugs.
  463.      Fix bug in algbr that prevented correct display of promotion moves.
  464.     Fix Undo to correctly display side to move.
  465.     Add path to command line for save file and load file.
  466.     Make save file human readable
  467.     
  468. Thu May 24 13:42:24 1990  Hans Eric Sandstr|m  (hes at baloo)
  469.     * Fixed a bug reported by Brian Wong (wong@cs.UAlberta.CA) in
  470.     ScoreKPK
  471.  
  472. Sat May  5 15:58:31 1990  Hans Eric Sandstr|m  (hes at baloo)
  473.     * extensive tests on MSDOS for 2 weeks and lots of changes:
  474.     Moved all flags to a special flag structure.
  475.     Added my own TODO file to the DOCUMENTATION.
  476.     Moved GetOpenings and parse from the *dsp.c files.
  477.     Made the transposition table enabled by default.
  478.     Some cleanup in the *dsp.c code.
  479.     Changed UpdateHashbd to a macro.
  480.  
  481. Wed Apr 18 16:38:30 1990  Hans-Erik Sandstr|m  (hes at tiamat)
  482.     * Removed unnessesary global variables:
  483.     (wking, bking, Enemyking, INCscore, slk, InChk, HasPawn,
  484.     Zwmtl, Zbmtl, lpost, KBNKsq) this should make the program more
  485.     readable.
  486.     * Added a mini transposition table to detect repetitions, this
  487.     means that repetition is called more seldom and should save some
  488.     time. The idea for this came from Benno Tietz
  489.     (tietz@eos.informatik.uni-bonn.de)
  490.  
  491. Thu Mar 29 02:49:00 1990  Thorsten Ohl at (td12@ddagsi3.bitnet)
  492.      * nuxdsp.c has been given an ANSI interface (tailored
  493.     after uxdsp.c as of Version 3.00 and a homegrown
  494.     ANSI interface created in January for Version 1.55).
  495.      *    uxdsp.c now understands ^C interrupts.
  496.      *    both nuxdsp.c and uxdsp.c support the graphic characters
  497.     of the IBM PC (can be disabled with -DSEVENBIT).
  498.     It's of course a matter of taste, but I think it looks
  499.     much better.
  500.      * I have added prototypes and a makefile for a **IX compatible
  501.     MS-DOS make (neither Turbo C or Microsoft C will understand
  502.     this!).
  503.      *    some formal parameters are not referenced. This is due to the
  504.     different display interfaces and no problem at all. Just for
  505.     aesthetic reasons I have shut up the compiler by incrementing
  506.     the unreferenced variables.
  507.      *    some longs are assigned to shorts and some shorts to unsigned chars.
  508.     I have introduced a cast in each case, all are o.k. (as far
  509.     as I can tell).
  510.  
  511. Thu Mar  8 09:11:28 1990  Hans-Erik Sandstr|m  (hes at orsa1)
  512.     * The persistent hash table seems to work now. There are still some
  513.     problems using it on a heterogenous network.
  514.  
  515. Sun Mar  4 14:44:44 1990  Hans Eric Sandstr|m  (hes at orsa)
  516.     * I am working on a persistent hash table. Currenly a 10Mb file
  517.     with 262144 entrys. Stuart just asked me to spilt the posdata
  518.     array to make gnuchess work better on a PC, so I did that.
  519.     I have also tried to properly fix the bug that caused gnuchess
  520.     to report mate prematurely. This, I hope, will also improve the
  521.     search.
  522.  
  523. Tue Feb 27 18:27:23 1990  Hans Eric Sandstr|m  (hes at davidson.log-sv.se)
  524.     * used protoize to make a function prototyped version of gnuchess.
  525.     this means that I have to use unprotoize before 'make distribution'
  526.     to make a more portable K&R version.
  527.     removed a ZeroTTable so now the hashtable is kept between moves.
  528.  
  529. Sat Feb 24 13:14:14 1990  Hans Eric Sandstr|m  (hes at orsa)
  530.     * Added a test to detect hash table collisions, define HASHTEST.
  531.     I also removed     the times calls since there is no sense in
  532.     measuring cpu time when    wallclock time is all that counts when
  533.     playing chess.
  534.  
  535. Fri Feb 23 17:25:37 1990  Hans Eric Sandstr|m  (hes at orsa)
  536.     * Compiled gnuchess with gcc1.37 -Wall and got lots of
  537.     implicit decaration warnings. Solved most of these by adding
  538.     external declarations in gnuchess.h.
  539.  
  540. Wed Feb 21 17:41:28 1990 Jouko Holopainen (jhol@tolsun.oulu.fi) 
  541.     * Contributed his code for ECO move entry (again!)
  542.     and a file ansidsp.c (A msdos port of uxdsp.c).
  543.     I(hes) started a merge of ansidsp.c and uxdsp.c.
  544.  
  545. February 8, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  546.     Changed the transpositon table to allow 65536 positions per player.
  547.     This means a 1.3 Mbyte hash table. Introduced simple rehashing. And
  548.     also made setting ttable 0 exclude all transposition code from
  549.     gnuchess (for machines with very little memory).
  550.  
  551.  
  552. February 3, 1990 -- Tom Vijlbrief (tnosoes!tom@nluug.n)
  553.     Contributed code to fix undo of promotions.
  554.     And a bugfix RMBLTY was to small.
  555.  
  556.  
  557. Januari 27, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  558.     Fixed nuxdsp.c to work with my changes (Saved games format)
  559.  
  560.  
  561. Januari 26, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  562.     Verified that the underpromotion routines works.
  563.     Found and fixed the bug that caused gnuchess to report mate
  564.     and draw prematurely.
  565.  
  566.  
  567. Januari 25, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  568.     Received the underpromotion additions from jhol@tolsun.oulu.fi
  569.     Made some optimizations in trapped and KingScan.
  570.     Added more comments on how to improve the search.
  571.     Added info on usage of the array Tree in post mode.
  572.     Changed the index in the transposition table to unsigned short to
  573.     allow a hash table of size 65536.
  574.  
  575.  
  576. Januari 11, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  577.     Formatted gnuchess according to GNU standards with indent.
  578.  
  579.  
  580. Januari 9, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  581.     Inserted a missing comma in KTHRT.
  582.     Removed mvstr1[5],mvstr2[5] from gnuchess.c, they are only used in the
  583.     user-interface routines uxdsp.c nondsp.c anyway.
  584.     Rewrote algbr to generate move strings for underpromotion.
  585.     (ph8k or h7h8k)
  586.     Some optimizations in CaptureList.
  587.     Changed row, column and locn to macros.
  588.     Made memset default and introduced a switch NOMEMSET for
  589.     computers without memset or where memset is a speed penality.
  590.     I tested this on:
  591.         Sparc        - no change
  592.         DECstation    - no change
  593.         Sun3/60        - 4% speed improvment.
  594.     Changed + to | in some bit-field manipulations.
  595.     Fixed the castle-with-moved-rook-bug, removed kingmoved and introduced
  596.     an array Mvboard to keep track on how many times we have moved from a
  597.     particular square.
  598.     Fixed the check for zero division in Time controls.
  599.     Added BINDIR and LIBDIR in the Makefile to set where gnuchess and
  600.     gnuchess.book gets installed.
  601.     All I have to do now is to test if all this works (-:
  602.