Add Tori Shogi variant.
commitabd841169a96864aeb57a189e78642a4a7f4c26e
authorYann Dirson <ydirson@altern.org>
Thu, 1 Nov 2007 21:55:42 +0000 (1 22:55 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Sat, 3 Nov 2007 18:21:16 +0000 (3 19:21 +0100)
treeb03aaa200b6df647a17881069d2a3b72b20d1adc
parent1f9beced5bbc464a2a38b1e484a145ad8a20796d
Add Tori Shogi variant.
16 files changed:
data/scripts/shogi_themelib.lua
data/themes/CMakeLists.txt
data/themes/figurines/AsciiShogiTTF/theme.desktop [new file with mode: 0644]
data/themes/figurines/AsciiShogiTTF/theme.lua [new file with mode: 0644]
data/themes/pieces/ToriShogiTTF/theme.desktop [new file with mode: 0644]
data/themes/pieces/ToriShogiTTF/theme.lua [new file with mode: 0644]
data/themes/squares/Default/theme_shogi.desktop
src/CMakeLists.txt
src/hlvariant/tori-shogi/gamestate.h [new file with mode: 0644]
src/hlvariant/tori-shogi/legalitycheck.h [new file with mode: 0644]
src/hlvariant/tori-shogi/piece.cpp [new file with mode: 0644]
src/hlvariant/tori-shogi/piece.h [new file with mode: 0644]
src/hlvariant/tori-shogi/serializer.h [new file with mode: 0644]
src/hlvariant/tori-shogi/variant.cpp [new file with mode: 0644]
src/hlvariant/tori-shogi/variant.h [new file with mode: 0644]
src/variants.cpp