Add automatic loading of game plugins.
commit4cbf82ea436aefaecd1fa667f765f94a5e951a61
authorPaolo Capriotti <p.capriotti@gmail.com>
Fri, 19 Jun 2009 13:09:18 +0000 (19 15:09 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Fri, 19 Jun 2009 13:09:18 +0000 (19 15:09 +0200)
tree503a66d2ffd33c3b0724308727851e37986e0f4b
parentd4ef778cc8bb2aab4ecd7a992926d3c11ef69cd4
Add automatic loading of game plugins.
21 files changed:
lib/board/example.rb
lib/board/table.rb
lib/games/all.rb [new file with mode: 0644]
lib/games/chess/chess.rb [deleted file]
lib/games/chess/main.rb [new file with mode: 0644]
lib/games/games.rb
lib/games/shogi/main.rb [new file with mode: 0644]
lib/games/shogi/shogi.rb [deleted file]
lib/games/shogi/state.rb
lib/ics/driver.rb
lib/ics/style12.rb
lib/kaya.rb
lib/mainwindow.rb
lib/qtutils.rb
test/board/test_point_converter.rb
test/games/chess/test_chess_perform_moves.rb
test/games/chess/test_chess_serializer.rb
test/games/shogi/test_shogi_perform_moves.rb
test/ics/test_match_handler.rb
test/ics/test_style12.rb
test/interaction/test_match.rb