foul-magics/Mage.Client/src/main/java/mage/client
Mark Langen 5af417ed0b More Drag & Drop editor fixes
* Fixed cards being blurry. The problem isn't completely fixed, but the fix will suffice in most cases. Card Images are only loaded in once, and the cards were loaded in initially at a small size instead of their eventual size after layout. Really they should reload images when resized, but I will tackle that later, and it's only noticable when significantly resizing cards within one usage of the editor anyways.
* Removed some of the unneeded UI on the sideboard half of the DeckView so that componently are less likely to overlap at a small size. Not sure how to ideally handle this, as Swing doesn't really provide an elegant way to hide components at small sizes, and I'm sure the user would rather the components overlap than be unable to resize the window as small as they want due to a minimum size requirement.
2016-10-04 00:23:13 -06:00
..
cards More Drag & Drop editor fixes 2016-10-04 00:23:13 -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 Various new Drag & Drop deck editor improvements 2016-10-04 00:09:51 -06:00
dialog Various new Drag & Drop deck editor improvements 2016-10-04 00:09:51 -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 Eternal format matches did not show in the matchmaking lobby. 2016-10-03 16:39:11 -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 Fixed some problems with constructed formats definition and custom sets. 2016-10-03 20:25:08 +02: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