eliot/game
Olivier Teulière 6e2c665bdf Simplify the handling of jokers in the Round class.
This also fixes a very old (but minor) bug: when a word containing a
joker was played "manually" (i.e. not via a round generated by the
Results class but via the Game::checkPlayedWord() method), subsequent
search results using this joker on the board would display it as a
joker, not as a normal tile.
2012-02-21 08:22:32 +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
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 New utility methods to get the lowercase (joker) or uppercase (no joker) variant of a tile 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 Simplify slightly the Round API 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 Added loggers to most classes 2012-02-19 13:07:29 +01:00
command.h Added loggers to most classes 2012-02-19 13:07:29 +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 prototype of PlayedRack::getRack() (and similar methods) 2012-01-26 21:10:41 +01:00
duplicate.h Use the master move. 2012-01-17 23:35:16 +01:00
freegame.cpp Changed the prototype of PlayedRack::getRack() (and similar methods) 2012-01-26 21:10:41 +01:00
freegame.h Got rid of Game::getModeAsString() 2011-08-28 19:25:26 +02:00
game.cpp Simplify the handling of jokers in the Round class. 2012-02-21 08:22:32 +01:00
game.h Removed Game::setTestTound() and Game::removeTestRound(). 2012-02-19 13:07:29 +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 Use an enum for the variants 2011-08-28 19:25:26 +02:00
game_factory.h Moved the dictionary to the GameParams class 2011-08-28 19:25:26 +02:00
game_io.cpp Moved the dictionary to the GameParams class 2011-08-28 19:25:26 +02:00
game_move_cmd.cpp Simplify the handling of jokers in the Round class. 2012-02-21 08:22:32 +01:00
game_move_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
game_params.h Use an enum for the variants 2011-08-28 19:25:26 +02:00
history.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
history.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
Makefile.am Moved debug.h to dic/ 2012-02-19 13:07:29 +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 Replace the use of convertToMb() and convertToWc() with macros 2011-07-30 19:48:05 +00:00
navigation.h Simplified the looging macros, and added logs in various key places. 2011-01-29 23:47:20 +00:00
player.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
player.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
player_move_cmd.cpp Cosmetics 2012-02-21 08:22:32 +01:00
player_move_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +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 Removed Game::setTestTound() and Game::removeTestRound(). 2012-02-19 13:07:29 +01:00
public_game.h Removed Game::setTestTound() and Game::removeTestRound(). 2012-02-19 13:07:29 +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 Simplify the handling of jokers in the Round class. 2012-02-21 08:22:32 +01:00
round.h Simplify the handling of jokers in the Round class. 2012-02-21 08:22:32 +01:00
settings.cpp Added loggers to most classes 2012-02-19 13:07:29 +01:00
settings.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
training.cpp Changed the prototype of PlayedRack::getRack() (and similar methods) 2012-01-26 21:10:41 +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 Added loggers to most classes 2012-02-19 13:07:29 +01:00
turn_cmd.h Added loggers to most classes 2012-02-19 13:07:29 +01:00
xml_reader.cpp Implement (de)serialization of the MasterMoveCmd class 2012-01-17 23:15:05 +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 Implement (de)serialization of the MasterMoveCmd class 2012-01-17 23:15:05 +01:00
xml_writer.h Simplified the looging macros, and added logs in various key places. 2011-01-29 23:47:20 +00:00