foul-magics/Mage.Client/src/main/java/mage/client
2016-10-02 18:40:45 -05:00
..
cards Fixed a bug with JFileChooser in the DeckEditorPanel 2016-09-28 23:27:46 -06:00
chat Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…" 2016-09-16 23:55:54 +02:00
combat * Some minor adjustements/changes. 2015-05-12 23:00:34 +02:00
components Finished the new Drag & Drop deck view. It is currently implemented in main deck editor, and limited deck construction. 2016-09-28 20:57:23 -06:00
constants Deck editor - renamed sort type "Color Detailed" to "Color Identity" and compare for the sort also with mana symbols in casting cost and rules. 2015-09-21 00:31:42 +02:00
deck/generator refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer 2016-09-05 15:03:47 +02:00
deckeditor Fixed a bug with JFileChooser in the DeckEditorPanel 2016-09-28 23:27:46 -06:00
dialog Mostly working Drag n Drop deck editor 2016-09-28 20:57:22 -06:00
draft removed the Session out of local scope and introduced a static SessionHandler that acts as interface to remote.Session 2016-09-15 20:52:41 +02:00
game Fixed that no abilitues were shown for selecting the order of triggered abilities from a dies triggered ability of tokens. 2016-10-02 23:34:06 +02:00
plugins Finished the new Drag & Drop deck view. It is currently implemented in main deck editor, and limited deck construction. 2016-09-28 20:57:23 -06:00
preference Create MagePreferences class for managing preferences. We should move preference related code from MageFrame and PreferencesDialog to the class. Push all raw string preference key manipulations for serverAddress, serverPort, userName, password and email into the class. 2016-01-15 03:08:52 +09:00
remote Hold priority on Ctrl+click 2016-06-29 19:57:45 +02:00
table Fixed that Constructed - Freeform format did not appear in the games lobby. 2016-10-02 18:40:45 -05:00
tournament added some missing session references 2016-09-16 08:58:44 +02:00
unusedFiles removed the Session out of local scope and introduced a static SessionHandler that acts as interface to remote.Session 2016-09-15 20:52:41 +02:00
util Added Frontier format (M15 forward). Added Kaladesh block constructed. 2016-09-27 01:54:49 -05:00
MageFrame.form Swapped main menu position of Feedback and Preferences (so Preferences is always available if you switch to a too big font size). 2016-05-29 09:53:56 +02:00
MageFrame.java removed the Session out of local scope and introduced a static SessionHandler that acts as interface to remote.Session 2016-09-15 20:52:41 +02:00
MagePane.form Added some tooltips to user table headers. History is shown in tournament player table now. Changed ratio column to numberic format. 2016-02-06 21:22:51 +01:00
MagePane.java Hold priority on Ctrl+click 2016-06-29 19:57:45 +02:00
SessionHandler.java added some missing session references 2016-09-16 08:58:44 +02:00