Sol
3591d65ca9
- Temporarily set AEther Tradewinds back
2016-10-02 02:20:21 +00:00
Sol
a5d4de0a17
- Fix condition on Built to Smash
2016-10-02 02:15:01 +00:00
Sol
e053dceb05
- Fix Ripscale Predator oracle
2016-10-02 02:03:04 +00:00
Agetian
7a21c34259
- A somewhat cleaner distinction between normally adding a cost part and doing it in a hacky way for the purpose of EnchantedCost/ExiledCost.
2016-10-01 06:21:40 +00:00
Agetian
adbfea1e3d
- More elegant typecasting related to the previous commit.
2016-10-01 06:17:05 +00:00
Agetian
bda9baa4fc
- Trying to fix cards like Back from the Brink and Merseine resulting from incorrect copying of mana costs with \EnchantedCost or \Exiled restrictions.
...
- This is a hack, not sure if it works well enough and doesn't break anything, there's probably a better and more elegant way to fix this, please review.
2016-10-01 06:08:20 +00:00
Sol
76c4a7725e
- Add very basic logic for Divine Reckoning
2016-10-01 02:26:17 +00:00
Sol
5ddd2a7fff
- Fix issue with isMonarch on triggers using the wrong parameters
2016-10-01 00:16:46 +00:00
Sol
85e9080b12
- Updating KLD and FEM rankings
2016-09-30 21:26:03 +00:00
mcrawford620
ce00f14bad
Deck hints for Return to Ravnica
2016-09-30 20:11:56 +00:00
Sol
ff92a4aae6
- Fixing Crew description in the card detail panel
2016-09-30 17:58:49 +00:00
Hanmac
5b44f4b53a
Mourner's Shield: fixed double "SubAbility$ DBCleanup"
2016-09-30 14:20:34 +00:00
Hanmac
07bd28d39f
Madcap Experiment: fixed RememberRevealed
2016-09-30 14:19:47 +00:00
Hanmac
31156aa0d6
ComputerUtilCombat: for predictPowerBonusOfAttacker and predictToughnessBonusOfAttacker, add check if Cost of trigger can be paid
2016-09-30 13:36:21 +00:00
Hanmac
549aa09f71
CostPayment: canPayAdditionalCosts, removed unused activator part
2016-09-30 13:33:22 +00:00
Hanmac
ceea862dac
CardUtil: canProduce removed leftover when {1} is turned into {C}
2016-09-30 13:03:29 +00:00
Hanmac
77ca7fef62
cards: updated Flame Burst and Muscle Burst so that Diligent Farmhand and Pardic Firecat can use Static Abilities
2016-09-30 11:26:23 +00:00
Agetian
3475f7866f
- Fixed Gonti, Lord of Luxury revealing a face-down card to the player when the opponent casts it.
2016-09-30 05:19:46 +00:00
Sol
17dba95d9a
- Fix cost of Emrakul's Evangel
2016-09-30 02:44:36 +00:00
Sol
b7e59338c2
- Fix Hazardous Conditions
2016-09-29 15:47:21 +00:00
Sol
a3c82bbc74
- Real fix for Padeem, needed to filter by Types CMC not just any permanents CMC
2016-09-29 15:03:57 +00:00
Agetian
ce10b34927
- Fixed Sisters of Stone Death.
2016-09-29 04:39:25 +00:00
Sol
8d1221d46e
- Fix Welcome to the Fold
2016-09-28 19:55:44 +00:00
Sol
54df186e8c
- Fix Ishkanah description
2016-09-28 19:45:07 +00:00
Sol
ef21166c93
- Fixing description of Select for Inspection
2016-09-28 19:07:08 +00:00
Hanmac
26e3a55081
GameEntity: use EnumMap for Counters instead of TreeMap
2016-09-28 16:50:27 +00:00
Hanmac
80d76ecbb1
CardUtil: fixed counters map for LKICopy
2016-09-28 16:28:34 +00:00
Sol
566283e0e2
- Fix Quicksmith Genius
2016-09-28 13:05:34 +00:00
Sol
25d228935f
- How many more one line fixes will Protector of the Crown receive?
2016-09-28 12:41:11 +00:00
Sol
af752c5452
- Fixing PT for Protector of the Crown
2016-09-28 01:51:43 +00:00
Sol
873968be0d
- Fix Protector of the Crown and Nissa Nature's Artisan
2016-09-27 20:16:54 +00:00
Agetian
3636438229
- Mobile Forge 1.5.57.003: more flickering fixes.
2016-09-27 17:04:44 +00:00
Agetian
308b89a586
- Fixing some more visual flickering according to friarsol's recommendation (affects cards like Wind Zendikon).
2016-09-27 17:01:05 +00:00
Agetian
e97030bc58
- Preparing mobile Forge release v1.5.57.002 that will hopefully fix many of the visual flickering issues.
2016-09-27 16:02:17 +00:00
Agetian
80198b8f59
- Added FIXME lines related to the previous commit.
2016-09-27 15:51:58 +00:00
Agetian
22a2c67b83
- Temporarily reverting 26979,28842 to reduce the horrendous flickering when cards such as Gods (e.g. Thassa, God of the Sea) or card type-changing enchantments (e.g. Wind Zendikon) are present on the battlefield.
...
- Note that this returns the previous bug with some static abilities (e.g. continuous ones) not being cleared off visually from the card (e.g. when Humility is present on the battlefield, certain static effects will still "visually linger" on the card, ditto stuff such as "may play" and so on).
- I couldn't get the best of two worlds, please fix the second issue without reintroducing the first one if possible.
2016-09-27 15:50:19 +00:00
Sol
a4e905ca4b
- Fix NPE caused by Disappearing Act/Captured by the Consulate
2016-09-27 13:10:44 +00:00
Sol
d3bc14b13e
- Fix targeting issue in Eliminate the Competition
2016-09-27 12:59:18 +00:00
Sol
ae9af402e9
- greatestCMC property shouldn't be filtering by creatures
2016-09-27 12:52:25 +00:00
excessum
7541a56216
- Stopped AI from using bounce trigger for Aviary Mechanic
2016-09-27 11:50:04 +00:00
Agetian
f932ba172b
- Support showing Energy counters in the desktop version of Forge (poison counters take priority over energy counters).
2016-09-27 06:24:11 +00:00
Agetian
96ee283980
- AI should only consider untapped vehicles when deciding whether the human player can crew them.
2016-09-27 06:08:16 +00:00
Agetian
38be322177
- Improved Crew AI (will now test if the defending player can actually crew the vehicle)
2016-09-27 05:18:33 +00:00
drdev
8d46065168
Support showing energy counters under life (if no poison counters)
2016-09-27 02:41:06 +00:00
drdev
7af61405f5
Improve confirmation prompt for energy payment
2016-09-27 02:29:17 +00:00
drdev
b2cbd1353b
Show energy symbols in cost payment
2016-09-27 02:20:43 +00:00
drdev
32a7d0c138
Show Energy symbols in Android app
2016-09-27 02:10:23 +00:00
drdev
8a85a23acd
Version bump to 1.5.57.001
2016-09-27 01:50:36 +00:00
Krazy
ad1696fde2
[maven-release-plugin] prepare for next development iteration
2016-09-26 21:28:01 +00:00
Krazy
66615a683f
[maven-release-plugin] prepare release forge-1.5.56
forge-1.5.56
2016-09-26 21:27:49 +00:00