foul-magics/Mage.Server/src/main/java/mage/server
2014-05-03 14:12:31 +05:30
..
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 "Quit Tournament" button to draft panel. Minor formatting. 2014-02-28 17:47:27 +01:00
game Changed again action that is called if timer runs out. 2014-05-03 09:27:21 +02:00
services [AdminConsole] Added the possibility to end user session without kicking him/her off. Fixed bug with discarding row selection in user table 2014-04-28 18:21:55 +05:30
tournament Added error handling for TournamentSession 2014-05-03 14:12:31 +05:30
util Added comment description for params set 2014-04-30 13:04:00 +05:30
ChatManager.java Some minor changes to debug logging messages and server user handling. 2014-04-24 08:26:37 +02:00
ChatSession.java Some minor changes to debug logging messages and server user handling. 2014-04-24 08:26:37 +02:00
MageServerImpl.java * Undo wrongly removed generic Exception hadling, 2014-05-02 09:34:36 +02:00
Main.java * Undo wrongly removed generic Exception hadling, 2014-05-02 09:34:36 +02:00
Room.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
RoomImpl.java Improved sorting of tables and matches. 2014-04-17 16:39:19 +02:00
Session.java Changes to connect messages, added some debug messages to narrow down server user handling bug. 2014-04-14 23:11:34 +02:00
SessionManager.java [AdminConsole] Added the possibility to end user session without kicking him/her off. Fixed bug with discarding row selection in user table 2014-04-28 18:21:55 +05:30
TableController.java Fixed (probably) the player1 concedes but other player2 wins. Fixed that if player runs out of timer time or player lose of beeing idle, the match will end correctly. 2014-05-01 19:34:52 +02:00
TableManager.java Some minor changes to debug logging messages and server user handling. 2014-04-24 08:26:37 +02:00
User.java Fixed that user expired sceduled job died without reporting causing error. Handling changed so that if an exception raises it does not prevent the server to check expired user next time. (Hope this will workaround the existing nasty problem in user handling and show the error causing code sequence). 2014-04-25 14:57:45 +02:00
UserManager.java Removed not needed chat message about player leaving mage. 2014-04-26 18:45:27 +02:00