Commit Graph

9767 Commits

Author SHA1 Message Date
Maxmtg
de56fd0cc5 CardList class stripped, preparing to remove it 2012-10-01 22:47:12 +00:00
Maxmtg
59bc3f10c8 Removed all except filter from CardList 2012-10-01 22:42:56 +00:00
Maxmtg
0c974ce24a Indirection of getValidCards and getTargetableCards. Moved to CardListUtil 2012-10-01 22:25:06 +00:00
Maxmtg
71242674ac Removing chained calls to CardList.filter 2012-10-01 22:17:38 +00:00
Hellfish
56fb6810e3 *Added Corpsejack Menace 2012-10-01 22:00:17 +00:00
Sol
2324fc200c - CostChange can now run through AF.calculateAmount()
- Converted Fireball to Script
2012-10-01 21:48:43 +00:00
Maxmtg
64a43d29e6 replacing CardList calls with iterables where possible 2012-10-01 21:44:45 +00:00
Sloth
1e75526507 - Cleanup of unused functions. 2012-10-01 21:35:08 +00:00
Sloth
0c3739b621 - Restored the fix for Emrakul, the Aeons Torn shaking of auras like Dragon Breath (why was this removed?). 2012-10-01 21:23:37 +00:00
Maxmtg
1b4b4bb138 shuffle => CardListUtil as static 2012-10-01 21:23:04 +00:00
Maxmtg
2c980c78e5 CardList: removed reverse() 2012-10-01 21:09:07 +00:00
Maxmtg
79e7cede71 CardFactorySorceries: moved each SpellAbility creation to a separate function 2012-10-01 21:06:22 +00:00
Sloth
0357e0b197 - Converted Sky Swallower to script. 2012-10-01 20:49:21 +00:00
Maxmtg
ec3870418d GuiUtils: choice methods moved to GuiChoose.java
GuiUtils: rarely used methods moved closer to usage
2012-10-01 20:21:45 +00:00
Maxmtg
356c665522 small changes 2012-10-01 19:31:24 +00:00
Sloth
9138021a8a - Fixed chooseCardFromStack overwriting multiple spells with same stack description. 2012-10-01 18:57:34 +00:00
Sloth
c3059f9909 - Improved AI of spells cast via copySpellontoStack. 2012-10-01 18:46:37 +00:00
moomarc
34efd19d3a - Added Nicmagus Elemental (RtR) 2012-10-01 18:19:41 +00:00
Maxmtg
5c11cbe5d2 fixing couter-logical defaultNo parameter 2012-10-01 18:13:35 +00:00
RumbleBBU
22c3888d1c For some reason, the multicolor filter box was working 'negatively' compared to earlier versions, fixed (earlier, more intuitive behavior restored). 2012-10-01 17:29:54 +00:00
Sloth
6592982499 - Fixed Fireball. 2012-10-01 16:19:32 +00:00
Sloth
ae96e3ec6a - Reverted Triangle of War and fixed an issue with the AI targeting. 2012-10-01 08:22:52 +00:00
Sloth
1101bde6e6 - Little improvements for Attach AI. 2012-10-01 08:08:11 +00:00
Maxmtg
d7931f6810 from tests removed braids legacy 2012-10-01 05:31:02 +00:00
Maxmtg
2bcec4c888 There was endless loop due to my refactoring 2012-10-01 05:20:49 +00:00
ArsenalNut
2f6183a5d8 added check on reveal list size 2012-10-01 05:03:33 +00:00
ArsenalNut
b12996a8ee Added Guild Feud. Fixed Triangle of War targeting. 2012-10-01 02:57:01 +00:00
Sloth
b8caa2fa89 - Added Jarad's Orders. 2012-09-30 21:57:14 +00:00
Sloth
5cdbf41595 - Added Rix Maadi Guildmage. 2012-09-30 19:38:45 +00:00
ArsenalNut
12bbffa1fe adding Righteous Authority 2012-09-30 19:05:49 +00:00
Sloth
c9b6f63b60 - Added Counterflux. 2012-09-30 18:53:36 +00:00
ArsenalNut
2db05868db added TriggedPlayer to calculateAmount method. added Havoc Festival 2012-09-30 16:00:59 +00:00
Sloth
2e0c868bee - Fixed Sower of Temptation infinite loop. 2012-09-30 15:51:10 +00:00
Sloth
0c9cc782e6 - Removed the unused variable prevType from the card class. 2012-09-30 15:41:54 +00:00
Sloth
38886635bd - Fixed Warbreak Trumpeter. 2012-09-30 15:40:06 +00:00
Sloth
e18b9e3f92 - Added a new AI SVar "HasCombatEffect". The AI will no longer run into a Wall of Souls without gain and attack more aggressively with creatures like Mirri the Cursed. 2012-09-30 12:39:01 +00:00
moomarc
089851d5e7 - Added Dralnu's Pet 2012-09-29 16:57:45 +00:00
ArsenalNut
c238dda558 added some multicolored RTR cards 2012-09-29 14:45:49 +00:00
Sloth
9ad65c3238 - Fixed buildFilename not working without SetInfo. 2012-09-29 14:14:48 +00:00
Sloth
beb20f28e4 - Improved and fixed various AI discard functions. 2012-09-29 12:11:34 +00:00
moomarc
6fab0169a5 - Added Strip Bare (from Shadowmoor)
- Added Street Sweeper (RtR)
- Can now access the executed sa created by triggers using getTriggeredSA
2012-09-29 10:13:02 +00:00
ArsenalNut
dc8c4e5d56 reverting to previous version that didn't cause freezes 2012-09-29 04:30:33 +00:00
Maxmtg
596264d1c4 Making mvn build the project 2012-09-28 23:57:35 +00:00
Maxmtg
8213cd3f52 compile error fixed 2012-09-28 23:08:27 +00:00
Maxmtg
15d3074d84 Trying to use less CardLists and/or hardcoded constants 2012-09-28 22:59:08 +00:00
Sloth
88030ed7fd - The AI will now discard lands for discard costs if it has enough already.
- The AI will now save lands for discard costs when enough are played already.
2012-09-28 22:09:13 +00:00
Maxmtg
c09ca31609 Remove Lambda1 in favor of guava Function<> 2012-09-28 20:04:43 +00:00
Hellfish
6ce0c52470 *Fixed abilitystealers stealing from Tree of Redemption. 2012-09-28 19:12:13 +00:00
Sol
ee3b19b3be - Improve verbosity of AssignDamage buttons 2012-09-28 17:29:16 +00:00
RumbleBBU
faf02644bd Draft by default now launches a 7-round gauntlet; separate button added for playing a specific opponent. 2012-09-28 09:54:38 +00:00