Latest changes to Djinn since version 0.920 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- E - Evaluation change S - Alteration to the search I - Interface change (a command was added, deleted etc.) B - Bug fix O - Optimization 14-APR-06 (Ver. 0.925x) ----------------------- S o No moves are reduced if we are within two ply of the horizon (as determined by the "ply" variable. Note, for Djinn the "ply" variable corresponds to everyone else's "depth" variable). 02-APR-06 --------- S o More tweaks to the time management algorithms. S o Refactored the KPK recognizer functions to be more readable. 26-MAR-06 --------- B o Added additional debugging code to detect time management problems. I also *completely* restructured the way the CPU time is calculated when the engine starts up, so it should be much more accurate now. 23-MAR-06 --------- I o Added an option to the configuration file to allow the user to set the size of the evaluation hash table. Thanks to Gábor Szots for pointing this out to me.