Tagua can now load variants dynamically as plugins.
commit5623e7fe85683dbc8c076a31ceba9bcc1deb0dd1
authorPaolo Capriotti <p.capriotti@gmail.com>
Wed, 21 Nov 2007 14:53:47 +0000 (21 15:53 +0100)
committerPaolo Capriotti <p.capriotti@gmail.com>
Wed, 21 Nov 2007 17:30:23 +0000 (21 18:30 +0100)
tree309b0bf746aab9e49092fee3dc6e20d3ae52d676
parent004b96538c2705ee0d3a7b3c4f297471578b2294
Tagua can now load variants dynamically as plugins.
16 files changed:
src/CMakeLists.txt
src/chesstable.cpp
src/components.cpp
src/core/CMakeLists.txt
src/core/tagua-variant.desktop [new file with mode: 0644]
src/core/variant.h
src/game.cpp
src/mainwindow.cpp
src/newgame.cpp
src/pref_theme.cpp
src/variants.cpp
src/variants.h
src/variants/chess/CMakeLists.txt
src/variants/chess/chess.cpp
src/variants/chess/tagua-chess.desktop [new file with mode: 0644]
tests/variants/CMakeLists.txt