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
drdev
5c1219f649
Work towards updating combo boxes when theme changes
2013-09-13 07:30:20 +00:00
drdev
e2c773c416
2013-09-13 06:21:49 +00:00
drdev
98d16ba6e1
Fix so disabled background image doesn't come back when changing themes
2013-09-13 06:17:49 +00:00
drdev
a8f3360c40
Update combo boxes in preferences when skin changes
2013-09-13 06:03:25 +00:00
swordshine
c5aa1d3d7e
- THS: Added 2 multicolor cards
2013-09-13 05:35:18 +00:00
swordshine
80661d3055
- Added Plane: Stairs to Infinity
2013-09-13 03:55:56 +00:00
swordshine
d4e5a1ffba
- Fixed Aladdin's Lamp
2013-09-13 01:48:02 +00:00
swordshine
7b88caee8a
- fix r23186
2013-09-13 00:38:00 +00:00
dripton
17f4bbdda1
Apply pqnet's patch to fix bug 704.
...
(IllegalStateException from using getOpponent() instead of getOpponents())
2013-09-12 23:06:13 +00:00
swordshine
6dacae86f8
- another fix
2013-09-12 14:17:07 +00:00
swordshine
55b182687e
- Fixed DigEffect
2013-09-12 13:48:08 +00:00