foul-magics/Mage/src/mage/abilities
2013-01-22 01:32:32 +01:00
..
common Minor changes of rule text gerneration or format. 2013-01-21 16:38:18 +01:00
condition Added DevourAbility, DevourEffect, needed Condition and DynamicValue. 2012-12-26 20:42:37 +01:00
costs Changed handling of X costs to announcing the value (change takes effect only for human players). 2013-01-15 13:33:13 +01:00
decorator Minor fixes. 2012-12-15 00:07:24 +01:00
dynamicvalue New AttackingCreatureCount and some changes to rule text generation. 2013-01-09 00:29:07 +01:00
effects Some changes to rule text generation. 2013-01-22 01:32:32 +01:00
keyword Improved rule text generation. 2013-01-12 15:01:00 +01:00
mana Some changes to rule text generation and some minor formating changes. 2013-01-05 14:52:13 +01:00
Abilities.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
AbilitiesImpl.java Reworked Kicker. 2012-12-08 02:20:29 +01:00
Ability.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
AbilityImpl.java Changed handling of X costs to announcing the value (change takes effect only for human players). 2013-01-15 13:33:13 +01:00
ActivatedAbility.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
ActivatedAbilityImpl.java Reworked Kicker. 2012-12-08 02:20:29 +01:00
CompoundAbility.java CompoundAbility 2012-07-08 09:38:34 +04:00
DelayedTriggeredAbilities.java added the possibility that DelayedTriggeredAbilities can trigger more than one time 2012-11-05 16:54:11 +01:00
DelayedTriggeredAbility.java added the possibility that DelayedTriggeredAbilities can trigger more than one time 2012-11-05 16:54:11 +01:00
EvasionAbility.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
LoyaltyAbility.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
MageSingleton.java MageSingleton marker interface 2012-07-19 09:29:17 +04:00
Mode.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
Modes.java Modes are now sorted in the order they are added in the card. For rules text and when a player chooses a mode. 2012-10-07 02:41:58 +02:00
PlayLandAbility.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
SpecialAction.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
SpecialActions.java AbilityPicker shows abilities now always in the order they were defined on the object. 2012-10-10 20:43:18 +02:00
SpellAbility.java Fixed a bug allowing to cast revealed opponent spells 2012-07-13 15:43:32 +04:00
StateTriggeredAbility.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
StaticAbility.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
TriggeredAbilities.java Fixed the causes that triggered abilities were applied more often than they should. Fixed the lose ability bug (test with Master of the Pearl Trident giving island walk). Tests now build without errors. Only rarely the Grounded/Drake Umbra lose ability test fails. 2012-12-05 01:16:28 +01:00
TriggeredAbility.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
TriggeredAbilityImpl.java Fixes and improvements to tooltip rule generation. 2013-01-08 00:15:41 +01:00