1.14 01-07-07 * HP48 and 49 binaries are now packaged in the same zip file. * Added new command "pset" to switch between the "old" and "new" sets of chess pieces. 1.13 00-05-27 * Added new command "lev" to display current level. 1.12 00-03-20 * Added new level 4, activated with the "lev4" command. 1.11 00-01-30 * Removed system header files from the Makefile dependency information. * Minor internal cleanup. * Added support for HP49 calculators. 1.10 99-06-23 * Removed hardcoded include file path in chess.i. The environment variable SASM_INCLUDE now holds the path instead. * Use new graphics for pieces from Franck Zibis HPChess program. Contributed by Miguel Ortega. * Translated comments to english. * Removed the excessive number of beeps during execution of the "strt" command. 1.09 99-05-07 * Made it possible to repeat the previous command by entering an empty input line. * Implemented new commands "strt" and "redo". 1.08 98-02-04 * Bug fix: The program sometimes made an illegal move on level 3 when mate was inevitable. 1.07 96-08-10 * Program didn't work when "Last stack" was disabled. * Move numbering didn't work when SCI or FIX display modes were selected. * Small correction in pawn evaluation table. * Improved check/draw/mate testing. 1.06 96-07-14 * Joined all sub programs into a single object. Made program 1.5Kb smaller. * Added auto mode. 1.06i 96-03-03 (internal non-public version) * Made program smaller. 1.05 96-03-01 * Added NBEEP function. Gives sound confirmation of most commands. One beep for "feature off" and two beeps for "feature on". * Added Opening book. * Included C utilities in source archive. * Simplified compilation step. You can now recreate the chess.lib file by simply typing make. 1.04 95-12-26 * Added random noise to the evaluation of the leaf nodes (-3 .. +3) * Changed value of a knight from 330 to 325. 1.03 95-12-21 * Bug fix: En passant moves stopped working in V1.02. 1.02 95-12-20 * Added new commands: edit, lev1, lev2 and lev3. 1.01 * Changed the display routine to work on GX calculators. 1.00 * First public version.