Abandon backlogging of options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 11:26:21 +0000 (12:26 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 11:43:05 +0000 (12:43 +0100)
commit56ec3542fa3d48cab43219310e235951a0978599
treebe006ca81989df75ccde1a69e5ecdddc0fb8b9d4
parent33b016e152d6f441cc4b2d7c5cb8ad440f480bc6
Abandon backlogging of options

Now that there is a general command queue to backlog commands that
arrive during thinking, there is no need to do this separately for
engine options. Instead these are now treated with other 'difficult'
commands by the engine thread, in DoComand(). The adapter options
still count as easy commands.
UCI2WB.c