Commit Graph

6674 Commits

Author SHA1 Message Date
Agetian
c98c69cd0d - Fixed Angel of Condemnation. 2017-07-20 16:44:42 +00:00
Sol
3183338d90 Revert 34798 which causes a Runtime crash 2017-07-20 01:19:31 +00:00
Agetian
ff5446b145 - Added a TODO entry to BoosterGenerator for further work.
- Documenting changes in CHANGES.txt.
2017-07-19 14:14:36 +00:00
austinio7116
75cd1e6247 First HOU card-based deck generator data added 2017-07-18 22:33:10 +00:00
Agetian
9461217b3e - Removed an unnecessary DelayedTrigger param from Tatsumasa, the Dragon's Fang. 2017-07-18 17:05:59 +00:00
Agetian
39b5c89a8f - Fixed Rukh Egg. 2017-07-18 12:15:07 +00:00
Agetian
6a6108c842 - Extra limiting parameter in Resilient Khenra is no longer necessary (handled as a global rule in code post-HOU). 2017-07-17 16:36:08 +00:00
Hanmac
fd5f230d91 Outbreak: use SpellDescription 2017-07-16 14:58:48 +00:00
Agetian
56e119a094 - Updated some card scripts with "search library and hand for any number of cards with the same name" to use LKI such that they can interact correctly with cards that change the name of the card (e.g. Eradicate on a creature equipped with Spy Kit). 2017-07-16 04:18:10 +00:00
Agetian
04fe6659c5 - Tweaked Princess Celestia 2 quest deck. 2017-07-15 17:46:38 +00:00
Agetian
fdc2244449 - Fixed Torment of Venom. 2017-07-15 15:51:52 +00:00
swordshine
bf072a831f - C17: Added 4 cards 2017-07-15 13:45:01 +00:00
Agetian
7925ef6c48 - Fixed Gideon's Defeat. 2017-07-15 10:13:23 +00:00
Agetian
6fdf895c01 - Embalmer's Tools: AI should generally use its activated ability at opponent's end of turn and before its own turn. 2017-07-15 03:52:48 +00:00
Agetian
eec43306b9 - Corrected the deck name. 2017-07-15 03:22:36 +00:00
Agetian
ca7ce6464a - Added Plague Fort 2 opponent by Seravy to the Urza quest world. 2017-07-15 03:21:31 +00:00
Agetian
b3310db468 - Fixed an avatar in one of the Theros PConq events. 2017-07-14 19:53:36 +00:00
Agetian
5ebf194364 - Karn Liberated must not remember exiled cards if it leaves the battlefield. 2017-07-14 09:58:09 +00:00
Agetian
ea4f8b67f2 - Unfortunately, have to revert r34731 - breaks mobile Forge (at least when running on desktop, e.g. for debugging purposes, but quite possibly on Android itself as well) and does not allow to cast anything from hand at all, making the single click on a card function as a selection (but not allowing to actually cast the spell). 2017-07-13 20:08:47 +00:00
Agetian
03f636a726 - HOU fatpack specification doesn't need a basic land info. 2017-07-13 18:53:21 +00:00
Agetian
f415edeb6d - Fixed Saving Grace. 2017-07-13 15:02:52 +00:00
Agetian
19f3e34543 - Updating some AI variables for Hour of Devastation cards. 2017-07-13 14:41:15 +00:00
Agetian
5490008e19 - Updated quest opponent download list. 2017-07-13 11:45:25 +00:00
Agetian
370ce6a344 - Adding quest opponent decks Vegeta 2 / Vegeta 3, Temur decks focused on energy, the medium one on energy-based creatures and creature token creation, the hard one on Aetherworks Marvel + Ulamog, the Ceaseless Hunger. 2017-07-13 11:45:14 +00:00
Agetian
c6f4ac2967 - Added Meddle by schnautzr. 2017-07-13 09:58:41 +00:00
Agetian
aa07530bd3 - Added AI logic parameter to Pyrohemia. 2017-07-13 06:12:53 +00:00
Agetian
05fe27afa6 - Switching Pestilence AI to be more generic and use AILogic$ DmgAllCreaturesAndPlayers 2017-07-13 06:09:07 +00:00
Hanmac
07d130dbff HumanPlay: fixed cost canPay 2017-07-13 05:36:29 +00:00
Agetian
c92e3c7040 - There seem to be 4 distinct booster pack pictures in HOU. Might need updating in the future if there is more booster art. 2017-07-13 05:17:23 +00:00
Myrd
1d3f91fb9c Switch game thread executor to be a single-thread
executor instead, of a thread pool. This is needed
because when things need to execute on the game
thread, it's not thread safe so only one such thing
should be executing at a time.

