foul-magics/Mage/src/main/java/mage/abilities
2017-06-24 01:13:42 +02:00
..
abilityword singleton conditions to enum 2017-04-05 19:10:47 +02:00
common refactor duplicate code for playing lands from grave 2017-06-24 00:28:34 +02:00
condition loop to streams 2017-06-06 09:31:41 +02:00
costs change text for cycling to this card, rather than referring the name 2017-06-04 17:12:08 +02:00
decorator changed enum comparison to ==. 2017-02-19 23:38:47 +01:00
dynamicvalue subtypes #1 2017-05-20 22:41:25 +02:00
effects refactor duplicate code for playing lands from grave 2017-06-24 00:28:34 +02:00
keyword implemented Afflict + simple HOU cards 2017-06-24 01:13:42 +02:00
mana * Fixed a problem of endless iteration with Reflecting Pool. 2017-05-18 16:57:32 +02:00
Abilities.java rewrote some streams and optionals 2017-04-01 22:45:40 +02:00
AbilitiesImpl.java loop to streams 2017-06-06 09:31:41 +02:00
Ability.java Some rework to end turn logic and removing of stack objects (related to #2977). 2017-04-02 15:18:50 +02:00
AbilityImpl.java - Applied fix suggested by Stravant for the Flashback Ability issue. Bug #3132 2017-04-18 09:26:38 -05:00
ActivatedAbility.java Merge 2016-10-17 23:45:47 -05:00
ActivatedAbilityImpl.java Added Personal Incarnation 2016-11-29 20:15:02 -05:00
ActivationInfo.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
CompoundAbility.java
DelayedTriggeredAbilities.java rewrote some streams and optionals 2017-04-01 22:45:40 +02:00
DelayedTriggeredAbility.java removed autoboxing : 2017-03-11 15:17:14 +01:00
EvasionAbility.java
Gender.java small change in gender enum 2017-03-06 10:18:16 +01:00
LoyaltyAbility.java
MageSingleton.java
Mode.java Fixed mode handling for modes that can be selected multiple times. 2016-10-03 19:41:46 +02:00
Modes.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
OpeningHandAction.java * Fixed that the order of opening hand actions could not be chosen by the player. 2016-11-19 17:49:51 +01:00
PlayLandAbility.java
SpecialAction.java
SpecialActions.java rewrote enum comparisons, iterator to removeIf, added some stream and filters 2017-02-11 22:37:00 +01:00
SpellAbility.java [AKH] Fixed that Aftermath card images were shown wrongly rotated. 2017-04-16 22:57:08 +02:00
StateTriggeredAbility.java
StaticAbility.java rewrote enum comparisons, iterator to removeIf, added some stream and filters 2017-02-11 22:37:00 +01:00
TriggeredAbilities.java * Gitrog Monster - Fixed that triggered ability was not handled correctly after a control change (fixes #3251). 2017-05-06 11:49:49 +02:00
TriggeredAbility.java
TriggeredAbilityImpl.java rewrote enum comparisons, iterator to removeIf, added some stream and filters 2017-02-11 22:37:00 +01:00