Moved HLVariant prototype inside Tagua.
commit823e6edf6e397b2178a0621bd3ea3699e7f3be3a
authorPaolo Capriotti <p.capriotti@gmail.com>
Tue, 31 Jul 2007 15:43:34 +0000 (31 17:43 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Tue, 31 Jul 2007 15:43:34 +0000 (31 17:43 +0200)
treebfa34b415b1bca1fe23afefeb85401de42094f46
parenta5bde2737b0b7b3581c60558b2105b0097c16149
Moved HLVariant prototype inside Tagua.
25 files changed:
src/CMakeLists.txt
src/hlvariant/board.h [moved from tests/hlvariants/prototype/board.h with 100% similarity]
src/hlvariant/chess/gamestate.cpp [moved from tests/hlvariants/prototype/chess/gamestate.cpp with 100% similarity]
src/hlvariant/chess/gamestate.h [moved from tests/hlvariants/prototype/chess/gamestate.h with 99% similarity]
src/hlvariant/chess/legalitycheck.h [moved from tests/hlvariants/prototype/chess/legalitycheck.h with 100% similarity]
src/hlvariant/chess/move.cpp [moved from tests/hlvariants/prototype/chess/move.cpp with 100% similarity]
src/hlvariant/chess/move.h [moved from tests/hlvariants/prototype/chess/move.h with 95% similarity]
src/hlvariant/chess/movegenerator.h [moved from tests/hlvariants/prototype/chess/movegenerator.h with 100% similarity]
src/hlvariant/chess/piece.cpp [moved from tests/hlvariants/prototype/chess/piece.cpp with 100% similarity]
src/hlvariant/chess/piece.h [moved from tests/hlvariants/prototype/chess/piece.h with 94% similarity]
src/hlvariant/chess/san.cpp [moved from tests/hlvariants/prototype/chess/san.cpp with 100% similarity]
src/hlvariant/chess/san.h [moved from tests/hlvariants/prototype/chess/san.h with 95% similarity]
src/hlvariant/chess/serializer.h [moved from tests/hlvariants/prototype/chess/serializer.h with 100% similarity]
src/hlvariant/chess/variant.cpp [moved from tests/hlvariants/prototype/chess/variant.cpp with 100% similarity]
src/hlvariant/chess/variant.h [moved from tests/hlvariants/prototype/chess/variant.h with 90% similarity]
src/hlvariant/tagua_wrapped.h [moved from tests/hlvariants/prototype/tagua_wrapped.h with 100% similarity]
src/hlvariant/variantdata.h [moved from tests/hlvariants/prototype/variantdata.h with 100% similarity]
tests/hlvariants/CMakeLists.txt
tests/hlvariants/boardtest.cpp
tests/hlvariants/chessgamestatetest.cpp
tests/hlvariants/chesslegalitytest.cpp
tests/hlvariants/chessmovetest.cpp
tests/hlvariants/chesspiecetest.cpp
tests/hlvariants/chessserializationtest.h
tests/hlvariants/chesswrappedtest.cpp