Supply time and node count for engines that do not give it
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 14 Jun 2016 09:07:29 +0000 (11:07 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 14 Jun 2016 09:07:29 +0000 (11:07 +0200)
commitd22aa698a5c509b3b995f26cfb72249af3129a9b
tree8caacbe9803fc99cd2b70bb06f1c0cbef3b9ec89
parente10e26b893f28c034d830fdc57487453325306f5
Supply time and node count for engines that do not give it

By default thinking time and nodecount were set to 0, but this made
XBoard interpret Thinking Output with score 0 as an info string, which
was undesirable. So the node count is now 1 by default, while the time
could be measured by UCI2WB itself (as it was already recoding startTime
of all searches).
UCI2WB.c