foul-magics/Mage.Server/src/main/java/mage/server/game
2014-09-18 23:50:34 +02:00
..
DeckValidatorFactory.java Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format. 2014-01-10 19:58:55 +01:00
GameCallback.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
GameController.java Changes to user / tournament / match handling. 2014-09-18 23:50:34 +02:00
GameFactory.java * Changed logging level back to info, changed level of a lot of messages to debug from info. Added check that certain AI players can't join a table with no appropriate format. 2013-10-09 15:22:40 +02:00
GameManager.java Changes to user / tournament / match handling. 2014-09-18 23:50:34 +02:00
GameReplay.java Fixed some bugs in table handling. Fixed that matches were not set to finished yet, if players left match during sideboarding phase. 2014-02-07 02:04:14 +01:00
GameSession.java Changes to user / tournament / match handling. 2014-09-18 23:50:34 +02:00
GamesRoom.java * Client - Added number of active games to the header of the games column of the user list. 2014-08-24 07:03:01 +02:00
GamesRoomImpl.java Fixed some possible NPE of server. 2014-09-07 22:01:38 +02:00
GamesRoomManager.java * Changed table maneger to remove chat sessions that were never removed. Minor formattings. 2014-07-25 15:54:51 +02:00
GameWatcher.java Fixed a bug of handling of tournament sub tables if a user left. Some chnages to match view. 2014-09-04 18:20:40 +02:00
GameWorker.java * Match handling - some changes to solve/workaround the draw games that cause matches not to end. Changed disconnect handling to not block the client (needs tests if works correctly). 2014-09-18 17:14:33 +02:00
PlayerFactory.java * Changed logging level back to info, changed level of a lot of messages to debug from info. Added check that certain AI players can't join a table with no appropriate format. 2013-10-09 15:22:40 +02:00
ReplayManager.java * Some changes to game handling to support replay in the future (not working yet). 2014-02-07 16:07:15 +01:00
ReplaySession.java * Added Morph ability. 2014-06-09 17:53:55 +02:00