Commit Graph

22561 Commits

Author SHA1 Message Date
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
drdev
f0f5b97e03 Tweak wording on CHANGE.txt 2013-09-16 08:19:24 +00:00
drdev
ba8ec270d1 Support switching between Themes/Skins without restarting 2013-09-16 08:18:19 +00:00
Chris
d3b94b0dd9 - Added new card names to changes.txt. 2013-09-16 08:16:52 +00:00
Chris
7f3a641629 - Added new card names to changes.txt. 2013-09-16 08:14:26 +00:00
moomarc
61073dcd09 - Added Wort, the Raidmother (finally) 2013-09-16 08:03:03 +00:00
drdev
40c840446d Make combo boxes skin correctly 2013-09-16 07:36:39 +00:00
swordshine
6426106e0c - Reverted r23140 2013-09-16 07:04:59 +00:00
swordshine
799387b09b - Fixed Doomsday 2013-09-16 06:51:30 +00:00
Maxmtg
a9e0e660d2 theros edition file 2013-09-16 06:41:59 +00:00
Hellfish
732beaa9fd *Fixed Boseiju, Who Shelters All oracle text 2013-09-16 06:25:20 +00:00
Hellfish
eee4322173 *Converted Commander rules to an effect. (Fixes being unable to cast an Akroma, Angel of Fury commander face down) 2013-09-16 06:14:46 +00:00
swordshine
727920679c - THS: Added 5 cards 2013-09-16 05:47:42 +00:00
swordshine
7ec2d0f8cb - THS: Fixed Bronze Sable 2013-09-16 04:52:59 +00:00
drdev
eb4b25b9e4 Start FComboBox 2013-09-16 03:09:54 +00:00
Chris
a3afd4c35b - Added new card names to changes.txt. 2013-09-15 12:35:36 +00:00
swordshine
cfccacd21d - Template change: "is unblockable" -> "can't be blocked" 2013-09-14 06:25:27 +00:00
swordshine
b40302a3aa - Added Personal Incarnation 2013-09-14 04:17:27 +00:00
Maxmtg
75cd2cdcab restore cards recognition for cases when alias is specified instead of commonly used set code
ddl edition => added 'hvm' alias
2013-09-14 03:39:41 +00:00
swordshine
2f37ca57b4 - Updated the reminder text for Monstrosity 2013-09-14 01:47:22 +00:00
Sloth
e4446b5fa0 - Added the medium quest deck Black Abott 2. 2013-09-13 20:10:04 +00:00
swordshine
9519eb3a17 - Added Truth or Tale 2013-09-13 13:59:55 +00:00
Chris
a1d99ba2ba - Added new card names to changes.txt. 2013-09-13 11:53:20 +00:00