Commit Graph

1819 Commits

Author SHA1 Message Date
jendave
9f88004d2a * separate layout save of new and old GUI 2011-08-06 05:40:46 +00:00
jendave
ce1895bb93 Added "SVar:RemAIDeck:True" to the cards listed under "Buyback cards" and "Fog cards" and "Win condition cards" and "Symmetrical effects" and "(Color) Hosers" and "Harmful effects" and "Fetchlands" and "Painlands" and "Filter Lands" and "Medallions" and "manapool stuff". This finishes this part of our project. :) 2011-08-06 05:40:36 +00:00
jendave
02073422ff Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 3rd 18 of 54 cards. 2011-08-06 05:40:31 +00:00
jendave
86f237fede Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 2nd 18 of 54 cards. 2011-08-06 05:40:26 +00:00
jendave
835b35a979 Fixed bug in xCount where Counting Named cards were trying to count "CARDNAME" instead of the original card name. 2011-08-06 05:40:14 +00:00
jendave
d6336c8260 Added Kulrath Knight 2011-08-06 05:40:09 +00:00
jendave
bb55639b70 Added hasCounters() to support Kulrath Knight. 2011-08-06 05:40:04 +00:00
jendave
796dcbf00a Added Gwafa Hazid, Profiteer 2011-08-06 05:39:59 +00:00
jendave
cd4c230e3c Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 1st 18 of 54 cards. 2011-08-06 05:39:54 +00:00
jendave
37770737d2 Forgot Gwafa Hazid's controller draw clause. 2011-08-06 05:39:50 +00:00
jendave
f749d3934b Added check for "SVar:RemAIDeck:True" in cards.txt to replace removed card list. 2011-08-06 05:39:44 +00:00
jendave
accb3293bb Added "SVar:RemAIDeck:True" to the cards listed under "semi useless". 2011-08-06 05:39:39 +00:00
jendave
5c75c4e927 Added "SVar:RemAIDeck:True" to the cards listed under "useless, or combo cards". 2011-08-06 05:39:34 +00:00
jendave
1eb6648659 Added "SVar:RemAIDeck:True" to the cards listed under "cards that have bugs" and "not fully implemented". 2011-08-06 05:39:29 +00:00
jendave
045737a757 Added "SVar:RemAIDeck:True" to the cards listed under "remove "bad" and multi-colored cards". 2011-08-06 05:39:21 +00:00
jendave
d95b38c5e6 Added Gwafa Hazid, Profiteer 2011-08-06 05:39:13 +00:00
jendave
09d0cbbeca Added Gwafa Hazid, Profiteer checks in canBlock and canAttack. 2011-08-06 05:39:08 +00:00
jendave
4e1e9214b0 Added BRIBERY counter. 2011-08-06 05:39:02 +00:00
jendave
b5ad201786 Provided for cards.txt keyword "SVar:RemAIDeck:True" to replace removed cards list. 2011-08-06 05:38:57 +00:00
jendave
46a3ccf73a Added a medium deck centered around indestructible permanents with lots of mass removal called Gimli 2. 2011-08-06 05:38:51 +00:00
jendave
b8887d9e74 - Fixed AI_getMostExpensivePermanent, AI_getBestEnchantment and AI_getBestArtifact in CardFactoryUtil.java.
- Enabled the AI to use the spDestroyTgt target restrictions it previously couldn't handle.
2011-08-06 05:38:43 +00:00
jendave
5fb883abed Added more cards to be removed from generated decks. 2011-08-06 05:38:36 +00:00
jendave
9a18731d60 Added the option ShuffleIntoLibrary to spBounceTgt. Added Deglamer. 2011-08-06 05:38:30 +00:00
jendave
5171e4547c - Fixed getValidCards in CardList.java to handle a Restriction of more than one Permanent.#### (before the tmpList wouldn't get updated)
- Fixed the AI of spBounceTgt to accept Type.#### targets.
- Converted the following cards to keyword and commented out the card object for these cards: Celestial Purge; Unmake.
2011-08-06 05:38:23 +00:00
jendave
faab8b549c Added Saprazzan Raider, Timid Drake and Zephyr Spirit. 2011-08-06 05:38:16 +00:00
jendave
9d40d7890a - Converted the following cards to keyword and commented out the card object for these cards: Regress; Repulse; Temporal Fissure; Temporal Spring and Unsummon.
- Removed a duplicate filter from spBounceTgt.
- Added an AI check for Overwhelming Forces
2011-08-06 05:38:10 +00:00
jendave
190f8128bb Converted the following cards to implemented via keyword and commented out the card object for these cards: Boomerang; Deny Reality; Eye of Nowhere; Rescind; Surging AEther. 2011-08-06 05:38:03 +00:00
jendave
164e57a353 Minor addition to the spBounceTgt AI. 2011-08-06 05:37:57 +00:00
jendave
5b7efcc320 - Removed duplicate "filter" variable in Culling Sun. 2011-08-06 05:37:52 +00:00
jendave
0f92330dee - Improved the AI of Consume the Meek, Culling Sun, Retribution of the Meek, Cleanse and Plague Wind by considering indestructible.
- reverted the changes to Mirror Gallery
2011-08-06 05:37:47 +00:00
jendave
da5787b298 - Improved the AI of Soulscour, Day of Judgment, Planar Cleansing and All is Dust by considering indestructible. 2011-08-06 05:37:41 +00:00
jendave
5fdfe987ae - Improved the AI of Wrath of God and Damnation by considering indestructible.
- Added getNotKeyword (to filter out cards with certain keywords) to Cardlist.java.
- More elegant implementation of Mirror Gallery.
2011-08-06 05:37:35 +00:00
jendave
944242146a * move main GUI creation to Swing thread
* force LAF update on start to have consistent LAF on all widgets
2011-08-06 05:37:30 +00:00
jendave
f63cc84727 - Fixed some bugs with Qasali Pridemage and improved the AI's targeting a bit. 2011-08-06 05:37:24 +00:00
jendave
35fdd20765 Added Mirror Gallery. 2011-08-06 05:37:19 +00:00
jendave
464034b950 Fixed "two indestructible legends not dying" bug, by using sacrificeDestroy instead of destroy in destroyLegendaryCreatures. 2011-08-06 05:37:13 +00:00
jendave
7183d230f8 added more cards to be removed from generated decks. 2011-08-06 05:37:07 +00:00
jendave
f867c127ab Added Symbiotic Beast, Tukatongue Thallid, Haru-Onna and Jackalope Herd. 2011-08-06 05:37:01 +00:00
jendave
f522a52299 Added Grixis Slavedriver, Rotlung Reanimator and Breeding Pit. 2011-08-06 05:36:56 +00:00
jendave
c98a530caa Added Viashino Cutthroat, Viashino Sandscout and Viashino Sandstalker. 2011-08-06 05:36:52 +00:00
jendave
0630f16731 Fixed Sapphire Leech. 2011-08-06 05:36:47 +00:00
jendave
e2e1c95cb1 I have updated the list of cards removed from random constructed decks. I merged this list into both of the GenerateConstructedDeck java files. 2011-08-06 05:36:43 +00:00
jendave
7aa3ad6f67 Added Fists of Ironwood, Lys Alana Huntmaster and Infested Roothold. 2011-08-06 05:36:37 +00:00
jendave
49b4057bbc - Fix Part2. 2011-08-06 05:36:33 +00:00
jendave
72692fa115 - Fixed the match lost/won dialog showing up whenever the Quests button is clicked. 2011-08-06 05:36:28 +00:00
jendave
8bd1d30f99 - Fixed Wall of Tears / AEther Membrane (should remove tokens from game). 2011-08-06 05:36:23 +00:00
jendave
4b8700118a Removed the 2nd copy of the spell description from Parallel Evolution and moved the entry to top of file. 2011-08-06 05:36:17 +00:00
jendave
195b0ecff4 Added a hard deck centered around Elvish Piper and Quicksilver Amulet with huge creatures called Boromir 3. 2011-08-06 05:36:12 +00:00
jendave
cb7605ffc7 Added Quicksilver Amulet. 2011-08-06 05:36:04 +00:00
jendave
f426170a9b * move LAF change to Swing thread
* scaling option (for new GUI it's best to leave it set)
2011-08-06 05:35:58 +00:00