foul-magics/Mage/src/main/java/mage/cards
2017-03-27 21:56:33 +02:00
..
basiclands refactor cards to use supertype enum 2017-03-27 21:56:33 +02:00
decks removed autoboxing : 2017-03-11 15:17:14 +01:00
mock 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
repository refactor cards to use supertype enum 2017-03-27 21:56:33 +02:00
Card.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
CardGraphicInfo.java * Workaround to fix problem with deck layout. 2016-10-08 19:03:09 +02:00
CardImpl.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
Cards.java Restructured Mage module 2015-11-29 21:56:49 +01:00
CardSetInfo.java rewrote enum comparisons, iterator to removeIf, added some stream and filters 2017-02-11 22:37:00 +01:00
CardsImpl.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
ExpansionSet.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
FrameStyle.java * Fixed some problems with set icon download and displaying. 2017-01-21 00:51:31 +01:00
LevelerCard.java Refactoring 2016-12-29 15:26:19 +03:00
MeldCard.java * Some changes to EnterTheBattlefield events, some other fixes (fixes #2765). 2017-01-15 15:22:33 +01:00
Sets.java rewrote singleton to enum where applicable 2017-03-14 16:32:47 +01:00
SplitCard.java change enum equals to == 2017-03-01 15:05:44 +01:00
SplitCardHalf.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SplitCardHalfImpl.java Refactoring 2016-12-29 15:26:19 +03:00