Commit Graph

25457 Commits

Author SHA1 Message Date
swordshine
1e60b68d49 - Fixed Myr Retriever and friends 2014-06-18 05:53:25 +00:00
elcnesh
fe13a7c9fa Update oracle texts of cards starting with 'c'. 2014-06-17 14:27:57 +00:00
elcnesh
4228ddd582 Update oracle texts of cards starting with 'b'. 2014-06-17 11:02:29 +00:00
elcnesh
373617db08 Update oracle texts of cards starting with 'a'. 2014-06-17 10:47:14 +00:00
swordshine
a5f33854f9 - Fixed Urborg 2014-06-17 05:31:08 +00:00
drdev
8f323cbd9b Make deleting old resource files it's own progress bar step 2014-06-17 02:11:16 +00:00
drdev
c5b8a76668 Prevent deleting res/ folder until after assets/zip downloaded 2014-06-17 02:05:43 +00:00
drdev
77083143bd Prevent Forge process sticking around after exiting on Android devices 2014-06-17 01:40:25 +00:00
drdev
219207e4f6 Version bump to 1.5.20.007 2014-06-17 01:15:15 +00:00
drdev
ad3d459d88 Improve card art rendering for split cards 2014-06-17 00:57:45 +00:00
drdev
6c49f9651c Fix error when Flames of the Firebrand targets a player 2014-06-16 23:05:37 +00:00
drdev
521a17207b Move Graphics class to its own file 2014-06-16 22:59:03 +00:00
elcnesh
018fe1145c Cleanup: unify all card files' line endings to '\n' and make sure each file ends with a newline.
Nonfunctional change that allows the oracle script to update the oracle texts of cards in the future.
2014-06-16 17:15:06 +00:00
drdev
6a4ec0e3da Cleanup graphics code 2014-06-15 23:48:19 +00:00
drdev
5b21c3399d Fix rendering of mana cost for split cards 2014-06-15 23:12:39 +00:00
drdev
5c511f7785 Version bump to 1.5.20.006 2014-06-15 22:08:43 +00:00
drdev
7d30810bd8 Fix so font cache deleted when changing themes and after applying update 2014-06-15 22:07:28 +00:00
elcnesh
8efc6bda85 Fix a number of problems with copying permanents.
Copying between face-down permanents, flip cards and transform cards wasn't always working as described in rule 706. This should fix most of those problems.
2014-06-14 22:29:14 +00:00
elcnesh
ac6a2965f7 Reveal a face-down card as it leaves the battlefield (rule 707.9). 2014-06-14 21:42:22 +00:00
drdev
28d045a5d7 Version bump to 1.5.20.005 2014-06-14 14:52:33 +00:00
drdev
29a771dd44 Prevent caching more than one font regardless of switching themes 2014-06-14 14:46:11 +00:00
excessum
c2f1aae631 - Fixed bug with Polukranos logic if the target(s) are not the highest evaluated ones 2014-06-14 14:44:32 +00:00
drdev
6f7c19a366 Show loading screen while changing themes 2014-06-14 14:24:34 +00:00
excessum
c4c74cccfd - Allow AI to use Bloodrush ability 2014-06-14 14:19:04 +00:00
swordshine
176eb0236d - Fixed Dovescape and friends 2014-06-14 13:07:09 +00:00
swordshine
1df53d1bee - Fixed Vines of Vastwood 2014-06-13 13:56:21 +00:00
swordshine
963177e940 - Fixed DamageDealAi (r26280 totally broke cards like Shock) 2014-06-13 07:53:57 +00:00
rikimbo
12de3043d8 Fixed an issue where if an ability had more than one instance of the same type of CostPart (such as that of Demon's Herald, which has three sacrifice costs), the AI was able to get away with paying the cost only once. 2014-06-13 00:17:15 +00:00
rikimbo
3c66861b48 Added logic so that the AI can now use triggered abilities that put X counters on the source permanent, where X is a mana cost paid (eg. Hero of Leina Tower). The AI action is now to spend all remaining mana on X. 2014-06-12 22:50:22 +00:00
drdev
d0a0006b48 Fix issue with saving draft decks and saving after renaming deck
Version bump to 1.5.20.004
2014-06-12 15:58:56 +00:00
drdev
167ebfb991 Prevent zoom toggle caring which direction you fling 2014-06-12 03:40:23 +00:00
drdev
512d96572d Fix typo 2014-06-12 03:39:02 +00:00
drdev
650659ed80 Fix size issue with buttons 2014-06-12 02:23:57 +00:00
drdev
264f421de8 Version bump to 1.5.20.003 2014-06-12 02:13:22 +00:00
drdev
75fc4e7d33 Prevent count label getting cut off 2014-06-12 02:12:17 +00:00
drdev
cd6700b087 Prevent adding basic lands to sealed deck by default for mobile game 2014-06-12 01:50:09 +00:00
drdev
35ebc4e901 Version bump to 1.5.20.002 2014-06-12 01:18:40 +00:00
drdev
8c36dcc8fe Remove Auto button 2014-06-12 01:12:10 +00:00
drdev
4500fc0e44 Support actually adding lands to deck 2014-06-11 22:08:07 +00:00
drdev
337c829677 Rename to Add Basic Lands 2014-06-11 21:53:13 +00:00
drdev
9bd2666116 Fix art generation for add lands dialog 2014-06-11 21:42:07 +00:00
drdev
6f1153479a Fix layout issues with Add Lands dialog 2014-06-11 21:09:56 +00:00
drdev
afe7d180a6 Create AddLandsDialog 2014-06-11 20:43:59 +00:00
drdev
a007e48c4e Remove unused imports 2014-06-11 19:01:51 +00:00
Chris
ed3494a2c0 Added new card names to changes.txt. 2014-06-11 15:45:19 +00:00
Chris
18e3a5b09a Cleared out the changes.txt file, now ready for new material. 2014-06-11 15:29:54 +00:00
drdev
ef49639193 Support renaming decks 2014-06-11 14:25:53 +00:00
excessum
e80b8a9422 - Fixed bug with PowerDmg targets being reset in DamageDealAi 2014-06-11 13:39:36 +00:00
drdev
a8b64a4721 Add popup menu to more button 2014-06-11 03:38:14 +00:00
drdev
4dcf77617b Support updating name as changes made and saved 2014-06-11 03:14:20 +00:00