Implement check-count field in FENs
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 5 Dec 2016 12:22:40 +0000 (13:22 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Jan 2017 15:39:25 +0000 (16:39 +0100)
commite458db4d65d5c54cccda5ee8c51659e882d9b0b4
tree4f9f43e82036e366b2eb549125c4a6ae2e921fe1
parente3955dbbd7fbfb0fd22d5a75971075556a102e66
Implement check-count field in FENs

A field of the form N+M between e.p. field and ply counter is now associated
with the CHECK_COUNT game state on reading and writing. It is only written
when non-zero (which again should only happen in 3check). In addition a field
of the form +N+M after the full-move number is recognized on reading as the
SCIDB check counter, which indicates checks given.
backend.c