Commit Graph

6674 Commits

Author SHA1 Message Date
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
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
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
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
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
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
3084555c53 - Fixed Wasp of the Bitter End. 2017-07-09 13:41:56 +00:00
Agetian
2a4ef7d4d5 - Fixed Earthshaker Khenra. 2017-07-09 13:03:21 +00:00
Agetian
aeed0a5dea - Fixed Hour of Devastation 2017-07-09 12:59:34 +00:00
Agetian
126cb7d12b - Fixed Hazoret the Fervent. 2017-07-09 12:54:55 +00:00
Hanmac
779ef1e0d1 fix CostAdjustment 2017-07-09 12:43:56 +00:00
Hanmac
8db0034bb6 cards: update ReduceCost/RaiseCost with new logic 2017-07-09 08:56:42 +00:00
Agetian
b06ffd8106 - Committing some of the Marek's corrections for older cards. 2017-07-09 05:01:47 +00:00
Sol
c31fb7381b - Move HOU cards to appropriate named folders (delete 7 reprint dupes) 2017-07-09 01:11:43 +00:00
Agetian
f2f7507a37 - Adding HOU planeswalker decks to quest precons. 2017-07-08 20:20:57 +00:00
Blacksmith
533fcc9b73 Clear out release files in preparation for next release 2017-07-08 18:54:24 +00:00
Agetian
d18b457cef - Adding booster definition to Starter 1999. 2017-07-08 18:50:45 +00:00
Agetian
f372135c93 - Classic 6th edition should not generate foils. 2017-07-08 18:49:09 +00:00
Blacksmith
ffb1cddff4 [maven-release-plugin] prepare for next development iteration 2017-07-08 18:41:58 +00:00
Blacksmith
95bd589291 [maven-release-plugin] prepare release forge-1.6.0 2017-07-08 18:41:48 +00:00
Blacksmith
31344b764f Update README.txt for release 2017-07-08 18:40:12 +00:00
Hanmac
bc14950132 assault suit: fixed typo 2017-07-08 18:32:56 +00:00
Krazy
7867e03a0c Update release files 2017-07-08 17:56:45 +00:00
Agetian
17ae22faaa - Fixed Ghost-Lit Nourisher. 2017-07-08 10:42:17 +00:00
Agetian
dbb9edc23e - Documenting changes in CHANGES.txt (part 2). 2017-07-08 05:29:16 +00:00
Agetian
ed976e884e - Documenting changes in CHANGES.txt. 2017-07-08 05:24:18 +00:00
Hanmac
80cb6e9345 cards: add abandoned sarcophagus 2017-07-08 05:04:03 +00:00
Hanmac
668539b279 add lethal sting 2017-07-08 03:33:24 +00:00
Sol
1ce97dbc5c - Fix rankings for HOU aftermath cards 2017-07-08 02:53:50 +00:00
Sol
91ff7bd816 Updating HOU block data 2017-07-08 01:07:42 +00:00
Agetian
ca2a1f734b - AI should at least try to imprint something on Extraplanar Lens (the card is still not very AI playable though since the AI doesn't account properly for the extra mana received, thus only using it serendipitously). 2017-07-07 17:33:50 +00:00
Agetian
2642b6efe4 - Baral, Chief of Compliance should only work with countered spells but not countered abilities. 2017-07-07 16:33:34 +00:00
Hanmac
14b8ca3b22 fixed toxic stench 2017-07-07 15:46:06 +00:00
Hanmac
8767fb48f6 cards: update cards with FullCost 2017-07-07 09:51:04 +00:00
Agetian
035ea41cec - Fixed Enigma Sphinx. 2017-07-07 06:31:30 +00:00
Agetian
3976baac68 - Fixed Inferno Jet. 2017-07-07 05:57:55 +00:00
Agetian
acc4c226d3 - Fixed Shauku challenge in Mirage quest world. 2017-07-07 05:55:59 +00:00
Agetian
29977bc39c - Fixed Sifter Wurm. 2017-07-07 05:55:09 +00:00
Agetian
a1f2a13789 - Fixed Hour of Glory. 2017-07-07 05:54:59 +00:00
Agetian
e5c27a3142 - Fixed missing colons in booster-prices.txt 2017-07-07 05:54:48 +00:00
Hanmac
e984e15451 cards: update PreventAllDamageBy use new format 2017-07-06 20:03:11 +00:00