eliot/game
Olivier Teulière 76fefdf71d New "master game" feature.
When a master game is defined, the racks and moves played from the
current game will be the same as in the master game. This can be
practical to replay a game in a different mode, or to replay at home a
duplicate game played in a club, for example.
2012-12-30 16:38:07 +01:00
..
cmd Topping: keep track of all the moves played by the player. 2012-12-29 17:51:52 +01:00
ai_percent.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
ai_percent.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
ai_player.h Support saving/loading games (any game type) in XML format. 2009-11-29 16:01:31 +00:00
arbitration.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
arbitration.h New "master game" feature. 2012-12-30 16:38:07 +01:00
bag.cpp Minor cosmetics changes (more C++-like) 2012-10-24 15:23:59 +02:00
bag.h Minor cosmetics changes (more C++-like) 2012-10-24 15:23:59 +02:00
board.cpp New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
board.h New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
board_cross.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
board_layout.cpp New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
board_layout.h New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
board_search.cpp New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
board_search.h New GameParams class to wrap a few game characteristics. 2011-08-27 21:55:49 +02:00
command.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
command.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
coord.cpp Coord: do not refuse lowercase coordinates. 2012-12-29 17:46:17 +01:00
coord.h Coord: remove useless code 2012-12-29 17:46:17 +01:00
cross.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
cross.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
duplicate.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
duplicate.h New "master game" feature. 2012-12-30 16:38:07 +01:00
freegame.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
freegame.h New "master game" feature. 2012-12-30 16:38:07 +01:00
game.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
game.h New "master game" feature. 2012-12-30 16:38:07 +01:00
game_exception.cpp Print to stderr the complete stack trace in case of exception or segmentation fault. 2010-10-17 21:23:39 +00:00
game_exception.h Print to stderr the complete stack trace in case of exception or segmentation fault. 2010-10-17 21:23:39 +00:00
game_factory.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
game_factory.h New "master game" feature. 2012-12-30 16:38:07 +01:00
game_params.h New topping mode (very beginning) 2012-12-29 17:51:16 +01:00
history.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
history.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
Makefile.am Topping: keep track of all the moves played by the player. 2012-12-29 17:51:52 +01:00
matrix.h New BoardLayout class to wrap the board layout (size and special squares). 2012-12-29 17:50:18 +01:00
move.cpp Move: add operator==() 2012-12-30 16:13:45 +01:00
move.h Move: add operator==() 2012-12-30 16:13:45 +01:00
navigation.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
navigation.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
player.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
player.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
pldrack.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
pldrack.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
public_game.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
public_game.h New "master game" feature. 2012-12-30 16:38:07 +01:00
rack.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
rack.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
results.cpp Make sure some class members are initialized (bugs reported by Coverity) 2012-10-11 23:21:32 +02:00
results.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
round.cpp Round: add operator==() 2012-12-30 16:13:31 +01:00
round.h Round: add operator==() 2012-12-30 16:13:31 +01:00
settings.cpp Arbitration: new option to handle solos automatically. 2012-12-05 23:56:20 +01:00
settings.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
topping.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
topping.h New "master game" feature. 2012-12-30 16:38:07 +01:00
training.cpp New "master game" feature. 2012-12-30 16:38:07 +01:00
training.h New "master game" feature. 2012-12-30 16:38:07 +01:00
turn.cpp Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
turn.h Turn: new findAllMatchingCmd() utility method 2012-12-29 17:44:39 +01:00
turn_data.cpp Rename Turn into TurnData (step 2) 2012-10-06 17:49:35 +02:00
turn_data.h Change the copyright years for all the files modified in 2012 2012-10-11 13:45:24 +02:00
xml_reader.cpp New topping mode (very beginning) 2012-12-29 17:51:16 +01:00
xml_reader.h Add myself to the authors, and fix some copyright headers 2012-10-11 13:45:24 +02:00
xml_writer.cpp Topping: keep track of all the moves played by the player. 2012-12-29 17:51:52 +01:00
xml_writer.h Simplified the looging macros, and added logs in various key places. 2011-01-29 23:47:20 +00:00