Add licence and installation instructions.
commit97e2df0f2005b8ed8a0274375870c8c570942739
authorPaolo Capriotti <p.capriotti@gmail.com>
Mon, 29 Jun 2009 00:05:49 +0000 (29 02:05 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Mon, 29 Jun 2009 00:05:49 +0000 (29 02:05 +0200)
treeb76a9768f644ec5f79912947878cdc44503aad96
parent482b0b39129cc989bc305c3e9f5b228b26373492
Add licence and installation instructions.
124 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
lib/animation_field.rb
lib/animations.rb
lib/animator_helper.rb
lib/board/board.rb
lib/board/item_bag.rb
lib/board/notify.rb
lib/board/point_converter.rb
lib/board/pool.rb
lib/board/pool_animator.rb
lib/board/scene.rb
lib/board/square_tag.rb
lib/board/table.rb
lib/clock.rb
lib/console.rb
lib/constrained_text_item.rb
lib/controller.rb
lib/engine_prefs.rb
lib/ext/extconf.rb
lib/ext/loader.rb
lib/factory.rb
lib/filewriter.rb
lib/games/all.rb
lib/games/chess/animator.rb
lib/games/chess/board.rb
lib/games/chess/move.rb
lib/games/chess/pgn.rb
lib/games/chess/piece.rb
lib/games/chess/policy.rb
lib/games/chess/san.rb
lib/games/chess/serializer.rb
lib/games/chess/state.rb
lib/games/chess/validator.rb
lib/games/game_actions.rb
lib/games/games.rb
lib/games/serializer_base.rb
lib/games/shogi/move.rb
lib/games/shogi/notation.rb
lib/games/shogi/piece.rb
lib/games/shogi/policy.rb
lib/games/shogi/pool.rb
lib/games/shogi/psn.rb
lib/games/shogi/serializer.rb
lib/games/shogi/state.rb
lib/games/shogi/validator.rb
lib/games/state_base.rb
lib/games/validable.rb
lib/games/validator_base.rb
lib/helpers/animation_test_helper.rb
lib/helpers/stubs.rb
lib/helpers/validation_helper.rb
lib/history.rb
lib/ics/connection.rb
lib/ics/driver.rb
lib/ics/example/main.rb
lib/ics/example/window.rb
lib/ics/icsapi.rb
lib/ics/icsplayer.rb
lib/ics/match_handler.rb
lib/ics/protocol.rb
lib/ics/style12.rb
lib/interaction/match.rb
lib/item.rb
lib/kaya.rb
lib/mainwindow.rb
lib/newgame.rb
lib/observer_utils.rb
lib/plugins/background.rb
lib/plugins/celtic/celtic.rb
lib/plugins/clocks/digital.rb
lib/plugins/engines/gnushogi.rb
lib/plugins/engines/loader.rb
lib/plugins/engines/xboard.rb
lib/plugins/fantasy/fantasy.rb
lib/plugins/games/chess.rb
lib/plugins/games/shogi.rb
lib/plugins/layouts/cool/cool.rb
lib/plugins/layouts/layouts.rb
lib/plugins/loader.rb
lib/plugins/movelist/simple_movelist.rb
lib/plugins/plugin.rb
lib/plugins/shadow.rb
lib/plugins/shogi/shogi.rb
lib/plugins/squares/default.rb
lib/plugins/svg_theme.rb
lib/point.rb
lib/qtutils.rb
main.rb
test/board/test_point_converter.rb
test/board/test_square_tag.rb
test/games/chess/test_chess_animator.rb
test/games/chess/test_chess_attack.rb
test/games/chess/test_chess_board.rb
test/games/chess/test_chess_move.rb
test/games/chess/test_chess_perform_moves.rb
test/games/chess/test_chess_piece.rb
test/games/chess/test_chess_policy.rb
test/games/chess/test_chess_serializer.rb
test/games/chess/test_chess_state.rb
test/games/chess/test_chess_validation.rb
test/games/chess/test_pgn.rb
test/games/shogi/test_shogi_notation.rb
test/games/shogi/test_shogi_perform_moves.rb
test/games/shogi/test_shogi_piece.rb
test/games/shogi/test_shogi_serializer.rb
test/games/shogi/test_shogi_state.rb
test/games/shogi/test_shogi_validation.rb
test/ics/test_match_handler.rb
test/ics/test_protocol.rb
test/ics/test_style12.rb
test/interaction/test_match.rb
test/plugins/engines/test_engine_loader.rb
test/test_animation_field.rb
test/test_animations.rb
test/test_animator_helper.rb
test/test_clock.rb
test/test_history.rb
test/test_observer_utils.rb
test/test_point.rb
test/test_point_range.rb
test/test_simple_animation.rb
test/test_utils.rb