| .. |
|
audio
|
* Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634).
|
2018-03-18 18:18:54 +01:00 |
|
gui
|
remove logging
|
2018-05-23 18:50:12 +02:00 |
|
layout
|
* Fixed that second or higher level of attachments was not shown correctly on battlefield (fixes #892 fixes #4539 fixes #785 fixes #258).
|
2018-04-08 20:38:26 +02:00 |
|
object
|
added quiet closing to saveobjectutil
|
2018-03-20 12:55:37 +01:00 |
|
resources
|
|
|
|
sets
|
* Fixed a problem of deck generator to use cards from sets not legal to the format (fixes #4642).
|
2018-04-28 01:13:58 +02:00 |
|
stats
|
UI: added new memory statistics, warnings and hints (see #4324)
|
2018-01-02 00:14:29 +04:00 |
|
ButtonColumn.java
|
Mostly code format fixes.
|
2017-02-09 18:30:31 +03:00 |
|
CardsViewUtil.java
|
Continuing implementation of Planechase.
|
2018-04-12 00:07:24 +10:00 |
|
CardViewCardTypeComparator.java
|
Merge
|
2016-10-17 23:45:47 -05:00 |
|
CardViewColorComparator.java
|
Deck editor. Simplify code
|
2014-06-22 12:46:06 +02:00 |
|
CardViewColorIdentityComparator.java
|
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 08:11:58 +02:00 |
|
CardViewCostComparator.java
|
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 |
|
CardViewEDHPowerLevelComparator.java
|
* Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634).
|
2018-03-18 18:18:54 +01:00 |
|
CardViewNameComparator.java
|
|
|
|
CardViewRarityComparator.java
|
Deck editor. Simplify code
|
2014-06-22 12:46:06 +02:00 |
|
ClientEventType.java
|
change client messages to enum rather than string
|
2017-10-03 15:18:31 +02:00 |
|
Command.java
|
Functional interfaces should be annotated as functional interfaces
|
2017-02-15 19:23:12 +03:00 |
|
Config.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
DeckUtil.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
DefaultActionCallback.java
|
* Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634).
|
2018-03-18 18:18:54 +01:00 |
|
EDTExceptionHandler.java
|
Remove Unused Imports
|
2016-04-24 19:50:29 -05:00 |
|
Event.java
|
change client messages to enum rather than string
|
2017-10-03 15:18:31 +02:00 |
|
EventDispatcher.java
|
* Draft - Added possibility to hide (and show again) cards from the picked cards area.
|
2014-11-22 18:19:59 +01:00 |
|
EventSource.java
|
|
|
|
Format.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
GameManager.java
|
fixing some additional singleton classes
|
2017-03-16 09:48:02 +01:00 |
|
GUISizeHelper.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
IgnoreList.java
|
* Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634).
|
2018-03-18 18:18:54 +01:00 |
|
ImageCaches.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
ImageHelper.java
|
put inputstream in try body so it can be autoclosed
|
2017-04-27 10:57:48 +02:00 |
|
Listener.java
|
Functional interfaces should be annotated as functional interfaces
|
2017-02-15 19:23:12 +03:00 |
|
MageTableRowSorter.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
NaturalOrderCardNumberComparator.java
|
- Converted CardImpl.cardNumber from int to String
|
2016-07-24 15:18:54 -03:00 |
|
NaturalOrderComparator.java
|
Big refactoring
|
2017-01-09 19:16:53 +03:00 |
|
SettingsManager.java
|
fixing some additional singleton classes
|
2017-03-16 09:48:02 +01:00 |
|
SystemUtil.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
TransformedImageCache.java
|
Made utility classes final to explicitly forbid it's inheritance
|
2017-02-27 17:03:38 +03:00 |
|
URLHandler.java
|
* Try to fix URL handling.
|
2018-05-27 00:41:30 +02:00 |