Commit Graph

22 Commits (2733516cb9cdad7ac4cef98b819d4d01846e5c66)

Author SHA1 Message Date
Leandro Doctors 2733516cb9 Organize imports 2020-01-16 08:21:24 +08:00
ShawnieBoy 20c7681311 add Ixalan block 2018-01-16 06:05:53 +00:00
lodici 6e6c4faf5e remove unused method in MagicPredefinedFormat. 2017-06-19 12:59:21 +01:00
melvinzhang bbbdcac9ef add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
ShawnieBoy 1996af0092 update formats and legality 2017-04-24 17:02:52 +01:00
ShawnieBoy efdc7df307 Add Kaladesh block format 2016-09-21 19:43:06 +01:00
lodici 0185546e61 show filter criteria in tooltip on an active filter button. 2016-09-21 12:42:38 +01:00
ShawnieBoy d07f6256da add Shadows over Innistrad block 2016-07-17 18:44:52 +01:00
ShawnieBoy 88d5bb1e1c rename isCardExemptFromMaxCopiesRestriction()
to canHaveAnyNumberInDeck() and place in MagicCardDefinition
2016-03-26 11:10:02 +00:00
ShawnieBoy 6b6feb32c5 remove usage of getters within MagicPredefinedFormat class 2016-03-26 10:49:46 +00:00
ShawnieBoy 2a053df901 add check to isCardExemptFromMaxCopiesRestriction() before counting cards
for legality.
2016-03-26 10:45:57 +00:00
ShawnieBoy 343b6c8657 simplify logic in MagicPredefinedFormat 2016-03-25 23:45:44 +00:00
ShawnieBoy 8c4aa2c3b3 remove .isLand() check to cardCountCheck - .isBasic() is already checked
for legality in MagicPredefinedFormat.isCardExemptFromMaxCopiesRestriction()
fixes #740
2016-03-25 23:39:44 +00:00
ShawnieBoy c808c7b170 use collection stream for getFilterValues() 2016-03-25 22:42:26 +00:00
ShawnieBoy c59b0475f1 fix 5+ non-basic lands being legal in decks 2016-03-25 22:40:38 +00:00
ShawnieBoy 9f565c4592 add Battle for Zendikar block (bit late...) 2016-03-25 22:34:29 +00:00
ShawnieBoy daf49c297c reorder Block formats to match sets list (Most recent at top) 2015-11-28 06:53:59 +00:00
lodici 77e3ab1d42 If possible code to MagicFormat instead of implementation. 2015-06-22 15:27:33 +01:00
melvinzhang c8ebbfbb77 replace manually managed standard/modern/legacy cube files with predefined formats 2015-06-20 17:33:31 +08:00
melvinzhang b25b66def2 merge CustomFormats into MagicCustomFormat 2015-06-20 13:30:01 +08:00
melvinzhang e98c9cc3e3 make MagicPredefinedFormat.values unmodifiable 2015-06-20 10:17:28 +08:00
melvinzhang 7005bc8a9b extract abstract class MagicFormat from MagicPredefinedFormat 2015-06-20 09:56:40 +08:00