home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / gchess31 / doc / readme < prev    next >
Text File  |  1992-04-27  |  1KB  |  31 lines

  1. This is the README for the original source from which this Atari ST specific
  2. version was produced...
  3.  
  4. ---
  5. This is version 3.1 of GNU Chess, It is an official release.
  6.  
  7. NEW FEATURES (compared to 3.00)
  8.  
  9.    * This is an ANSI/C version tested with gcc and MSC5.1 to use
  10.      a non ANSI compiler you must use unprotoize first.
  11.  
  12.    * Only capital names on pieces PNBRQK in ECO/Informator move entry
  13.      allowed beacuse of ambiguity with algebraic notation. This really
  14.      requires to be fixed properly.
  15.  
  16.    * All display modes now work on MSDOS. (i.e uxdsp.c nuxdsp.c)
  17.  
  18.    * Some changes to the new persistent(stored on a file) hash table.
  19.      (i.e it is only used in the opening positions)
  20.  
  21.    * Lots of cleanup to adjust unnesseary differences between the
  22.      different *dsp.c files.
  23.  
  24.  
  25. If you use the persistent tranposition table, please report
  26. your experience. Did it effect gnuchess performance?
  27. (For 3.00 it did!, It was a real performance pig, I hope these
  28.  changes have fixed that)
  29.  
  30.  
  31.