Implement UCI_Variant option
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 5 Nov 2016 12:45:51 +0000 (13:45 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 5 Nov 2016 12:45:51 +0000 (13:45 +0100)
commit13c87da45a5c5eec90187fa5d32e9256058d484d
treea5e326385471d078f9899c0ed0eacdcb03aac84b
parent141f701f1f37b727076a8757135ac37cfb8e5167
Implement UCI_Variant option

A UCI combo option UCI_Variant is now recognized as special, and translated
to 'feature variant=...' rather than 'feature option="UCI_Variant ..."'.
The CECP 'variant' command now leads to setting of this option, while on
the 'new' command the option is reset to 'chess'.
  The variant names are transmitted as given, except for 'chess',
which is traslated to 'normal', and 'threecheck' (CECP: 3check).
UCI2WB.c