libchess: black_opening() with FEN tag fix.
commitedd60a25a980af24eec28d17abee642be75eaf6b
authorBen Kibbey <bjk@luxsci.net>
Sat, 6 May 2006 18:47:51 +0000 (6 14:47 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 6 May 2006 18:47:51 +0000 (6 14:47 -0400)
treeeca263002e996850278772c8ad5c766d049bbdfa
parent6fdbc2e4aaf19fd6760bd12acecb43bb35c5eccd
libchess: black_opening() with FEN tag fix.

Added non-blocking menus, message and input dialogs.

When config.validmoves is set and a selected piece is commited to a
non-valid square, don't attempt to validate the move.
19 files changed:
libchess/move.c
src/Makefile.am
src/cboard.c
src/cboard.h
src/engine.c
src/help.c [deleted file]
src/input.c
src/input.h
src/menu.c [new file with mode: 0644]
src/menu.h [new file with mode: 0644]
src/message.c
src/message.h
src/misc.c
src/misc.h
src/strings.h
src/tags.c [new file with mode: 0644]
src/tags.h [new file with mode: 0644]
src/window.c [new file with mode: 0644]
src/window.h