| .. |
|
abilityword
|
changed enum equals to ==, removed contains check for set
|
2017-03-07 21:47:11 +01:00 |
|
common
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
condition
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
costs
|
pool.count() == 0 ---> pool.isEmpty()
|
2017-03-11 13:52:46 +01:00 |
|
decorator
|
changed enum comparison to ==.
|
2017-02-19 23:38:47 +01:00 |
|
dynamicvalue
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
effects
|
Fixed AI handling of cost reduction of reductions defined with "up to" causing game locks.
|
2017-03-19 11:20:37 +01:00 |
|
keyword
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
mana
|
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 |
|
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
|
Phyrexian mana now correctly a payment choice.
|
2017-03-08 20:03:28 -08: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
|
|
|
|
CountType.java
|
put comparing logic in counttype, remove all switches
|
2017-03-06 11:46:22 +01:00 |
|
DelayedTriggeredAbilities.java
|
rewrote enum comparisons, iterator to removeIf, added some stream and filters
|
2017-02-11 22:37:00 +01:00 |
|
DelayedTriggeredAbility.java
|
removed autoboxing :
|
2017-03-11 15:17:14 +01:00 |
|
EvasionAbility.java
|
|
|
|
Gender.java
|
small change in gender enum
|
2017-03-06 10:18:16 +01:00 |
|
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
|
Fix CMC for flashbacked cards.
|
2017-03-09 23:32:42 -08: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
|
change enum equals to ==
|
2017-03-01 15:05:44 +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 |