| .. |
|
common
|
Expanded handling of the ENTERS_THE_BATTLEFIELD event to fix issue #82.
|
2013-02-17 01:13:15 +01:00 |
|
condition
|
Removed unnecessary battlefield.count methods not considering player range. Changed cards that used the removed methods.
|
2013-02-12 17:14:20 +01:00 |
|
costs
|
Fixed Issue#143: Wrong variable cost order
|
2013-02-22 23:29:49 +04:00 |
|
decorator
|
Added a lockedInCondition option for ConditionalContiniousEffect. Added test for issue #127.
|
2013-02-07 23:31:47 +01: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
|
Renamed Effect.
|
2013-02-25 00:20:57 +01:00 |
|
keyword
|
Fixed UnleashAbility, DevourEffect, Urabrask the Hidden, Due Respect, Orb of Dreams replacing EntersTheBattlefield instead of only modifying it.
|
2013-02-24 10:53:25 +01:00 |
|
mana
|
Some minor formating and fixing changes to gatecrash cards.
|
2013-02-23 17:21:16 +01: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
|
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 |
|
Ability.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 |
|
AbilityImpl.java
|
Fixed Issue#143: Wrong variable cost order
|
2013-02-22 23:29:49 +04:00 |
|
ActivatedAbility.java
|
removed redundant modifiers from interfaces
|
2012-12-20 23:45:47 +02:00 |
|
ActivatedAbilityImpl.java
|
Added possibility that opponent can activate activateted ability to activatedAbility. Minor changes.
|
2013-01-31 21:56:11 +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 |