Implement UCCI
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 27 Oct 2014 22:59:02 +0000 (23:59 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 28 Oct 2014 08:02:17 +0000 (09:02 +0100)
commit792199f6616669de79a1b09644af1cea831be128
tree1e504cdd847ab33f817787cf50b851a95187127c
parenta0e8b912242887c25e8fd5dedcfcb72b31b29434
Implement UCCI

The main framework of UCCI now works, and is activated by the option -x :
We send 'ucci' and expect 'ucciok', the alternative keywords for timing
are used (time and opptime, increment and oppincrement), and 'name'
and 'value' are suppressed when setting options. 'name' is also not
mandatory anymore in the received 'option' commands. The position-moves
command starts with the FEN for after the latest capture, and now
has the 'position' keyword that was missing in Cyclone UCI.
UCI2WB.c