foul-magics/Mage/src/main/java/mage
2021-03-06 14:49:55 -05:00
..
abilities [LRW] reworked abilities which trigger off of clashing 2021-03-06 14:49:55 -05:00
actions Refactor: replaced sourceId by source and introduced source param in some methods; 2020-12-12 20:23:19 +04:00
cards * Copy spell - improved support, now all copied spells are independent (bug example: Seasons Past fizzled after copy resolve, see #7634, 10f8022043); 2021-03-06 19:32:17 +04:00
choices Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
collation changed collation to strings to allow non-int collector numbers 2021-02-13 09:03:52 -05:00
constants Commanders improves: 2021-02-05 17:19:30 +04:00
counters updated counter adding text to handle articles correctly 2021-01-31 11:46:32 -05:00
designations Refactoring subtypes to make Maskwood Nexus work (ready for review) (#7432) 2021-01-26 08:52:35 -05:00
filter [TSR] various text fixes 2021-03-05 19:10:29 -05:00
game * Copy spell - improved support, now all copied spells are independent (bug example: Seasons Past fizzled after copy resolve, see #7634, 10f8022043); 2021-03-06 19:32:17 +04:00
players a few small text fixes 2021-03-06 14:35:01 -05:00
target Tibalt, Cosmic Impostor - fixed that emblem can't cast not owned cards (#7598) 2021-02-22 23:06:43 +04:00
util * Copy spell - improved support, now all copied spells are independent (bug example: Seasons Past fizzled after copy resolve, see #7634, 10f8022043); 2021-03-06 19:32:17 +04:00
watchers finished the last few refactors for card.moveToZone 2021-02-27 09:57:45 -05:00
ApprovingObject.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00
ConditionalMana.java fixed issue with Kruphix, God of Horizons and Horizon Stone causing endless replacement effect loop 2021-02-23 08:41:54 -05:00
Emptiable.java fixed issue with Kruphix, God of Horizons and Horizon Stone causing endless replacement effect loop 2021-02-23 08:41:54 -05:00
MageException.java
MageIdentifier.java * Improved handling of asThoughtAs approval by abilities that allows a clear and easy assignment of the approving effect. 2020-08-21 14:58:22 +02:00
MageInt.java Refactor: overflow method naming 2021-02-02 19:26:50 +04:00
MageItem.java
MageObject.java * Performance: memory usage optimization for deck editor (part 2 of removed bloated usage of ManaCosts -> ManaColor objects, see #7515); 2021-02-12 22:12:18 +04:00
MageObjectImpl.java * Performance: memory usage optimization for deck editor (removed bloated usage of ManaCosts -> ManaColor objects, see #7515); 2021-02-12 22:00:16 +04:00
MageObjectReference.java fixed a test failure 2021-02-24 16:32:30 -05:00
Mana.java * Performance: memory usage optimization for deck editor (removed bloated usage of ManaCosts -> ManaColor objects, see #7515); 2021-02-12 22:00:16 +04:00
ManaSymbol.java
ObjectColor.java