Commit Graph

33541 Commits

Author SHA1 Message Date
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
59545dd774 - Some clarifications in PuzzleScreen. 2017-07-12 07:53:10 +00:00
Agetian
10ad9785e1 - Avoid using an unnecessary variable. 2017-07-12 04:59:48 +00:00
Agetian
df5d0d3c81 - Removing an empty line. 2017-07-12 04:54:25 +00:00
Agetian
7d489785a3 - Basic support for Puzzle Mode on mobile Forge. 2017-07-12 04:53:40 +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
1cbc3ffc12 - Preparing Forge for Android publish v1.6.0.003 [hotfix]. 2017-07-11 18:01:59 +00:00
Agetian
6f7546eedf - Use TextUtil.join instead of String.join for Monstrosity (breaks on Android with the current API we're targeting). 2017-07-11 17:59:55 +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
Agetian
b69b6f1097 - Reverting r34697 for now, it breaks Developer Mode (functionality like Add Card To Hand, Add Card To Play, Setup Game State, etc.) and thus hinders proper debugging of the game in specific situations.
- Please feel free to revert this commit to continue working on the single thread executor project and then recommit once it no longer breaks dev mode.
2017-07-11 06:41:21 +00:00
Agetian
aa974352c5 - Some refactoring and improvements in DestroyAllAi which should hopefully make the AI decide better on things like Wrath of God, Catastrophe, Armageddon etc. 2017-07-11 06:38:24 +00:00
Agetian
212cf95d05 - Added AI logic to Catastrophe that is needed for the AI to consider this spell (why is the logic called Pump? :/ ) 2017-07-11 06:37:52 +00:00
Myrd
5c29e8db6b 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 InputMayMana
which previously relied on there being multiple game
threads.
2017-07-11 02:33:27 +00:00
Agetian
9f472e16d8 - Preparing Forge for Android publish 1.6.0.002 [incremental/bugfixes]. 2017-07-10 19:01:04 +00:00
Agetian
055bd49240 - Documenting changes in CHANGES.txt. 2017-07-10 18:57:59 +00:00
Agetian
c49412e5e6 - Fixed challenges in Urza's Block world. 2017-07-10 18:56:19 +00:00
Agetian
769663298d - Adding Urza's Block world by Seravy. 2017-07-10 18:48:01 +00:00
Agetian
3a477ae24b - FightEffect: damage should be dealt simultaneously (e.g. Hero of Iroas vs. Cystbearer fighting via Dromoka's Command giving a +1/+1 counter to Iroas should still make Hero of Iroas deal 4 damage). 2017-07-10 18:04:31 +00:00
Agetian
d587543416 - Formatting fix. 2017-07-10 14:24:37 +00:00
Agetian
4d7758e376 - Formatting fix. 2017-07-10 14:24:06 +00:00
Agetian
edc4dfdc95 - Fixed Tap/Untap AI not determining the trigger status of the SA, resulting in an "adding to stack error" when casting a spell similar to Deceiver Exarch. 2017-07-10 14:15:29 +00:00
Agetian
9a2d288d73 - Fixed Hour of Eternity. 2017-07-10 12:53:32 +00:00
Agetian
d493ceca7a - Some more PConq event fixes [missed line]. 2017-07-10 12:45:12 +00:00
Agetian
561a97e515 - Some more PConq event fixes. 2017-07-10 12:44:56 +00:00
Agetian
c7eb8359e0 - Only face down split cards should have an alternate state to show via the "transform arrows". 2017-07-10 12:30:46 +00:00
Agetian
22ef6f9eb2 - Fixed avatar in one of PConq events. 2017-07-10 04:42:03 +00:00
Agetian
601feb0989 - Fixed a deck name in PConq. 2017-07-10 04:12:19 +00:00
Agetian
63ac8ee9a9 - Fixed several events on the Mirrodin plane in PConq. 2017-07-10 04:11:08 +00:00
Sol
89883e278b - Revert Single Thread change. Paying costs didn't work with this change 2017-07-10 03:24:02 +00:00
Myrd
cb5c5c419a 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.
2017-07-10 01:56:50 +00:00
Myrd
42bcfe226d fix symbiotic wurm text 2017-07-10 01:47:38 +00:00
Agetian
fe0f6f879a - Minor formatting fix. 2017-07-09 17:56:58 +00:00
Agetian
c8c6f568a2 - Fixed Ezuri, Renegade Leader event in PConq (Mirrodin plane). 2017-07-09 17:31:18 +00:00
Agetian
3564dc6f1a - A little improvement to the fallback test in DamageDealAi. 2017-07-09 17:02:31 +00:00
Agetian
d0b18e159b - Minor formatting fix, 2017-07-09 14:32:25 +00:00
Agetian
6f320f2c77 - Fix imports. 2017-07-09 14:32:07 +00:00
Agetian
30e7c33f3e - Improved Drain Life AI logic. 2017-07-09 14:31:28 +00:00
Agetian
3084555c53 - Fixed Wasp of the Bitter End. 2017-07-09 13:41:56 +00:00