eliot/game
2012-03-22 08:46:21 +01:00
..
.cvsignore Added .cvsignore files 2004-07-08 18:17:31 +00:00
ai_percent.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
ai_percent.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
ai_player.h Support saving/loading games (any game type) in XML format. 2009-11-29 16:01:31 +00:00
arbitration.cpp Arbitration: improved the refresh of search results 2012-03-17 23:53:40 +01:00
arbitration.h Arbitration: improved the refresh of search results 2012-03-17 23:53:40 +01:00
bag.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
bag.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
board.cpp Removed a few useless assignations and Tile copies 2012-02-21 08:22:32 +01:00
board.h When showing a preview on the board, do not hijack the normal internal data 2012-02-21 08:22:32 +01:00
board_cross.cpp Cosmetics 2012-02-21 08:22:32 +01:00
board_search.cpp Removed a few useless assignations and Tile copies 2012-02-21 08:22:32 +01:00
board_search.h New GameParams class to wrap a few game characteristics. 2011-08-27 21:55:49 +02:00
command.cpp New UndoCmd class, not used yet 2012-02-21 08:22:33 +01:00
command.h New UndoCmd class, not used yet 2012-02-21 08:22:33 +01:00
coord.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
coord.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
cross.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
cross.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
duplicate.cpp Changed the way to re-assign a player move. 2012-03-14 20:40:23 +01:00
duplicate.h Changed the way to re-assign a player move. 2012-03-14 20:40:23 +01:00
freegame.cpp Use the GameMoveCmd command 2012-02-25 23:25:40 +01:00
freegame.h Got rid of Game::getModeAsString() 2011-08-28 19:25:26 +02:00
game.cpp Players can now have a table number 2012-03-19 22:49:58 +01:00
game.h Players can now have a table number 2012-03-19 22:49:58 +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 arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
game_factory.h Moved the dictionary to the GameParams class 2011-08-28 19:25:26 +02:00
game_io.cpp New arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
game_move_cmd.cpp Use the GameMoveCmd command 2012-02-25 23:25:40 +01:00
game_move_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
game_params.h New arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
game_rack_cmd.cpp Use the GameMoveCmd command 2012-02-25 23:25:40 +01:00
game_rack_cmd.h New GameRackCmd class, not used yet 2012-02-25 23:17:04 +01:00
history.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
history.h Correctly retrieve the game rack 2012-02-25 23:51:30 +01:00
Makefile.am New arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
mark_played_cmd.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
mark_played_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
master_move_cmd.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
master_move_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
matrix.h Support saving/loading games (any game type) in XML format. 2009-11-29 16:01:31 +00:00
move.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
move.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
navigation.cpp New methods to replace a command in the current turn (even if it is not the last one) 2012-03-14 20:40:23 +01:00
navigation.h New methods to replace a command in the current turn (even if it is not the last one) 2012-03-14 20:40:23 +01:00
player.cpp Players can now have a table number 2012-03-19 22:49:58 +01:00
player.h Players can now have a table number 2012-03-19 22:49:58 +01:00
player_move_cmd.cpp New arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
player_move_cmd.h New arbitration mode, dedicate to arbitration of duplicate games. 2012-03-10 18:06:41 +01:00
player_points_cmd.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
player_points_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
player_rack_cmd.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
player_rack_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
pldrack.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
pldrack.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
public_game.cpp Players can now have a table number 2012-03-19 22:49:58 +01:00
public_game.h Players can now have a table number 2012-03-19 22:49:58 +01:00
rack.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
rack.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
results.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
results.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
round.cpp New Round::countJokersFromRack() utility method 2012-03-04 22:58:53 +01:00
round.h New Round::countJokersFromRack() utility method 2012-03-04 22:58:53 +01:00
settings.cpp New preference to save the search results limit in arbitration mode 2012-03-10 18:06:41 +01:00
settings.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
training.cpp Use the GameMoveCmd command 2012-02-25 23:25:40 +01:00
training.h Removed a useless include 2012-02-19 13:07:29 +01:00
turn.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
turn.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
turn_cmd.cpp New methods to replace a command in the current turn (even if it is not the last one) 2012-03-14 20:40:23 +01:00
turn_cmd.h New methods to replace a command in the current turn (even if it is not the last one) 2012-03-14 20:40:23 +01:00
xml_reader.cpp Write more information in a saved game: dictionary info and move points 2012-03-22 08:46:21 +01:00
xml_reader.h Added setters to GameParams, to simplify the code a little 2011-08-28 19:25:26 +02:00
xml_writer.cpp Write more information in a saved game: dictionary info and move points 2012-03-22 08:46:21 +01:00
xml_writer.h Simplified the looging macros, and added logs in various key places. 2011-01-29 23:47:20 +00:00