Commit Graph

21890 Commits (06f952b4832ec6e600082bbec6acdc2cd3c5cc47)

Author SHA1 Message Date
ShawnieBoy 06f952b483 add Rock Hydra to incomplete 2015-05-24 21:06:10 +01:00
ShawnieBoy 9a3c7f6330 add Risen Executioner 2015-05-24 20:30:45 +01:00
ShawnieBoy 3a931a1807 only display draw log value if 'for each' is greater than 1
Prevents log value display for events without 'for each'
2015-05-24 20:29:06 +01:00
ShawnieBoy cb900cf607 add Riot Control 2015-05-24 19:56:11 +01:00
ShawnieBoy 4bdcf232a9 add Rhys the Redeemed 2015-05-24 18:02:44 +01:00
ShawnieBoy 2704c7c3d9 edit groovy to use logAppendX 2015-05-24 17:46:36 +01:00
ShawnieBoy f7a52f1206 add logAppendX to MagicGame 2015-05-24 17:31:49 +01:00
ShawnieBoy 372454bd42 edit groovy to use logAppendValue for simple number log feedback 2015-05-24 17:24:42 +01:00
ShawnieBoy 2600570f93 add Renewing Dawn 2015-05-24 17:23:55 +01:00
ShawnieBoy 228ce970dc add logAppendValue method to MagicGame 2015-05-24 16:49:59 +01:00
ShawnieBoy ea60543aba add Rakdos Riteknife to incomplete 2015-05-24 16:21:14 +01:00
melvinzhang d74514136a fix concurrent modification, should not use getEquipmentPermanents() as AttachAction modifies it within the loop 2015-05-24 11:30:03 +08:00
ShawnieBoy 0d3b3445d4 add Phyrexian Swarmlord 2015-05-24 03:18:44 +01:00
melvinzhang 467fa44c3a should be MagicWhenSelfLeavesPlayTrigger instead of MagicWhenLeavesPlayTrigger 2015-05-24 08:59:00 +08:00
melvinzhang 31a6a73670 simplify logic with reduce method 2015-05-24 08:46:09 +08:00
ShawnieBoy df90c5ee95 Phantasmal Sphere and test - This makes the AI seize up completely
and I'm unsure why.
2015-05-24 00:26:29 +01:00
ShawnieBoy 85a7dd3894 add Parallel Evolution 2015-05-23 22:59:38 +01:00
ShawnieBoy 38d645c465 add Nemesis of Mortals 2015-05-23 22:42:21 +01:00
ShawnieBoy 296e38ecb1 add Nature's Resurgence 2015-05-23 22:05:24 +01:00
ShawnieBoy 60ac0195a0 add Mycosynth Fiend 2015-05-23 21:41:26 +01:00
ShawnieBoy 4d2c59d4d1 add Momentum 2015-05-23 21:00:52 +01:00
ShawnieBoy 7e92f31942 add Growth counter (use spore counter image) 2015-05-23 21:00:26 +01:00
ShawnieBoy a3929f37bd reorder icon symbols 2015-05-23 20:18:44 +01:00
ShawnieBoy 774edee314 update plus icon 2015-05-23 20:01:03 +01:00
ShawnieBoy d47c8dbb2e add/edit all power/toughness modifying counters 2015-05-23 19:52:54 +01:00
ShawnieBoy 961ddd634a correct value log returns for 'For each' (multiplier, not amount) 2015-05-23 18:24:42 +01:00
ShawnieBoy ff2f0702f8 add Mind Unbound 2015-05-23 18:15:42 +01:00
ShawnieBoy fe065b3d91 add log feedback for value of 'for each' 2015-05-23 18:15:19 +01:00
melvinzhang 4e7a7296d1 implement casting restriction as additional costs instead of custom card activation 2015-05-23 09:52:37 +08:00
melvinzhang 4c6c82e54f replace raw type with generic type, suppress unchecked warning 2015-05-23 09:49:55 +08:00
PalladiaMors 956483cec2 add "Cast with AI" restriction 2015-05-23 09:20:08 +08:00
PalladiaMors c11986829d remove casting restriction due to lack of proper filter 2015-05-23 09:07:13 +08:00
ShawnieBoy dcb7a0f893 add Mercadia's Downfall 2015-05-22 22:59:55 +01:00
ShawnieBoy b3014e549d add Megatherium 2015-05-22 22:28:18 +01:00
lodici 5025bc25b0 add a timer to CardDecksPanel to wait a short period on selecting a card in explorer before initiating the decks search. This should prevent potential disk thrashing if rapidly scrolling through the list of cards. 2015-05-22 21:52:32 +01:00
lodici 6abf7d8edd relocate CardPanel and associated classes. 2015-05-22 21:07:10 +01:00
lodici 1efda7c9a8 use theme background for CardFilterPanel. 2015-05-22 20:55:59 +01:00
lodici d7f4543b4a display decks containing selected card in Card Explorer, double-click deck name to view list of cards in deck. 2015-05-22 20:55:58 +01:00
lodici 0325bb177c remove obsolete code. 2015-05-22 20:55:58 +01:00
lodici 34559384ae organize imports. 2015-05-22 20:55:57 +01:00
lodici ac8570fbea change visibility of ui.deck.editor classes to package-private. 2015-05-22 20:55:56 +01:00
lodici 605c002ed9 remove explorer related code from DeckEditorSplitPanel. 2015-05-22 20:55:56 +01:00
lodici 940066af0e relocate deck editor UI classes into new package. 2015-05-22 20:55:55 +01:00
lodici eac5222714 remove unnecessary auto-generated javadoc. 2015-05-22 20:55:54 +01:00
lodici 6b5babae99 remove extraneous dev mode action bar button that searches for decks containing card. 2015-05-22 20:55:54 +01:00
lodici a313ad67bd update View script action button tooltip. 2015-05-22 20:55:53 +01:00
lodici 371bb8ac3f Update opening card script screen using double click so that it only works with left mouse button. 2015-05-22 20:55:52 +01:00
lodici abdc57d03a remove all deck references from ExplorerPanel. 2015-05-22 20:55:52 +01:00
lodici 940b34f7a8 remove DeckEditor version of constructor from ExplorerPanel. 2015-05-22 20:55:51 +01:00
lodici 24bdd79f95 Extract private ExplorerSidebarPanel class out of ExplorerPanel. 2015-05-22 20:55:50 +01:00