Commit Graph

23017 Commits (5464e8908642154a4bfe0e08e1f35ff2f18e7f89)

Author SHA1 Message Date
melvinzhang 5464e89086 rename script files for Manifest and Morph to match the constants used for getCard, fixes #470 2015-10-15 19:54:59 +08:00
melvinzhang eeb82c896e consolidate waitForAllCards in getAllPlayableCardDefs() 2015-10-15 19:54:59 +08:00
ShawnieBoy ef2b098b31 add BFZ reprint image urls 2015-10-15 12:13:09 +01:00
ShawnieBoy 7d37c12533 remove unused imports for MagicTappedIntoPlayUnlessTrigger 2015-10-15 11:23:16 +01:00
lodici 5db9d53a41 fix #469: Horizontal scrollbar goes missing in deck editor. 2015-10-14 22:32:23 +01:00
lodici 2f1bde4d35 java 8 refactor -> replace anonymous with lambda. 2015-10-14 22:09:10 +01:00
lodici 9bd2c014a8 add new translatable strings. 2015-10-14 13:29:57 +01:00
lodici 5bbb0aa7cc failure of importNewDuelConfig() should not abort whole import process. 2015-10-14 13:23:48 +01:00
lodici 34cbc1032e if importing images stored in default location then move "cards" and "tokens" directories instead of copying. (see #468) 2015-10-14 12:58:00 +01:00
lodici 09479a8ae7 show warning dialog at end of import if a problem occurred. 2015-10-14 12:26:04 +01:00
lodici 9d2bdc191f add FAIL_STRING constant. 2015-10-14 12:16:55 +01:00
lodici d3ba321717 add MagicLogger and log import process to "import.log" file. 2015-10-14 12:14:25 +01:00
lodici cddafdf3aa rename importCardData() to importCardImages(). 2015-10-14 12:05:17 +01:00
lodici 776dc97251 remove disabled code for updating HQ images. 2015-10-14 12:03:37 +01:00
lodici d775d0d3dd store "cards" and "tokens" images folders in new location -> \Magarena\images. 2015-10-14 11:59:01 +01:00
lodici 1cca0b3964 rename filter() to isCardfiltered(). 2015-10-14 01:07:39 +01:00
lodici 251517d894 rename getCardDefinitions() to getFilteredCards(). 2015-10-14 00:50:56 +01:00
lodici 3ff703a376 java 8 refactor of getCardDefinitions(). 2015-10-14 00:48:24 +01:00
lodici 4cc42e4638 only generate card pool once when initializing CardFilterPanel. 2015-10-13 23:37:25 +01:00
lodici 13aabf7887 remove redundant method arg - can determine if deck editor via ICardFilterPanelListener interface. 2015-10-13 23:16:06 +01:00
lodici 656c518a79 avoid repeated calls to CardDefinitions.getSpellCards() from within loop. 2015-10-13 22:51:46 +01:00
lodici 9fd966f723 replace persistent defaultPlayableCardDefs list with on-demand filtered stream. 2015-10-13 01:42:39 +01:00
lodici 93817d64b3 replace persistent spellCards list with on-demand filtered stream. 2015-10-13 00:56:54 +01:00
lodici c9fad7657a refactor: extract method. 2015-10-13 00:45:31 +01:00
lodici 20973ea55f refactor: simplify by using Stream directly. 2015-10-13 00:40:07 +01:00
lodici aa6aa2bc42 Java 8 refactor: for-each -> stream. 2015-10-13 00:37:07 +01:00
lodici a5da121c35 rename getLandCards() to getNonBasicLandCards(). 2015-10-13 00:09:12 +01:00
lodici f5c8ad43a7 replace persistent landCards list with on-demand filtered stream. 2015-10-13 00:07:11 +01:00
melvinzhang b58936076e pass source from MagicCondition.accept into getNrOfPermanents and controlsPermanent, fixes #467 2015-10-12 20:29:29 +08:00
ShawnieBoy 7d628569c5 remove unnecessary line in MagicTappedIntoPlayTrigger 2015-10-12 12:22:18 +01:00
ShawnieBoy e55d4f7f82 add Sunken Hollow 2015-10-12 12:04:40 +01:00
ShawnieBoy dced517c98 add Smoldering Marsh 2015-10-12 12:04:29 +01:00
ShawnieBoy eaeda3887c add Prairie Stream 2015-10-12 12:04:15 +01:00
ShawnieBoy d32cfdaa6b add Cinder Glade 2015-10-12 12:04:01 +01:00
ShawnieBoy 604ce0c072 add Canopy Vista 2015-10-12 12:03:49 +01:00
ShawnieBoy 5104ddb85c consolidate "Enters the battlefield tapped unless.." to use Conditions 2015-10-12 12:03:24 +01:00
ShawnieBoy 3ebc8963e0 add "you control a(n) <permanent> or a(n) <permanent>" to Conditions 2015-10-12 12:01:19 +01:00
ShawnieBoy 75d9f012cc add Eldrazi Scion token 2015-10-12 10:29:26 +01:00
ShawnieBoy 9827d0c220 Replace image url for bfz lands which appear as exp 2015-10-12 10:18:13 +01:00
lodici 6b1b35240b tokenize card name in log message (fixes #464). 2015-10-11 11:45:42 +01:00
lodici 846b36d6ba tokenize card name in log messages (fixes #463). 2015-10-10 22:38:13 +01:00
ShawnieBoy fb99bb2656 add Processor and Scion to creature types for BFZ 2015-10-10 15:56:05 +01:00
lodici 52b531db4e java 8 refactor: for-each -> stream. nice. 2015-10-08 18:55:33 +01:00
lodici 4b7e3c3e3a Prevent NPE if firemind json feed contains formats with no decks (fixes #461). 2015-10-07 10:50:31 +01:00
melvinzhang 5ba1abf2de immediately return if InteruptedException or RejectedExecutionException occurs 2015-10-06 20:31:07 +08:00
lodici 8621e97374 fix: proxy image causes exception if oracle text contains hybrid mana symbol. 2015-10-02 00:02:36 +01:00
lodici 0c683353f0 move *ViewerInfo classes in magic.ui.duel package. 2015-10-01 19:04:48 +01:00
lodici de5dbedf1e move PermanentFilter into magic.ui.duel package. 2015-10-01 19:04:48 +01:00
lodici 22373f7342 move ImageDrawingUtils into magic.ui.utility package. 2015-10-01 19:04:47 +01:00
lodici 834c312d20 move IUpdatable to magic.ui package. 2015-10-01 19:04:47 +01:00