Commit Graph

32683 Commits

Author SHA1 Message Date
Agetian
69860ed1a3 - Added DDS definition file by Indigo Dragon. Corrected a couple entries in DDP. 2017-03-22 08:03:20 +00:00
Sol
f399a4130c Remove exception throw that should be handled better than a throw 2017-03-20 02:54:39 +00:00
Hanmac
c8859142fe cards: add AiLogic to R:GainLife cards 2017-03-19 20:27:41 +00:00
Hanmac
f132885b70 PlayerControllerAi & AiController: move chooseSingleReplacementEffect into the brain part
also add logic for Lifegain replacement effects
2017-03-19 20:25:56 +00:00
Hanmac
044f60b4d1 SpellAbility & CardTraitBase: move hasParam and getParam into CardTraitBase
add CardTraitPredicates as base for SpellAbilityPredicates
2017-03-19 13:05:06 +00:00
Sol
3c13d80ee4 - Use DB for ThoughtKnot Seer 2017-03-19 01:12:32 +00:00
Agetian
c419738906 - Inverted Death of Glory (the chosen pile should be exiled and the other pile returned to the battlefield, not the other way around). 2017-03-18 12:39:33 +00:00
Agetian
ccdb42d9d3 - Big card text update from Indigo Dragon, part 2. 2017-03-17 18:19:34 +00:00
Agetian
33297448f7 - Added References to Orchard Elemental. 2017-03-17 14:15:14 +00:00
Agetian
914a7bcf71 - An additional fix to Orchard Elemental. 2017-03-17 14:10:55 +00:00
Agetian
1c9e48e5a8 - Reverted a change in the Orchard Elemental post-update script. 2017-03-17 13:54:13 +00:00
Agetian
3c2feee083 - Fixed mistypes in post-update Reef Worm. 2017-03-17 13:48:33 +00:00
Agetian
8762225b48 - Fixed a mistype in post-update Mardu Skullhunter. 2017-03-17 13:38:58 +00:00
Agetian
0eb16471a4 - Fixed post-update Kalitas, Traitor of Ghet. 2017-03-17 13:14:09 +00:00
Agetian
db1a097945 - Big card text update from Indigo Dragon, part 1. 2017-03-17 13:06:12 +00:00
Agetian
764a5b00a8 - Fixed a typo in the updated Imperial Mask. 2017-03-16 04:41:04 +00:00
Agetian
a14f8cacd3 - Integrating further card text updates from Indigo Dragon. 2017-03-16 04:36:27 +00:00
Agetian
0d0b46710a - Added a TODO entry to CopySpellAbilityEffect, didn't find a way to implement things in a more optimal way without potentially rewriting and breaking stuff. 2017-03-15 05:18:21 +00:00
Agetian
3dcf04cc8c - Targeted spell copies should not allow the player to cancel targeting (e.g. Storm spell copies). 2017-03-14 16:22:52 +00:00
Agetian
4d7976d5d5 - Fixed tests with the updated spell descriptions in mind. 2017-03-14 14:57:38 +00:00
Agetian
4eaba27e85 - Fixed a typo in updated Luminarch Ascension. 2017-03-14 13:44:51 +00:00
Agetian
5a350cc95c - Fixed a typo in updated Beast Within. 2017-03-14 13:42:05 +00:00
Agetian
694e38c6da - Integrating card text updates from Indigo Dragon (PCA pack). 2017-03-14 13:40:48 +00:00
swordshine
28839241af - Fixed Thrasios, Triton Hero's spelldescription 2017-03-13 06:06:18 +00:00
Hanmac
52e7b8a419 Zombie Mop: fixed X value 2017-03-13 06:05:21 +00:00
Hanmac
adea3a4016 Player: add getInboundTokens to make it accessable in Game#forEachCardInGame 2017-03-11 17:15:48 +00:00
Agetian
55bc232e05 - Fixed Godsend. 2017-03-10 15:53:23 +00:00
Agetian
4f34e5b34b - Fixed Firestorm Phoenix. 2017-03-09 04:35:08 +00:00
Agetian
4f5f9d624f - Fixed Emberwilde Caliph. 2017-03-09 04:29:17 +00:00
Agetian
a7e9c2fe91 - Version number changes in CHANGES.txt. 2017-03-08 05:02:15 +00:00
Agetian
6b0f2280b4 - Fixed Metalwork Colossus ability description. 2017-03-07 18:34:39 +00:00
Agetian
90cdfab2e2 - Reverted Aether Shockwave to old-style AE spelling for now (not sure how it's handled at the moment, might cause issues with card pictures on case-sensitive OS'es). 2017-03-07 17:14:24 +00:00
Agetian
2f2708b6ad - Oracle updates from Indigo Dragon. 2017-03-07 17:12:52 +00:00
Agetian
f7a8569268 - Fixed Living Lore not forgetting the remembered card upon changing zone (except via TrigSacLore). 2017-03-07 15:54:47 +00:00
Agetian
8b5cf41b55 - Moved v1.5.60 change list into README.txt.
- Added an entry in CHANGES.txt for the new Storm Count in Prompt Pane/Panel feature.
2017-03-07 15:45:36 +00:00
Agetian
ddfcb0c118 - Better newline handling for the new Storm Count option in InputBase for the purpose of mobile Forge. 2017-03-07 15:41:48 +00:00
Agetian
a846aac041 - Reverted an inadvertent commit to SDisplayUtil. 2017-03-07 15:40:09 +00:00
Agetian
d5c1582029 - Added a way to show the current storm count in the prompt pane (in desktop Forge) or prompt panel (in mobile Forge), it is optional and disabled by default (probably only useful for decks that rely on Storm and might clutter the prompt panel a bit in mobile Forge and thus make the text smaller). Can be enabled in Forge preferences via the "Show Storm Count in Prompt Pane/Panel" option. 2017-03-07 15:37:45 +00:00
Agetian
0da9ef985b - Preparing Mobile Forge build 1.5.61.003 (fixes a rather serious logic bug). 2017-03-07 06:42:45 +00:00
Agetian
711f741f6a - Fixed a logic in DrawAi making the AI incorrectly target itself when it can't (e.g. Thought-Knot Seer "target opponent" ability). 2017-03-07 06:41:57 +00:00
Agetian
b108031633 - Preparing Mobile Forge build 1.5.61.002. 2017-03-07 06:09:37 +00:00
Agetian
eb5939ac5b - Account for TargetType when determining if something can be legally targeted by a SA (fixes e.g. the possibility of using Spellskite to fizzle counterspells). 2017-03-07 06:07:05 +00:00
Hanmac
9fbfcef17c Orchard Elemental: fixed Svar names 2017-03-05 08:03:26 +00:00
Hanmac
dc66d1b0f7 Custodi Soulcaller: fixed Oracle 2017-03-05 08:00:59 +00:00
Hanmac
c0a586294e VoteEffect: shorten the Code using PlayerPredicates and CardPredicates 2017-03-05 07:59:35 +00:00
Hanmac
d06b4be8a5 CardPredicates: add compareByTimestamp 2017-03-05 07:58:06 +00:00
Hanmac
b5ee226f28 PlayerPredicates: add hasKeyword 2017-03-05 07:57:33 +00:00
Sol
e654251043 Fix Illusion of Choice description 2017-03-05 02:55:51 +00:00
Sol
144156c497 Add Ballot Broker, Borderland Explorer, Custodi Soulcaller, Illusion of Choice (CN2) 2017-03-05 02:53:42 +00:00
Sol
089db04490 - Fix Orchard Elemental 2017-03-04 21:09:43 +00:00