foul-magics/Mage/src/main/java/mage
2017-03-06 10:18:16 +01:00
..
abilities small change in gender enum 2017-03-06 10:18:16 +01:00
actions Made utility classes final to explicitly forbid it's inheritance 2017-02-27 17:03:38 +03:00
cards added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
choices Refactoring 2016-12-29 15:38:22 +03:00
constants change enum equals to == 2017-03-01 15:05:44 +01:00
counters fix counters 2017-02-13 21:45:37 +01:00
designations added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
filter cards now use the new CountType 2017-03-05 23:29:51 +01:00
game added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
players added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
target Fix Ichorid to set notTarget flag. 2017-03-04 16:20:17 -08:00
util Remove empty function incorrectly checked in. 2017-03-04 23:08:54 -08:00
watchers added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
ConditionalMana.java Refactoring 2016-12-29 16:49:12 +03:00
MageException.java
MageInt.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00
MageItem.java Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
MageObject.java added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
MageObjectImpl.java remove all contains(cardtype.XX) references, instead use the default interface method 2017-03-05 09:14:33 +01:00
MageObjectReference.java
Mana.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
ManaSymbol.java
ObjectColor.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00