Commit Graph

8734 Commits

Author SHA1 Message Date
Sloth
10375b0c8b - Restructuring in ComputerAIGeneral and ComputerUtil. 2012-07-21 12:32:03 +00:00
Sloth
d07a81933f - Little cleanups in Player and GameAction. 2012-07-21 12:04:52 +00:00
Sloth
7361ac1c4f - Removed two instances of checkStateEffects() in InputMulligan. 2012-07-21 11:28:54 +00:00
Sloth
457b30a2b7 - Commented out 4 of the 5 instances of GuiDisplayUtil.updateGUI(). It looks like one is enough. 2012-07-21 11:06:31 +00:00
Sol
62cb2599c5 - PhaseHandler change wasn't quite right since other things use that (such as triggers when you play lands?) Moving pass priority after .push() calls in Magic Stack seem to do the trick though 2012-07-21 03:29:29 +00:00
Sol
1ab919ad61 - Potential fix for triggers being placed too early on the stack. If this doesn't work, we'll have to move the passPriority lower in the magicStack.push() 2012-07-21 03:15:35 +00:00
Chris
28fb932bee - CheckStyle. 2012-07-20 22:21:33 +00:00
Sloth
3c652ebf15 - Improved AI handling of Exalted (it now uses all the CombatUtil functions). 2012-07-20 16:30:20 +00:00
Sloth
f31039aeee - Fixed Flying WU theme. 2012-07-20 10:31:07 +00:00
Sloth
4054c92d37 - The AI will now always bring Shocklands into play tapped (I'm sick of people reporting). 2012-07-19 21:26:10 +00:00
Sloth
c1829b372e - Added some cards to staticReplaceDamage. 2012-07-19 21:16:08 +00:00
Sloth
b0bd1e6d72 - Little touch-up for -X/-0 spells. 2012-07-19 19:29:27 +00:00
mcrawford620
7e721da1da - Refactor Sealed Deck generation so it works and uses same logic as Booster Decks. 2012-07-19 18:37:37 +00:00
mcrawford620
7e28b72e7b - Fix for discard/draw AI 2012-07-19 11:16:28 +00:00
mcrawford620
4bb8c2ba70 - AI for draw/discard 2012-07-19 04:54:21 +00:00
mcrawford620
15ff211f3c - AI for Fight 2012-07-19 03:48:33 +00:00
Sloth
1ba819d162 - The AI will no longer sacrifice enchanted permanents as part of costs. 2012-07-18 20:50:30 +00:00
Sloth
bfde67cef6 - Improved AI handling exalted creatures with 0 power. 2012-07-18 20:13:03 +00:00
Sloth
f662d39a58 - Moved getSpellCostChange after targeting.
- Added Spellwild Ouphe.
2012-07-18 14:51:22 +00:00
Sloth
4f4531eb96 - Added Semblance Anvil. 2012-07-18 12:06:05 +00:00
Sloth
75136c9b36 - The AI will now try to attack with unblockable creatures in exalted mode. 2012-07-18 11:38:16 +00:00
Sloth
fec30313db - Added Trinisphere. 2012-07-18 10:03:53 +00:00
Sloth
ce0417a6df - Better fix for ChosenX. 2012-07-18 09:38:40 +00:00
Sloth
3c0ae07572 - Fixed ChosenX not reseting. 2012-07-18 08:59:53 +00:00
Sloth
74fd00175d - Two improvements in evaluateCreature. 2012-07-18 08:35:23 +00:00
mcrawford620
ed9cbacb43 - AI for Pump -X/0 cards, targeting Human attackers 2012-07-18 00:34:53 +00:00
Sloth
829c8bf9b7 - Converted the last cards to StAb RaiseCost.
- Removed the CostChange keyword.
2012-07-17 18:26:32 +00:00
moomarc
dc759d759b Added zone dividers to target selection lists 2012-07-17 17:42:52 +00:00
Sloth
2a17a3d88e - Converted more cards to StAb RaiseCost. 2012-07-17 16:22:42 +00:00
Sloth
5ab3f3fdaa - Started conversion of cards to StAb RaiseCost. 2012-07-17 16:04:28 +00:00
ArsenalNut
79a18cbac5 commented out ability copying in getLKICopy method 2012-07-17 12:55:48 +00:00
Sloth
b30d624382 - Updated staticReplaceDamage in the Player class. 2012-07-17 11:00:05 +00:00
moomarc
0ce1cccb77 Fixed some Time Spiral cards adding permanent cards in exile to target choices 2012-07-17 08:43:06 +00:00
Sloth
b7f2234a1b - Fixed PumpTgtAI. 2012-07-17 08:12:37 +00:00
Sloth
8eb19fa64c - Cleanup in GameAction and GameActionUtil. 2012-07-16 20:02:26 +00:00
Sloth
63239da00e - Converted Avatar of Might to script. 2012-07-16 19:40:48 +00:00
Sloth
ec384e5204 - Fixed a logic error in basicManaFixing. 2012-07-16 18:19:14 +00:00
Sloth
016b27d34f - Converted more cards to StAb ReduceCost (all cards with less have been converted). 2012-07-16 18:11:43 +00:00
moomarc
61f7892c50 Added Timebender 2012-07-16 17:16:33 +00:00
moomarc
b55dfebded Converted Jhoira, of the Ghitu to script 2012-07-16 13:01:49 +00:00
moomarc
4a99a416f3 Added card state icon for marking cards reserved for a cost payment 2012-07-16 08:25:30 +00:00
ArsenalNut
ed198846df Selection for sacrifice UnlessCost are highlighted. Unselecting cards is done with right mouse click. 2012-07-16 04:33:22 +00:00
Sloth
97596787a2 - Converted more cards to StAb ReduceCost. 2012-07-15 20:32:20 +00:00
Sloth
dbe9c48244 - Converted more cards to StAb ReduceCost. 2012-07-15 19:00:48 +00:00
Sloth
725436f7c2 - Removed some randomness relics from CanPlayAI functions. 2012-07-15 14:41:36 +00:00
Sloth
a88edded34 - Converted Affinity cards to StAb ReduceCost. 2012-07-15 12:57:22 +00:00
Sloth
f232785219 - Converted Harbor Serpent to script. 2012-07-15 12:28:40 +00:00
Sloth
ec3af1ecc9 - Converted 3 cards to StAb ReduceCost. 2012-07-15 12:26:13 +00:00
Sloth
d0f648f07b - Converted 6 cards to StAb ReduceCost. 2012-07-15 12:06:58 +00:00
Sloth
828fff5d79 - Converted Heartstone, Power Artifact and Training Grounds to StAb ReduceCost. 2012-07-15 11:29:34 +00:00