libchess:
commit556a5094b9add8a0930ff74ab884972982303d4f
authorBen Kibbey <bjk@luxsci.net>
Thu, 13 Apr 2006 16:38:21 +0000 (13 12:38 -0400)
committerBen Kibbey <bjk@luxsci.net>
Thu, 13 Apr 2006 16:38:21 +0000 (13 12:38 -0400)
tree4e8ad5b62ff5d0b8dee5870b92bc00e15ead04f9
parent732b6bcb49a8817859e44c0cbe2b8239164f9ea1
libchess:
    Changes to the move validator. Handles ambiguities alot better now.

    Renamed pgn_get_valid_moves() to pgn_find_valid_moves().

    Namespace cleanups.

    Need to fix the check and draw tests.
libchess/chess.h
libchess/move.c
libchess/move.h
libchess/pgn.c
libchess/pgn.h
src/cboard.c