Commit Graph

32619 Commits

Author SHA1 Message Date
Agetian
14275d518b - Fixed Aluren. 2017-02-08 05:41:58 +00:00
Agetian
fd1f1f1221 -Some tweaks to the previously committed deck. 2017-02-08 05:22:36 +00:00
Agetian
2205ddbc6d - Added a hard version of the Izzet Ramp quest opponent deck Gadget Hackwrench 3 2017-02-07 18:01:59 +00:00
Agetian
beecb0c32e - Fixed Chrome Mox (if the imprinted card leaves exile, Chrome Mox should no longer remember and "see" it). Not entirely sure if I'm handling this correctly, please take a look if possible. 2017-02-07 16:47:11 +00:00
Agetian
3d2289d3ba - Removed a line that was never used (in CardFactory). 2017-02-06 16:39:38 +00:00
Agetian
83d28f1777 - Fixed logic in CountersMultiplyAi. 2017-02-06 05:56:56 +00:00
Hanmac
67a4d631be fixed oracle of Scrapper Champion 2017-02-06 05:32:38 +00:00
Agetian
e89d091a27 - Preparing mobile Forge release 1.5.60.004. 2017-02-06 04:34:09 +00:00
Agetian
51c8982935 - Implemented simple AI for early Clockwork cards (Clockwork Avian, Clockwork Steed and friends). 2017-02-05 17:43:53 +00:00
pfps
9da848ed4b better layout for card type and p/t in card detail pane 2017-02-05 14:22:00 +00:00
pfps
443ac7853c Floating card areas don't get focus 2017-02-05 13:44:51 +00:00
Hanmac
aa6504c966 CardFactoryUtil: fixed Renown Trigger 2017-02-05 12:48:35 +00:00
Agetian
8e91a396d9 - Using the copyState method of copying over card states. 2017-02-05 12:41:25 +00:00
pfps
d63b3b7846 change back to prompt buttons grabbing focus from other windows on prompt update 2017-02-05 12:40:34 +00:00
Agetian
a45335791d - Committing a temporary version of getLKICopy that does not break visuals of many cards in many different circumstances (may need further improvement). 2017-02-05 12:37:49 +00:00
Agetian
4f324f6598 - Make sure the targeting overlay menu is initialized correctly. 2017-02-05 10:16:47 +00:00
Hanmac
603b803b04 CardUtil: getLKICopy should not update the View 2017-02-05 10:11:33 +00:00
Agetian
83c05e35a5 - Suppressed debug input. 2017-02-05 09:31:55 +00:00
Agetian
787fb5313f - Fixed some card texts. 2017-02-05 08:57:45 +00:00
Agetian
0af3b04716 - Rankings fix for Masters Edition II 2017-02-05 07:19:55 +00:00
Agetian
385554b154 - Autogenerated weighted Modern Masters rankings. 2017-02-05 07:02:03 +00:00
Agetian
cbfb5259d7 - Some rankings.txt fixes. 2017-02-05 06:46:03 +00:00
Hanmac
3c50cdc29e DrawAi: format to new SpellAbilityAi functions, also use better CardPredicates for Jace 2017-02-05 06:42:11 +00:00
Agetian
5f41a49575 - Fixed Masters Editions definitions. 2017-02-05 05:50:15 +00:00
Agetian
a8bdf1efdb - Experimental: attempt to make the AI consider the possible original host name when determining card name-based effects (so that effects of a certain card granted by another card can be taken into consideration). Please check and update if necessary. 2017-02-04 19:39:51 +00:00
Hanmac
53e9419cdf Heart of Kiran: do alternate Crew as Static Ability 2017-02-04 18:32:30 +00:00
Hanmac
46fa4e9994 Goblin Test Pilot is a Pilot now 2017-02-04 17:26:27 +00:00
Hanmac
3518ea34bd Venser's Diffusion: its not a Charm spell 2017-02-04 17:15:11 +00:00
Hanmac
a0a053246b ChangeZoneEffect: make it work if no Origin is used (because it does have multiple)
ChangeZoneAi: some more tweaks and make above change possible
2017-02-04 17:14:00 +00:00
pfps
3e46f4cd64 make focus-setting runnables run synchronously 2017-02-04 17:10:04 +00:00
pfps
d0abf9f75c Allow card type line in CardDetailPane to wrap 2017-02-04 14:13:07 +00:00
Hanmac
1ca3d02b06 Metallurgic Summonings: use IsPresent 2017-02-04 12:16:54 +00:00
Hanmac
b31d270111 CardUtil: LKI should not update the view 2017-02-04 09:01:05 +00:00
Hanmac
b9421739f8 TokenEffect: fixed order when Token get its abilities to fix Evolve Trigger 2017-02-04 08:42:21 +00:00
nefigah
c721dca230 Fix a bug with macro optimization that was preventing resets on changed sequences 2017-02-04 07:35:04 +00:00
Agetian
d429906bcd - Somewhat cleaner fix related to the previous commit. 2017-02-04 07:29:32 +00:00
Agetian
d57c1be193 - Fixed a logic error in LANDS_PRODUCING_MANA card predicate. 2017-02-04 07:27:23 +00:00
nefigah
6ae2a5cf6f Macros: Optimize case where user does not edit their previously entered sequence 2017-02-04 06:48:05 +00:00
Hanmac
31d2148d37 CardUtil: LKICopy: copy all States, not just the current one. needed to get the CMC of a Transformed card right 2017-02-04 06:18:28 +00:00
Agetian
6d9e47600a - Removed a couple unnecessary lines from the previous commit. 2017-02-04 06:11:51 +00:00
Agetian
98d9437ed4 - Allow empty input line to clear the previously remembered macro. 2017-02-04 06:08:37 +00:00
Agetian
5815a22d0c - Pre-fill the macro sequence prompt with the last remembered sequence (to allow quick minor modifications if necessary).
- Allow the user to "reset" the macro to step zero by initiating macro recording (Shift+R by default) and confirming the macro without any changes.
2017-02-04 05:28:20 +00:00
nefigah
a845bd13dc Broaden keyboard handler attachment; this hopefully fixes cases where keyboard interaction stops working entirely 2017-02-04 05:21:42 +00:00
Agetian
aa1e8303ca - Modified the AiProps default for the new var. 2017-02-03 15:48:59 +00:00
Agetian
53b911f3e5 - When deciding to move equipment from one creature to another, only move if the new creature is better than the previously equipped one by a certain evaluation threshold. 2017-02-03 15:48:01 +00:00
Agetian
0b2513b14d - Preparing Mobile Forge release 1.5.60.003 (incremental). 2017-02-03 09:23:26 +00:00
Agetian
d05dffc1e8 - Prevent a crash in Planar Conquest when awarding 3 boosters for Chaos Round from a smaller card pool (e.g. Antiquities) which can exhaust possible rewards. 2017-02-03 09:21:30 +00:00
Agetian
189b69316a - For now, reverting the previous revision (probably not the right solution, needs investigation). 2017-02-03 08:48:08 +00:00
Agetian
125e741f4c - Fixed Aetherstorm Roc (otherwise the AI never paid its put counter cost). 2017-02-03 08:43:56 +00:00
Agetian
8206fff6a4 - Fixed rankings. 2017-02-03 06:41:26 +00:00