| .. |
|
abilityword
|
changed enum equals to ==, removed contains check for set
|
2017-03-07 21:47:11 +01:00 |
|
common
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
condition
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
costs
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03: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 BecomesCreatureAttachedEffect(). Rule 611.2c. Fixes https://github.com/magefree/mage/issues/3011
|
2017-03-25 13:11:08 -05:00 |
|
keyword
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03: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
|
String + string concatenation can be replaced by string + char concetenation
|
2017-03-20 14:00:18 +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
|
|
|
|
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
|
|
|
|
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 |