| .. |
|
abilityword
|
singleton conditions to enum
|
2017-04-05 19:10:47 +02:00 |
|
common
|
[AKH] Added exert ability, Ahn-Crop Crasher and Combat Celebrant.
|
2017-04-06 23:10:24 +02:00 |
|
condition
|
enum conditions
|
2017-04-06 16:30:22 +02:00 |
|
costs
|
* Fixed a problem with flashback ability and variable non mana costs (related to #2436).
|
2017-04-02 10:11:25 +02: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
|
Work in progress changes to support As Foretold
|
2017-04-10 16:13:42 -06:00 |
|
keyword
|
[AKH] Added exert ability, Ahn-Crop Crasher and Combat Celebrant.
|
2017-04-06 23:10:24 +02: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
|
rewrote some streams and optionals
|
2017-04-01 22:45:40 +02:00 |
|
AbilitiesImpl.java
|
rewrote some streams and optionals
|
2017-04-01 22:45:40 +02:00 |
|
Ability.java
|
Some rework to end turn logic and removing of stack objects (related to #2977).
|
2017-04-02 15:18:50 +02:00 |
|
AbilityImpl.java
|
Merge pull request #3045 from SickBoyWi/master
|
2017-04-02 12:17:32 -04:00 |
|
ActivatedAbility.java
|
|
|
|
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 some streams and optionals
|
2017-04-01 22:45:40 +02: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 |