| .. |
|
abilityword
|
* Some more changes concerning sourceObject handling in ability. Added early event type check for triggered abilities.
|
2015-02-12 01:56:45 +01:00 |
|
common
|
- Mana abilities/triggerers do not use the stack in most cases.
|
2015-03-01 21:24:13 -06:00 |
|
condition
|
moved Watchers to Ability and moved Counters to CardState
|
2015-03-01 21:17:23 -05:00 |
|
costs
|
Fixed a bug of cost paying handling not showing only the left over unpaid part of mana cost (fixes #185). Added the name of the object the cost is paid for to the feedback panel.
|
2015-02-26 13:52:02 +01:00 |
|
decorator
|
* Some more changes concerning sourceObject handling in ability. Added early event type check for triggered abilities.
|
2015-02-12 01:56:45 +01:00 |
|
dynamicvalue
|
moved Watchers to Ability and moved Counters to CardState
|
2015-03-01 21:17:23 -05:00 |
|
effects
|
Merge branch 'master' of https://github.com/magefree/mage
|
2015-03-01 22:02:33 -05:00 |
|
keyword
|
Merge branch 'master' of https://github.com/magefree/mage
|
2015-03-01 22:02:33 -05:00 |
|
mana
|
Fixed that commander mana sources could not produce mana where the symbols were only included in the rule text (Command Tower, Commanders Sphere, Opal Palace).
|
2015-02-21 14:50:10 +01:00 |
|
Abilities.java
|
Adding missing "containsClass" method to Abilities interface.
|
2015-03-02 22:32:47 +01:00 |
|
AbilitiesImpl.java
|
Some minor changes.
|
2015-03-02 08:35:00 +01:00 |
|
Ability.java
|
moved Watchers to Ability and moved Counters to CardState
|
2015-03-01 21:17:23 -05:00 |
|
AbilityImpl.java
|
moved Watchers to Ability and moved Counters to CardState
|
2015-03-01 21:17:23 -05:00 |
|
ActivatedAbility.java
|
* Fixed provisional game freezing bugs of the show playable cards feature #457 (caused by DelverAbility, OfferingAbility, Rooftop Storm, Omniscience, Aluren).
|
2014-07-21 13:03:41 +02:00 |
|
ActivatedAbilityImpl.java
|
* Teferi, Temporal Archmage - Fixed that Loyality abilities could be used at instant timing.
|
2014-12-06 18:28:15 +01: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
|
* Fixed that AI used activated abilities for Battlefield as the card was on hand (fix #588).
|
2014-10-03 13:12:03 +02:00 |
|
LoyaltyAbility.java
|
[refactor] removed generic parameter from Ability
|
2014-06-01 20:44:47 +03:00 |
|
MageSingleton.java
|
|
|
|
Mode.java
|
|
|
|
Modes.java
|
[FRF] Added 7 red cards.
|
2015-01-14 23:13:28 +01:00 |
|
PlayLandAbility.java
|
Support of play_land event for get playable cards.
|
2014-07-26 15:01:17 +02:00 |
|
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
|
[BOK] Added 3 blue cards. BOK is complete now.
|
2014-10-25 17:25:22 +02:00 |
|
StateTriggeredAbility.java
|
[refactor] removed generic parameter from Ability
|
2014-06-01 20:44:47 +03:00 |
|
StaticAbility.java
|
[refactor] removed generic parameter from Ability
|
2014-06-01 20:44:47 +03:00 |
|
TriggeredAbilities.java
|
moved Watchers to Ability and moved Counters to CardState
|
2015-03-01 21:17:23 -05: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
|
* Some more changes concerning sourceObject handling in ability. Added early event type check for triggered abilities.
|
2015-02-12 01:56:45 +01:00 |