| .. |
|
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
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
ActivatedManaAbilityImpl.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03: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
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03: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
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
BlueManaAbility.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
ColorlessManaAbility.java
|
use Mana.ColorlessMana; SimpleManaAbility
|
2016-10-30 23:02:04 -07:00 |
|
CommanderColorIdentityManaAbility.java
|
remove util function on converted manacost, make getColorIdentity default interface method
|
2017-04-27 10:57:48 +02:00 |
|
ConditionalAnyColorManaAbility.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 |
|
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
|
* Reflecting Pool - Fixed that mana from dynamic mana abilities were not taken into account (e.g. Gaea's Cradle or Serra's Sanctum).
|
2016-12-16 18:38:40 +01:00 |
|
GreenManaAbility.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
ManaAbility.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 |
|
ManaOptions.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
RedManaAbility.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|
SimpleManaAbility.java
|
* Selvala, Explorer Returned - Fixed that library top cards were revealead without using the mana ability. Possible mana from this source is no longer calculated for possible mana pool. Tapping for man can no longer be undone.(#2191).
|
2017-01-24 16:25:26 +01:00 |
|
TriggeredManaAbility.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
WhiteManaAbility.java
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |