Commit Graph

22833 Commits

Author SHA1 Message Date
Sloth
bf46bd9d96 - Added SVar:PlayMain1:TRUE to 3 Theros cards. 2013-09-22 13:29:38 +00:00
Sloth
5620552344 - AI will now prefer Heroic creatures when casting Auras. 2013-09-22 13:21:15 +00:00
Sloth
3898afe81b - Fixed AI sometimes ignoring "CARDNAME can't be blocked except by three or more creatures". 2013-09-22 11:28:48 +00:00
swordshine
ba9d49d0f1 - Fixed Heroic
- Fixed FightEffect
2013-09-22 08:05:24 +00:00
Sloth
a7f196999f - Improved AI using Shipbreaker Kraken. 2013-09-22 07:02:37 +00:00
swordshine
7493cf2726 - Fixed Heliod, God of the Sun and Shipwreck Singer by Diogenes 2013-09-22 04:14:32 +00:00
swordshine
ffcfd24781 - TargetsValid should find targets in the subabilities 2013-09-22 00:38:44 +00:00
swordshine
bb4f967353 - Prevent NPE 2013-09-22 00:16:52 +00:00
Sloth
8e28ce296a - Replaced some unplayable cards in Jamuraa world quest decks. 2013-09-21 22:08:51 +00:00
Sol
d3b9f4c8d8 - Fix for Anthousa 2013-09-21 17:13:16 +00:00
Sol
5ebdf212e2 - Fix Dragon Mantle, Hammer of Purphoros and Reaper of the Wilds 2013-09-21 17:00:52 +00:00
swordshine
1bc4baffec - Fixed NPE caused by Spatial Merging 2013-09-21 11:35:59 +00:00
swordshine
37661ac0d0 - Fixed the edition file 2013-09-21 11:24:01 +00:00
swordshine
bb7b4c6252 - Fixed Warriors' Lesson 2013-09-21 10:42:00 +00:00
swordshine
aeb6994974 - Improve getLifeThreateningCommanders() 2013-09-21 10:11:23 +00:00
swordshine
892ed7df24 - Fixed getLifeThreateningCommanders() 2013-09-21 09:43:58 +00:00
swordshine
9a60203313 - Cleanup 2013-09-21 02:57:30 +00:00
swordshine
5ce9f79c66 - Updated some scripts to avoid overwriting the original Svars 2013-09-21 02:25:40 +00:00
dripton
0adee5121b Remove some unused imports to fix warnings. 2013-09-20 16:34:33 +00:00
Sol
13070aa96c - Some improvements to Monstrosity text display 2013-09-20 16:29:26 +00:00
dripton
b75012a0a1 Fix spelling of SaTargetRoutines (was SaTargetRountines) 2013-09-20 16:26:43 +00:00
Chris
09c11d1f3f - Added a fluff piece to the changes.txt file. 2013-09-20 13:08:18 +00:00
moomarc
b51bf8f952 - Fixed creature type 2013-09-20 10:27:29 +00:00
Sloth
9db08d508b - Updated some SVars. 2013-09-20 07:57:53 +00:00
Sloth
015aa8f343 - Fixed NPE caused by Bestow. 2013-09-20 07:20:20 +00:00
swordshine
5ed5c9afbe - Fixed several cards with Fading that kept remembered cards 2013-09-20 05:58:23 +00:00
swordshine
f45174318d - Reverted r23257, fixed Duplicant 2013-09-20 04:34:16 +00:00
Sol
a59f5b4d11 - Theros block data 2013-09-20 03:34:03 +00:00
Sol
2e122714b0 - Missed the Theros file to fix typo 2013-09-20 03:29:10 +00:00
Sol
5beba3101e - Fixing issues with Theros cards, adding Oracles that were missed 2013-09-20 03:26:31 +00:00
Sol
c4e0bc0a1a - Updated Oracle for Theros S-Z 2013-09-19 23:55:53 +00:00
Sol
2a0cb56520 - Updated Oracle for Theros N-R 2013-09-19 23:51:59 +00:00
Sol
9e21987039 - Updated Oracle for Theros G-M 2013-09-19 23:51:06 +00:00
Sol
e4fc9164c1 - Updated Oracle for Theros A-F 2013-09-19 23:49:52 +00:00
dripton
f4ce2a9f37 Fix "its" vs. "it's" typo in Sensei's Divining Top. 2013-09-19 21:56:48 +00:00
Sloth
21d7a8fe3f - Merged Theros branch into trunk. 2013-09-19 19:53:33 +00:00
dripton
af8ae84eb5 Add ConcurrentHashMapOfLists and use it for Combat.attackedEntities
Fixes bug 740, intermittent ConcurrentModificationException

The alternative would be synchronizing all access to attackedEntities,
either at the method level or by using an internally synchronized
container like a Hashtable.  But ConcurrentHashMap should give better
performance, since it only locks on writes not reads, and we read
attackedEntities a lot more often than we write to it.
2013-09-19 16:05:15 +00:00
Chris
d73699bcaa - Added new card names to changes.txt. 2013-09-19 08:02:04 +00:00
Sloth
1e55407060 - Fixed NPE caused by High Priest of Penance. 2013-09-19 06:18:10 +00:00
Hellfish
c9987e5efc *Don't Imprint if the card in question isn't exiled.(Really only applicable to commanders) 2013-09-19 05:42:16 +00:00
Sol
4e90eac764 - Simplified Oracle Scraper for magiccards.info 2013-09-19 03:18:34 +00:00
Sloth
24e320237f - AI fix for Monstrosity. 2013-09-18 18:35:30 +00:00
RumbleBBU
0ca16e5996 Fix unlockable sets sorting. 2013-09-18 09:24:36 +00:00
swordshine
5125ef32ab - THS: Added 5 red cards 2013-09-17 12:48:32 +00:00
Chris
9c2c231b93 - Added new card names to changes.txt. 2013-09-17 07:42:19 +00:00
swordshine
35f3949fbc - Implement Rule 702.102d 2013-09-17 02:47:58 +00:00
swordshine
03fb8b24d1 - THS: Added 13 cards 2013-09-17 00:25:23 +00:00
Maxmtg
1ece44afc7 when set was not found, fall back to just card with given name from any set. 2013-09-16 22:39:28 +00:00
moomarc
0b951527fa - Added Blaze of Glory 2013-09-16 15:23:09 +00:00
drdev
b2a86015f1 Fix function name 2013-09-16 08:57:26 +00:00