home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / chess / change.log < prev    next >
Text File  |  1991-06-16  |  2KB  |  44 lines

  1. 6/19/91 dkb     Rearranged code segments to use small model.  This should
  2.                 speed up operation in win 3.0 (since far calls are slow).
  3.                 Recompiled with version 6.0ax of compiler.  Changed makefile
  4.                 so modules chess, search, eval, and initiali used /EM switch
  5.                 to enable global optimization.  Remove optimation from test.c
  6.                 to prevent optimizer from playing with test loop.
  7.  
  8. 1/18/91 dkb     Revised abort look ahead logic.  User now enters can enter
  9.                 control C to abort bothsides (autoplay) mode.  Fixed search
  10.                 routine to properly handle the new translators.  Added F2
  11.                 command to enter moves with the keyboard.
  12.  
  13. 1/12/91         D. Baker.   Fixed force command to be consistent with GNU
  14.                             Chess.  Clocks updated properly. Change labels
  15.                             on clocks to be Black and White.  Change menu
  16.                             items save and list only to be active if there
  17.                             has been any moves.  Added accelerator keys
  18.                             for help (f1), and Undo/remove.  When not "easy"
  19.                             accelerators are not active.
  20.                             
  21. 12/27/90        D. Baker.   Version changed to 3.2 to be consistent with
  22.                             GNU Chess.  Fixed several compiler warnings
  23.                             in Saveopen.c.  Fixed EASY menu to be consistent
  24.                             with standard GNU Chess
  25.  
  26. 12/26/90        D. Baker.   Added help system, Version changed to 1.1
  27.  
  28. 12/24/90        D. Baker.   Added changes to bring chess engine up to
  29.                             GNUchess 3.2. Recompiled using version 6.00a 
  30.                             of microsoft C compiler.
  31.  
  32. 11/26/90        D. Baker.   Fixed reported bugs from 1.0
  33.         1) Fixed bug where "computer is black" never changed when switched
  34.            sides
  35.         2) Fixed problem with promoting pawn.
  36.         3) Changed File Get ... to File Open ...
  37.         4) Made fancier Open dialog box, (includes scroll bars amoung other)
  38.         5) Properly frees memory when program ends.
  39.         6) Made text color selectable
  40.         7) Added GNU copyright to source files.
  41.  
  42.  
  43. 10/26/90        D. Baker.   Version 1 complete
  44.