| .. |
|
ActivateAbilitiesAnyTimeYouCouldCastInstantEffect.java
|
|
|
|
AddCardColorAttachedEffect.java
|
|
|
|
AddCardSubtypeAllEffect.java
|
|
|
|
AddCardSubtypeAttachedEffect.java
|
subtypes for cards 'A'
|
2017-07-18 08:55:40 +02:00 |
|
AddCardSubTypeTargetEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
AddCardTypeAttachedEffect.java
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
AddCardTypeSourceEffect.java
|
removed contains cardtype calls
|
2017-04-06 16:38:34 +02:00 |
|
AddCardTypeTargetEffect.java
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
AssignNoCombatDamageSourceEffect.java
|
|
|
|
BecomesAuraSourceEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
BecomesBasicLandEnchantedEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesBasicLandTargetEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesBlackZombieAdditionEffect.java
|
* Grave Betrayal - Reworked card movement and color and subtype applying.
|
2017-07-23 11:05:32 +02:00 |
|
BecomesChosenCreatureTypeTargetEffect.java
|
fixing choosing creature types
|
2017-08-02 08:04:26 +02:00 |
|
BecomesColorOrColorsTargetEffect.java
|
|
|
|
BecomesColorSourceEffect.java
|
* Fixed some null pointer or other exception bugs.
|
2017-07-29 19:13:42 +02:00 |
|
BecomesColorTargetEffect.java
|
changed enum equals to ==, removed contains check for set
|
2017-03-07 21:47:11 +01:00 |
|
BecomesCreatureAllEffect.java
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
BecomesCreatureAttachedEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesCreatureAttachedWithActivatedAbilityOrSpellEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesCreatureIfVehicleEffect.java
|
duplicate continuouseffect for vehicles
|
2017-04-05 19:10:42 +02:00 |
|
BecomesCreatureSourceEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesCreatureTargetEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesCreatureTypeTargetEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BecomesFaceDownCreatureAllEffect.java
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
BecomesFaceDownCreatureEffect.java
|
added addCardType to MageObject
|
2017-04-05 19:10:43 +02:00 |
|
BecomesSubtypeAllEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
BoostAllEffect.java
|
|
|
|
BoostAllOfChosenSubtypeEffect.java
|
fix subtype in game state
|
2017-08-06 22:11:26 +02:00 |
|
BoostControlledEffect.java
|
|
|
|
BoostEnchantedEffect.java
|
|
|
|
BoostEquippedEffect.java
|
|
|
|
BoostOpponentsEffect.java
|
|
|
|
BoostPairedEffect.java
|
|
|
|
BoostSourceEffect.java
|
|
|
|
BoostSourceWhileControlsEffect.java
|
|
|
|
BoostTargetEffect.java
|
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 |
|
CantCastMoreThanOneSpellEffect.java
|
finish rewriting watchers
|
2017-04-29 12:07:46 +02:00 |
|
CantGainLifeAllEffect.java
|
|
|
|
CantGainLifeTargetEffect.java
|
|
|
|
CastAsThoughItHadFlashAllEffect.java
|
|
|
|
CastAsThoughItHadFlashSourceEffect.java
|
|
|
|
CastFromHandWithoutPayingManaCostEffect.java
|
rewrote singleton to enum where applicable
|
2017-03-14 16:32:47 +01:00 |
|
CommanderManaReplacementEffect.java
|
|
|
|
CommanderReplacementEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
ControlEnchantedEffect.java
|
|
|
|
CreaturesCantGetOrHaveAbilityEffect.java
|
|
|
|
DamageCantBePreventedEffect.java
|
|
|
|
DontLoseByZeroOrLessLifeEffect.java
|
|
|
|
ExchangeControlTargetEffect.java
|
|
|
|
GainAbilityAllEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
GainAbilityAllOfChosenSubtypeEffect.java
|
fix subtype in game state
|
2017-08-06 22:11:26 +02:00 |
|
GainAbilityAttachedEffect.java
|
|
|
|
GainAbilityControlledEffect.java
|
|
|
|
GainAbilityControlledSpellsEffect.java
|
|
|
|
GainAbilityControllerEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
GainAbilityPairedEffect.java
|
|
|
|
GainAbilitySourceEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
GainAbilityTargetEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
GainControlAllEffect.java
|
|
|
|
GainControlTargetEffect.java
|
|
|
|
GainProtectionFromColorAllEffect.java
|
|
|
|
GainProtectionFromColorSourceEffect.java
|
|
|
|
GainProtectionFromColorTargetEffect.java
|
|
|
|
GainProtectionFromTypeTargetEffect.java
|
|
|
|
GainSuspendEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
LifeTotalCantChangeControllerEffect.java
|
|
|
|
LoseAbilityAllEffect.java
|
- LoseAbilityAllEffect() now works with rule 611.2c.
|
2017-03-27 17:17:56 -05:00 |
|
LoseAbilityAttachedEffect.java
|
|
|
|
LoseAbilityOrAnotherAbilityTargetEffect.java
|
talk to interfaces rather than implementations
|
2017-07-16 11:08:09 +02:00 |
|
LoseAbilitySourceEffect.java
|
|
|
|
LoseAbilityTargetEffect.java
|
|
|
|
LoseAllAbilitiesAllEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
LoseAllAbilitiesTargetEffect.java
|
|
|
|
LoseAllCreatureTypesTargetEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
LoseCreatureTypeSourceEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
MaximumHandSizeControllerEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
PlayAdditionalLandsAllEffect.java
|
|
|
|
PlayAdditionalLandsControllerEffect.java
|
|
|
|
PlayTheTopCardEffect.java
|
* Fixed a problem that you can see the second card from top of libraray while able to cancel the cast of the top card (fixes #3196).
|
2017-07-12 17:05:44 +02:00 |
|
PlayWithHandRevealedEffect.java
|
|
|
|
PlayWithTheTopCardRevealedEffect.java
|
* Fixed a problem that you can see the second card from top of libraray while able to cancel the cast of the top card (fixes #3196).
|
2017-07-12 17:05:44 +02:00 |
|
SetCardColorAttachedEffect.java
|
|
|
|
SetCardSubtypeAttachedEffect.java
|
huge rework on subtypes (#3668)
|
2017-07-16 16:57:39 -05:00 |
|
SetPowerSourceEffect.java
|
|
|
|
SetPowerToughnessAllEffect.java
|
|
|
|
SetPowerToughnessEnchantedEffect.java
|
[AKH] Added some cards + fixes
|
2017-04-15 16:46:53 +02:00 |
|
SetPowerToughnessSourceEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
SetPowerToughnessTargetEffect.java
|
|
|
|
SetToughnessSourceEffect.java
|
changed enum equals to ==, removed contains check for set
|
2017-03-07 21:47:11 +01:00 |
|
SourceEffect.java
|
|
|
|
SwitchPowerToughnessAllEffect.java
|
|
|
|
SwitchPowerToughnessSourceEffect.java
|
|
|
|
SwitchPowerToughnessTargetEffect.java
|
|
|
|
UntapAllDuringEachOtherPlayersUntapStepEffect.java
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
UntapSourceDuringEachOtherPlayersUntapStepEffect.java
|
|
|