Add time increment after move in XBoard mode
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Mar 2014 11:50:07 +0000 (12:50 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Mar 2014 11:50:07 +0000 (12:50 +0100)
commitaf3a8b2625ff5f715af2b306dd486ed9cad4e790
tree9571bca817d66fc31fa7b59ef055f1240fa41bda
parent17578788289cee451a7bceff1cda802cc692ffc9
Add time increment after move in XBoard mode

Adding the increment with Fischer clocks was done in SetResponseTime,
so it was included in the time for the current move. The time would
normally already have been added through the 'time' command, however,
so the engine would count itself rich by this, and could be flagged.
In XBoard mode the time increment is now added after the move (just in
case the GUI would not send 'time' commands, which would overrule it
anyway before we have to move next).
gnushogi/search.c
gnushogi/tcontrl.c