Implement option ' ponder always'
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 2 Dec 2018 10:40:18 +0000 (11:40 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 6 Dec 2018 19:56:47 +0000 (20:56 +0100)
commit8e699739bef4730a34efb65939800a3a3b6f13b0
tree93100ce997928cbcdfed9c827d3e8ad681cea50b
parent9ab6e3faf717202a5ce807808975a4c29711a8e5
Implement option ' ponder always'

UCI2WB can now also be configured to let the UCI engine ponder even
in force mode. This is useful during OTB tournaments, when the GUI
is still in book (and thus keeps the engine in force mode). Because
there is no ponder move at this stage, the engine will be set pondering
on the opponent's position, and the ponder move is set to an empty
string to force a ponder miss afterwards.
UCI2WB.c