This should fix ConcurrentModificationException
from CardAreaPanel.selectCard() on mobile.

This is a reland of r34680 with a fix for being able
to run tasks on the game thread while waiting for input
from the user. Specifically, tested paying costs and
using the dev panel, but should work with anything that
schedules tasks via GameAction.invoke().
2017-07-13 05:03:34 +00:00
Agetian
6fdea6572c - Only add existing booster templates to the template map to avoid situations where the game would try to generate a non-existing booster pack and crash (e.g. unlocking a Starter 2000 set in quest mode).
- Only show the "You receive the following bonus cards" window if there are bonus cards available from the booster template.
2017-07-13 04:12:53 +00:00
Agetian
9e65053285 - HOU bundle should provide HOU basic lands [correct me if I'm wrong]. 2017-07-13 04:00:13 +00:00
Agetian
a440d96808 - Adding BoosterCovers and TreatAsSmallSets defs to HOU edition file. 2017-07-13 03:55:15 +00:00
Agetian
4d304abd43 - A more concise plane description for Amonkhet in PConq. 2017-07-12 18:02:07 +00:00
Agetian
f53dfedb4e - Added info about the number of events to plane descriptions. 2017-07-12 16:29:30 +00:00
Agetian
85302a2b2f - Added Ixalan plane stub for the potential future plane in PConq. 2017-07-12 16:19:46 +00:00
Agetian
912ffb1709 - Documenting changes in CHANGES.txt. 2017-07-12 16:17:47 +00:00
Agetian
9c5c0a82f6 - Fixed a couple events in KLD and AKH PConq planes. 2017-07-12 16:15:24 +00:00
Agetian
7b41555ece - Adding Amonkhet plane to PConq [by Sirspud]. 2017-07-12 15:49:23 +00:00
Agetian
1d5214234d - Updating rankings for older sets (LEA-8ED) using data currently aggregated on Bestiaire. 2017-07-12 15:31:57 +00:00
Agetian
a454ee19ec - Fixed a typo in Wingcrafter. 2017-07-12 11:27:32 +00:00
Agetian
0d4a97d0d0 - Display the name, difficulty and objective (goal/turn limit) of puzzles on the Puzzle Goal effect card. 2017-07-12 04:50:11 +00:00
Agetian
15ec1d4dde - Added missing lands to Pauper Puzzle #29. 2017-07-12 03:13:02 +00:00
Agetian
3e41e58cf9 - Reverting an experimental line. 2017-07-11 17:46:05 +00:00
Agetian
abd96ad60f - Updating bundled cubes. Added Vintage Cube June 2017 and a few Oldschool 93-94 Magic cubes. Added support for several fantasy blocks for Oldschool 93-94 action in limited modes. 2017-07-11 17:44:29 +00:00
Agetian
3d7db9c721 - A little bit more specific display name for custom drafts indicating that they are custom cubes. 2017-07-11 17:41:57 +00:00
Agetian
1a076a648a - Only sort custom drafts if there is something to sort. 2017-07-11 17:08:29 +00:00
Agetian
df56df5ede - Sort custom drafts / cubes alphabetically in the list. 2017-07-11 17:03:35 +00:00
Agetian
546fc33ba6 - Added AI logic to the "Tap to get {E}" ability of Consulate Turret. 2017-07-11 10:07:12 +00:00
Agetian
89cfd0bbb0 - Added an alias to AILogic Pump (AILogic BestOption) to ChooseGenericEffectAi for cards where this name of the logic makes more sense. Switched Catastrophe to using this AILogic name. 2017-07-11 07:09:52 +00:00