foul-magics/Mage.Server/src/main/java/mage/server
vraskulin e22951c68e Repository objects refactoring
SQL query is limited by 1, so there will be two cases - whether collection is empty or not. We should user convenient shortcut for checking emptiness of collection
2016-12-19 11:30:32 +03:00
..
challenge Change all line endings to LF 2016-04-14 16:18:01 +00:00
draft spjspj - Update to push deck List across from Client to Server for Custom Cube 2016-07-25 22:44:21 +10:00
game Added chat mute and user (de)activation actions to the Mage server console. 2016-10-05 00:59:51 +02:00
rating Add user rating using Glicko rating system (#1498) 2016-05-17 17:22:14 +03:00
record Repository objects refactoring 2016-12-19 11:30:32 +03:00
services * Removed the LogServices (H2 DB file that logs actions). 2016-10-28 23:46:55 +02:00
tournament Added chat mute and user (de)activation actions to the Mage server console. 2016-10-05 00:59:51 +02:00
util * Some minor changes. 2016-10-26 07:50:32 +02:00
AuthorizedUser.java Added chat mute and user (de)activation actions to the Mage server console. 2016-10-05 00:59:51 +02:00
AuthorizedUserRepository.java Added chat mute and user (de)activation actions to the Mage server console. 2016-10-05 00:59:51 +02:00
ChatManager.java spjspj - Sorcery count was double 2016-11-18 00:14:59 +11:00
ChatSession.java * Some rework of ChatSession. 2016-10-24 23:55:50 +02:00
DisconnectReason.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
ExtensionPackage.java Rename stuff. Names are hard. 2016-09-25 14:45:06 -05:00
ExtensionPackageLoader.java Rename stuff. Names are hard. 2016-09-25 14:45:06 -05:00
GmailClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
MageServerImpl.java Added some more info to some logger and game messages. Removed unused method. 2016-11-01 23:02:11 +01:00
MailClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
MailgunClient.java replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
Main.java * Cursed Rack - Fixed that the hand size modification was applied to the controller of the cursed rack instead of the chosen opponent. 2016-11-01 23:36:42 +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 spjspj - Make test mode of server not care about password 2016-11-12 18:13:28 +11:00
SessionManager.java Added some more info to some logger and game messages. Removed unused method. 2016-11-01 23:02:11 +01:00
TableController.java Add 'EDH power level' rating to Commander tables 2016-11-20 23:13:16 +11:00
TableManager.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
User.java XMage 1.4.17V0 2016-10-23 10:03:01 +02:00
UserManager.java Added some more info to some logger and game messages. Removed unused method. 2016-11-01 23:02:11 +01:00