Add upload of game to ICS for examining
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 19 Feb 2010 21:34:30 +0000 (22:34 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 21 Feb 2010 00:35:01 +0000 (16:35 -0800)
commitba19c79e683860fba8cafa5ca24b0f8191b4c1d5
treee603757594a7bc79596445b79ac362b6ed58b0b1
parentc5dcdc1244715170a3837053879655dcadb524da
Add upload of game to ICS for examining

New item "Upload to Examin" in Action menu, calls UploadGameEvent().
Use SAN moves to upload game to ICS, rather than long algebraic
(The ICS did not understand long-algebraic promotion moves)
Use bsetup within examine to set position onFICS, and also variant.
Castling rights do not work yet for FRC. Totally different set of
commands are needed on FICS and ICC.
 FICS does not understand w23 or wild/23, but needs 'crazyhouse' in the
besetup command that specifies the variant. XBoard variant names are
used, except for fischerandom, which is 'fr'. Things like nocastle will
probably still not work.
backend.c
backend.h
winboard/resource.h
winboard/winboard.c
winboard/winboard.rc
xboard.c