foul-magics/Mage/src/main/java/mage/cards
Oleg Agafonov f01b3d3ca3 Improved new version cleanup and more:
* fixed db cleanup on new version (sets + cards);
 * fixed empty sets list after update;
 * fixed NPE errors in sets list on new install/version;
 * added joke sets filter to deckeditor.
2019-01-06 15:41:30 +04:00
..
basiclands remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
decks Prepopulate DeckImportFromClipboardDialog content with string contents of clipboard. 2018-11-08 09:25:03 -08:00
mock remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
repository Improved new version cleanup and more: 2019-01-06 15:41:30 +04:00
ArtRect.java * Correct type line rendering for split cards with different types on each half. 2017-04-04 21:58:52 -06:00
Card.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
CardGraphicInfo.java * Fixed that some sets uses same images for multi-images cards: 2018-10-03 22:06:18 +04:00
CardImpl.java Refactor: extract card names compare logic (is empty name, is same name) 2018-12-07 00:26:50 +04:00
Cards.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
CardSetInfo.java * Fixed that some sets uses same images for multi-images cards: 2018-10-03 22:06:18 +04:00
CardsImpl.java Fixed NPE errors for some cards 2018-12-23 17:56:46 +04:00
ExpansionSet.java fixed silver bordered cards being legal in various formats 2018-12-22 11:26:15 -05:00
FrameStyle.java New M15 Rendering for Unstable lands 2018-03-20 16:12:43 +11:00
LevelerCard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
MeldCard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Sets.java Added seeds support to random util: 2018-12-30 03:52:30 +04:00
SplitCard.java Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc); 2018-11-29 19:29:39 +04:00
SplitCardHalf.java Amonket Aftermath ability and card frame changes Completed 2017-04-04 00:29:54 -06:00
SplitCardHalfImpl.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