foul-magics/Mage/src/mage/abilities
2015-04-25 19:13:02 +02:00
..
abilityword * Fixed some spelling errors. 2015-03-05 19:00:26 +01:00
common * Fixed a bug in DealsDamageToACreatureTriggeredAbility (caused Stinkweed Imp (and other creatures) to trigger also from non combat damage). 2015-04-25 01:17:20 +02:00
condition moved faceDown property from Card to CardState 2015-03-12 22:09:12 -04:00
costs * Fixed land image downloading from gatherer and handling of Anthology Duel Decks. 2015-04-12 10:37:16 +02:00
decorator * Fixed some spelling errors. 2015-03-05 19:00:26 +01:00
dynamicvalue Merge pull request #847 from FenrisulfrX/alliedstrat 2015-03-29 23:53:55 +02:00
effects * Fixed a bug that attach effects were not stopped during resolution if the object to attach doe sno longer exist. 2015-04-25 19:13:02 +02:00
keyword * Fixed a bug that cost adjustments for costs of abilities that had multiple ManaCost objects in the ManaCosts could be applied muliple times (e.g. Everflowing Chalice with Thorn of Amethyst). 2015-04-25 19:11:49 +02:00
mana * Fixed Wirewood Channeler and Harabaz Druid allowing any combinations of Colors instead if any one color. 2015-04-04 14:58:47 +02:00
Abilities.java Adding missing "containsClass" method to Abilities interface. 2015-03-02 22:32:47 +01:00
AbilitiesImpl.java Fixed a bunch of NPE and other possible exceptions. 2015-04-20 23:37:28 +02:00
Ability.java * Exploit - Fixed that Exploit also triggered if the creature with Exploit left the battlefield before the first ability of Exploit resolved. 2015-04-07 00:27:07 +02:00
AbilityImpl.java Some changes to restrained event handling (simultaneous events) (fixes #897). 2015-04-19 10:43:12 +02:00
ActivatedAbility.java
ActivatedAbilityImpl.java * Fixed that modes (if more than one was selected) did not resolve in the order they are written on the card but in order of selection by user. 2015-04-11 12:08:09 +02:00
CompoundAbility.java * Brave the Elements - Fixed not working choose color effect. 2014-12-09 16:11:10 +01:00
DelayedTriggeredAbilities.java * Some more changes concerning sourceObject handling in ability. Added early event type check for triggered abilities. 2015-02-12 01:56:45 +01:00
DelayedTriggeredAbility.java * Rally the Ancestors - Fixed that creatures cards were moved to exile also if already in the graveyard. Problem was that the zoneChangeCounter was not raised as a permanent card left the battlefield. So some more fixes were neccessary for implementations that are based on this fixed zoneChangeCounter of permanents leaving the battlefield. I guess there will be some more bugs caused by this change but I guess this is the correct way to go. 2015-01-31 19:17:22 +01:00
EvasionAbility.java
LoyaltyAbility.java
MageSingleton.java
Mode.java
Modes.java * Fixed that modes (if more than one was selected) did not resolve in the order they are written on the card but in order of selection by user. 2015-04-11 12:08:09 +02:00
PlayLandAbility.java
SpecialAction.java * Added AlternateManaPaymentAbility interface and handling. 2015-02-20 02:15:22 +01:00
SpecialActions.java * Added AlternateManaPaymentAbility interface and handling. 2015-02-20 02:15:22 +01:00
SpellAbility.java
StateTriggeredAbility.java
StaticAbility.java * Exploit - Fixed that Exploit also triggered if the creature with Exploit left the battlefield before the first ability of Exploit resolved. 2015-04-07 00:27:07 +02:00
TriggeredAbilities.java * Sidisi, Brood Tyrant - Fixed that the second ability did wrongly trigger, if Sidisi left battlefield before first ability did resolve. 2015-04-15 08:16:58 +02:00
TriggeredAbility.java * Some more changes concerning sourceObject handling in ability. Added early event type check for triggered abilities. 2015-02-12 01:56:45 +01:00
TriggeredAbilityImpl.java * Fixed a problem with left battlefield or dies triggered abilities of token permanents. 2015-04-21 17:18:50 +02:00