home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / strategy / gchess.zip / CHANGE.LOG < prev    next >
Text File  |  1995-02-22  |  2KB  |  48 lines

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