foul-magics/Mage.Server/src/main/java/mage/server
2014-11-02 17:07:21 +01:00
..
challenge * Cleanup of server memory handling - removed memory leaks for Chat, Player, Match, Game etc. 2014-02-21 01:13:27 +01:00
draft * Draft - Added possibility to mark a card to draft on timeout. Added sounds to draft. Changed compression of some sound files. 2014-10-31 16:22:10 +01:00
game * Fixed a bug in table view sort. 2014-11-02 17:07:21 +01:00
services * Mage server - Some changes to disconnect reason handling. 2014-06-09 13:16:35 +02:00
tournament * Tournaments - Added handling for constructed formats and password protection. 2014-10-12 04:19:28 +02:00
util Chnaged tooltip text generation of modal spells to use bullets. 2014-10-17 14:57:38 +02:00
ChatManager.java * Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags. 2014-09-26 19:42:58 +02:00
ChatSession.java * Fixed chat command handling (\list), the user chat input is now escaped to prevent using html tags. 2014-09-26 19:42:58 +02:00
DisconnectReason.java * Mage server - Some changes to disconnect reason handling. 2014-06-09 13:16:35 +02:00
MageServerImpl.java * Draft - Added possibility to mark a card to draft on timeout. Added sounds to draft. Changed compression of some sound files. 2014-10-31 16:22:10 +01:00
Main.java Added workaround for "Comparison method violates its general contract!" message of table sort. 2014-11-02 12:09:52 +01:00
Room.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
RoomImpl.java Changes to logging an chat session handling. 2014-08-06 17:17:50 +02:00
Session.java * Changed handling of phases to stop to server based handling. 2014-09-25 00:33:58 +02:00
SessionManager.java * Server - Some changes to user / match / table handling. 2014-09-07 02:28:47 +02:00
TableController.java * Some changes to table and match view. 2014-11-01 14:24:23 +01:00
TableManager.java * Fixed bug of player handling if player left during sideboarding. Added player info to show if tournament player is in sideboarding state. 2014-10-25 16:03:29 +02:00
User.java * Some changes to table and match view. 2014-11-01 14:24:23 +01:00
UserManager.java Some minor changes to server. 2014-09-29 08:11:18 +02:00