| .. |
|
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
|
* Some cleanup for: Fixed a bug that created a endless loop if mana producer were involved, that create mana of any type lands of players could produce.
|
2017-07-23 22:49:56 +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
|
|
|