Add infrastructure for keeping track of board position
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 27 Oct 2014 22:23:00 +0000 (23:23 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 27 Oct 2014 23:27:46 +0000 (00:27 +0100)
commit5dafab747e0fa4aa877ea851383b985af00cfe98
tree10b3dc1839927a3c3adcefb036b73c14adbecf76
parent07b56132a78ddaa3fb6e1bfa9f5e2595307b6773
Add infrastructure for keeping track of board position

A Xiangqi board is added, with code to set it up from a FEN, convert it
to the board part of a FEN, and apply the moves from the move list to it,
keeping track of what was the last capture. The FEN for setting it up
is always taken from the "fen <FEN>" position command ('iniPos') of the
Cyclone dialect used in variant xiangqi.
UCI2WB.c