foul-magics/Mage/src/main/java/mage/abilities/mana
2017-07-11 08:26:33 -05:00
..
builder Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
conditional added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
ActivateAsSorceryManaAbility.java - Fixed issue #3519 2017-07-11 08:26:33 -05:00
ActivatedManaAbilityImpl.java - Fixed issue #3519 2017-07-11 08:26:33 -05:00
ActivateIfConditionManaAbility.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
ActivateOncePerTurnManaAbility.java Inner classes should be static. It reduces memory usage and gives perfomance boost + DeckImporter rollback 2017-02-28 12:40:12 +03:00
AnyColorLandsProduceManaAbility.java * Fixed a problem of endless iteration with Reflecting Pool. 2017-05-18 16:57:32 +02:00
AnyColorManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
BasicManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
BlackManaAbility.java
BlueManaAbility.java
ColorlessManaAbility.java use Mana.ColorlessMana; SimpleManaAbility 2016-10-30 23:02:04 -07:00
CommanderColorIdentityManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
ConditionalAnyColorManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
ConditionalColoredManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
ConditionalColorlessManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
ConditionalManaAbility.java * Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account. 2016-11-03 22:37:54 +01:00
DelayedTriggeredManaAbility.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
DynamicManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
GreenManaAbility.java
ManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
ManaOptions.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
RedManaAbility.java
SimpleManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
TriggeredManaAbility.java * Fixed bug of any mana abilities not working correctly for mana abilities that could produce mana of any type other mana sources could produce. 2017-05-17 23:20:27 +02:00
WhiteManaAbility.java