| .. |
|
abilityword
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
common
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
condition
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
costs
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
decorator
|
* Vorinclex, Voice of Hunger - FIxed a bug that id did not work correctly with some conditional land mana sources (e.g. Gemstone Caverns).
|
2017-01-14 12:25:07 +01:00 |
|
dynamicvalue
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
effects
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
keyword
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
mana
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
Abilities.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 |
|
AbilitiesImpl.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
Ability.java
|
|
|
|
AbilityImpl.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03: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
|
|
|
|
DelayedTriggeredAbility.java
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
EvasionAbility.java
|
|
|
|
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
|
|
|
|
SpellAbility.java
|
|
|
|
StateTriggeredAbility.java
|
|
|
|
StaticAbility.java
|
|
|
|
TriggeredAbilities.java
|
Some fixes to the Monarch designation.
|
2016-12-07 17:14:08 +01:00 |
|
TriggeredAbility.java
|
|
|
|
TriggeredAbilityImpl.java
|
* Fixed a problem that optional effects could produce IndexOutOfBoundsExceptions.
|
2016-11-19 12:47:20 +01:00 |