Commit Graph

2525 Commits (d60b246dcb108e987ea68281698838e245f5f68b)

Author SHA1 Message Date
beholder 4f674717a7 added Festerhide Boar and Fortress Crab 2011-09-26 15:12:26 +02:00
beholder 0782931b7c added Falkenrath Noble and Feral Ridgewolf 2011-09-26 14:52:36 +02:00
beholder cbb8d9c6d3 added Endless Ranks of the Dead and Falkenrath Marauders 2011-09-26 11:23:22 +02:00
beholder bb1ddd82ee added Elite Inquisitor 2011-09-26 10:34:26 +02:00
melvin df7596b908 added missing card class for Dead Weight 2011-09-26 11:18:16 +08:00
melvin 5c9ff7a2e4 test that new showComponent method did not introduce any other problems 2011-09-26 11:09:18 +08:00
melvin aa013de028 replaced showComponent(JComponent) with showComponent(Callable)
so that the creation of the component is encapsulated in the Callable object
and runs in the event dispatching thread
2011-09-26 10:54:02 +08:00
melvin 29660c0248 merged new cards 2011-09-25 22:17:25 +08:00
beholder 6473c94057 undo change to MagicRegenerationActivation. added Elder of Laurels 2011-09-25 16:07:03 +02:00
melvin 10b277ccc3 added test scenario to improve AI's use of regen 2011-09-25 22:02:29 +08:00
beholder 0edb31f1e4 allow AI to use Regenerate ability more than once each turn 2011-09-25 15:30:26 +02:00
beholder 6f7fe195d5 merged with changes to website 2011-09-25 15:01:39 +02:00
beholder 79ebbd22d7 added Doomed Traveler and Elder Cathar 2011-09-25 15:00:53 +02:00
beholder 3a801dae35 added Diregraf Ghoul and Disciple of Griselbrand 2011-09-25 14:43:16 +02:00
beholder 4b68fd33cd added Darkthicket Wolf and Dead Weight 2011-09-25 11:53:53 +02:00
melvin f9ad1a374e moved credits to IcoJoy from website to README.txt 2011-09-25 17:51:31 +08:00
melvin 74b9a13855 add copied MagicPermanent to copyMap before invocation of copyMap.copy to
prevent repeated copying of the same object.

bug was due to multiple copies of the same permanent in the AI's instance of
the game, leading to the effect not being applied corrected.

fixes issue 61.
2011-09-25 14:36:46 +08:00
melvin e1b12428f4 changed MagicDeclareAttackersResultBuilder.buildResults to be a static method 2011-09-25 11:18:22 +08:00
wait321 fb8a8d77b5 fixed array out of bounds error when sorting on rarity 2011-09-24 11:21:58 -07:00
melvin fc578bf738 added test case which shows bug with Pacifism 2011-09-24 23:10:16 +08:00
beholder c948d68640 added Curiosity 2011-09-24 15:53:22 +02:00
beholder 6f0f6570de added Cobbled Wings and Crossway Vampire 2011-09-24 15:37:50 +02:00
beholder 942e00d389 fixed Charmbreaker Devils 2011-09-24 15:17:12 +02:00
beholder 48419bec44 added Champion of the Parish, Chapel Geist, Charmbreaker Devils 2011-09-24 14:05:29 +02:00
beholder 3ababf7189 commented out unused variable 2011-09-24 11:48:18 +02:00
beholder b165a73bd8 added Morbid condition. added Morkrut Banshee 2011-09-24 09:17:35 +02:00
beholder 3cac4773e2 added Brain Weevil and Bramblecrush 2011-09-24 07:51:06 +02:00
beholder 69ded12605 added Bloodgift Demon and Boneyard Wurm 2011-09-23 19:15:04 +02:00
beholder 25a0adfa31 added Armored Skaab and Bloodcrazed Neonate 2011-09-23 18:52:56 +02:00
beholder 7ddbf7be6e added Clifftop Retreat, Hinterland Harbor, Isolated Chapel, Sulfur Falls, Woodland Cemetery 2011-09-23 17:54:08 +02:00
beholder e4b797a16f added Abbey Griffin, Ambush Viper, Angel of Flight Alabaster, Angelic Overseer, Avacynian Priest, Avacyn's Pilgrim, Balefire Dragon, Battleground Geist 2011-09-23 16:35:24 +02:00
wait321 63fd750404 moved keywords and card explorer to view menu 2011-09-23 07:01:33 -07:00
melvin 6c79aa9745 Added tag magarena_1_18 for changeset 86e14708b248 2011-09-23 20:07:14 +08:00
melvin 7b7571f684 Added list of new cards to README 2011-09-23 19:40:39 +08:00
melvin 1d92e4c960 updated cubes 2011-09-23 19:37:46 +08:00
melvin c904c89ae6 added rule to run AI vs AI for performance tuning 2011-09-23 19:37:29 +08:00
melvin cdd4815821 improved command line help message 2011-09-23 19:36:40 +08:00
melvin f363bcf29d mentioned that bug with sound effects was fixed 2011-09-23 19:35:44 +08:00
beholder 2fa9171c40 removed text about shortcut to simulate mouse click 2011-09-23 12:44:15 +02:00
beholder c1e9a56bcc changed some cards to make use of MagicGainActivation 2011-09-23 11:45:01 +02:00
beholder ead9998a0e changed MagicGainActivation to accept a text parameter 2011-09-23 11:29:15 +02:00
beholder f0c9eb9313 added Yavimaya Enchantress 2011-09-23 10:22:55 +02:00
beholder f4d1a13e60 added Venerable Monk and Verdant Force 2011-09-23 09:17:39 +02:00
beholder 12b32616e8 added Tidings and Treasure Hunter 2011-09-23 08:54:45 +02:00
beholder 12ad6232ab added Tempest of Light and Threaten 2011-09-23 08:39:50 +02:00
beholder 7c601c176c added test that shows minimax AI moving equipment between creatures 2011-09-23 07:58:58 +02:00
melvin 9b64b58f21 removed Control/Up from list of shortcuts in README 2011-09-23 09:05:03 +08:00
melvin c12a9e249f removed keyboard shortcuts for mouse click 2011-09-23 09:04:18 +08:00
wait321 3a560218b7 removed an un-necessary line 2011-09-22 17:22:06 -07:00
wait321 ebb76144ac added multi-row selection ability and removed swap button from card tables. 2011-09-22 17:06:26 -07:00