From 575ac485c5008c5d2cf961fd59b6e2fce237e430 Mon Sep 17 00:00:00 2001 From: "H.G.Muller" Date: Wed, 12 Jun 2019 21:37:03 +0200 Subject: [PATCH] Update change log --- README.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 3a09133..c70a0bf 100644 --- a/README.txt +++ b/README.txt @@ -50,6 +50,15 @@ H.G.Muller Change log: +12/6/2019 4.1 +Fix loading of opening lines by having engine-thread by also queueing the +'usermove' command; without that the moves could overtake a 'new' command, +which would then clear the game once it got executed. +Fix name of last variant of UCI_Variant option, which had garbage appended. +Suppress setting UCI_Variant to 'chess' if engine does not support that. +Fix quitting during initialization handshake to avoid hanging engine procs. +Fix switching on of pondering when engine is idle. + 8/12/2018 4.0 Complete redesign of the internal logic, to make interruption of thinking actually work. The engine thread is made responsible for parsing the GUI @@ -63,7 +72,7 @@ that can be done during search, and queueing the others. In the latter case it can abort an ongoing search to divert the attention of the engine thread back to the command queue. Other changes are: -Added option to force the engine to ponder if force mode (for OTB tournaments). +Added option to force the engine to ponder in force mode (for OTB tournaments). Produce a compliant error message for unknown commands. Fix time increment in ponder-on games (which was subtracted rather than added). Fix periodic updates, to include move and correct move counts. @@ -72,7 +81,7 @@ Suppress spurious sending of 'uxinewgame' in UCCI mode. Suppress 'setup' command in the standard variants 'suicide' and 'losers'. Add support for robbobases and Scorpio bitbases as EGT flavors. Support extended UCI info-string-variant command that can set board size. -Assume engines with UCI_Chess960 option but no UCI_Variants play only Chess and +Assume engines with UCI_Chess960 option but no UCI_Variant play only Chess and Chess960, and not xiangqi or shogi. 24/12/2016 3.0 -- 2.11.4.GIT