..
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
revamped how conditional and limited-use activated abilities are implemented
2017-09-12 09:33:12 -04:00
ActivateIfConditionManaAbility.java
updated various activated abilities
2017-09-12 12:31:00 -04:00
ActivateOncePerTurnManaAbility.java
revamped how conditional and limited-use activated abilities are implemented
2017-09-12 09:33:12 -04:00
AnyColorLandsProduceManaAbility.java
Fixed cards with any color lands produce ability:
2017-12-28 02:15:49 +04: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
Fixed cards with any color lands produce ability:
2017-12-28 02:15:49 +04: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