libchess: Added config flag PGN_FIFTY_MOVE_DRAW.
commit8880f1e8ec8837b2acdb82376f1ad9002d69e98e
authorBen Kibbey <bjk@luxsci.net>
Sat, 8 Apr 2006 14:49:08 +0000 (8 10:49 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 8 Apr 2006 14:49:08 +0000 (8 10:49 -0400)
treecf785133aa051da341e5c2e84c99691bccbba30a
parent4f58765e99e6ba0c0151ea7155ede611535217e5
libchess: Added config flag PGN_FIFTY_MOVE_DRAW.

libchess: changed g.hindex, g.ply and RAV.hindex from an unsigned char
to an unsigned short.

Added boolean configuration parameter fifty_move_draw.

Fix pgn_board_update() and castling when the game isn't the selected
one.
KnownBugs
TODO
data/config.example
doc/cboard.man
libchess/chess.h
libchess/move.c
libchess/pgn.c
libchess/pgn.h
src/cboard.c
src/conf.h
src/rcfile.c