| .. |
|
abilityword
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
common
|
put the writing of equipped and enchanted in the attachmenttype
|
2017-02-19 23:58:32 +01:00 |
|
condition
|
changed enum comparison to ==.
|
2017-02-19 23:38:47 +01:00 |
|
costs
|
Nulls to optional. Also there was bug with AetherChaser "you may pay" was not set to optional
|
2017-02-26 15:15:54 +03:00 |
|
decorator
|
changed enum comparison to ==.
|
2017-02-19 23:38:47 +01:00 |
|
dynamicvalue
|
list.size > 0 changed to !list.isEmpty
|
2017-02-06 14:32:51 +03:00 |
|
effects
|
Merge remote-tracking branch 'fork/master'
|
2017-02-27 16:33:47 +03:00 |
|
keyword
|
Fixed FlashbackTest and made modifications to CascadeAbility allowing it to pass its test suite.
|
2017-02-09 10:20:21 -06:00 |
|
mana
|
Functional interfaces should be annotated as functional interfaces
|
2017-02-15 19:23:12 +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
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01: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
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
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
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
SpellAbility.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
StateTriggeredAbility.java
|
|
|
|
StaticAbility.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
TriggeredAbilities.java
|
Some fixes to the Monarch designation.
|
2016-12-07 17:14:08 +01:00 |
|
TriggeredAbility.java
|
|
|
|
TriggeredAbilityImpl.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |