| .. |
|
common
|
Fixed a bug of ZoneChangeAllTriggeredAbility trying to get permanent from battelfield if permanent left battlefield.
|
2013-06-04 00:55:50 +02:00 |
|
condition
|
Added Evoke ability.
|
2013-05-25 15:42:52 +02:00 |
|
costs
|
Fixed a bug that x spells that need black mana to pay for x (e.g. Consume Spirit) could be paid with all kind of mana.
|
2013-06-06 17:37:49 +02:00 |
|
decorator
|
[minor] changes to tooltip rule generation
|
2013-05-22 17:23:51 +02:00 |
|
dynamicvalue
|
Fixed issue #136 of Wight of Precint Six. Added test for Wight of Precint Six.
|
2013-02-14 12:59:15 +01:00 |
|
effects
|
Merge branch 'master' of https://github.com/magefree/mage.git
|
2013-06-05 22:41:00 +02:00 |
|
keyword
|
Fixed a bug of ZoneChangeAllTriggeredAbility trying to get permanent from battelfield if permanent left battlefield.
|
2013-06-04 00:55:50 +02:00 |
|
mana
|
Added ActivateIfConditionManaAbility.
|
2013-04-03 19:11:49 +02:00 |
|
Abilities.java
|
Fixed to do the check of existing abilities always by rule text. Added a new abilities.containsRule() method to check by rule, that's sometimes needed. To check always by rule text leaded to bugs during applying copy effects.
|
2013-02-21 00:15:11 +01:00 |
|
AbilitiesImpl.java
|
Added the possibility to hide a ability for rule text generation.
|
2013-03-04 00:05:52 +01:00 |
|
Ability.java
|
Added the possibility to hide a ability for rule text generation.
|
2013-03-04 00:05:52 +01:00 |
|
AbilityImpl.java
|
Fixed a bug that x spells that need black mana to pay for x (e.g. Consume Spirit) could be paid with all kind of mana.
|
2013-06-06 17:37:49 +02:00 |
|
ActivatedAbility.java
|
removed redundant modifiers from interfaces
|
2012-12-20 23:45:47 +02:00 |
|
ActivatedAbilityImpl.java
|
Added Evoke ability.
|
2013-05-25 15:42:52 +02:00 |
|
CompoundAbility.java
|
CompoundAbility
|
2012-07-08 09:38:34 +04:00 |
|
DelayedTriggeredAbilities.java
|
Added missing logic to remove continuous effects with duration EndOfCombat.
|
2013-05-09 09:06:31 +02: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
|
Many changes to split cards handling (showing arrows and log text for fused spells., handling protection and other things correctly).
|
2013-05-11 20:11:58 +02:00 |
|
StateTriggeredAbility.java
|
[refactoring][minor] Replaced all tabs with four spaces.
|
2012-06-19 23:50:20 +03:00 |
|
StaticAbility.java
|
Fixed a bug in the Evoke ability.
|
2013-05-25 18:00:29 +02: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 |