| .. |
|
AttachedPermanentToughnessValue.java
|
New AttachedPermanentToughnessValue, updated DamageAttachedControllerEffect to take DynamicValue (ex. to work with AttachedPermanentToughnessValue), and updated Creature Bond to use AttachedPermanentToughnessValue and DamageAttachedControllerEffect. Corrected Gaea's Liege, Kor Scythemaster, Soltari Lancer, and Spirit of the Night to use SourceAttackingCondition. Rmoved the AttackingCondition we creature for Gaea's Liege since it duplicated the already existing SourceAttackingCondition. For the other three using SourceAttackingCondition and the minor changes to the code for them should make their code more efficient.
|
2016-11-26 03:57:46 -05:00 |
|
AttackingCreatureCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
AttackingFilterCreatureCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
AuraAttachedCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
BlockedCreatureCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CardsInAllGraveyardsCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CardsInAllHandsCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CardsInControllerGraveyardCount.java
|
|
|
|
CardsInControllerHandCount.java
|
|
|
|
CardsInTargetHandCount.java
|
Refactor - remove duplicate TargetPlayerCardsInHand classes and made CardsInTargetHandCount shared
|
2016-09-29 19:58:11 -05:00 |
|
CardsInTargetPlayerHandCount.java
|
|
|
|
CardsInTargetPlayersGraveyardCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
ChromaOutrageShamanCount.java
|
Refactor - moved ChromaOutrageShamanCount to shared area
|
2016-09-29 19:58:11 -05:00 |
|
ColorsOfManaSpentToCastCount.java
|
Fixed that the information what mana was payed to pay the mana cost of a spell or ability were not correct if "spend mana as though" abilities were involved in the payment (fixes #3604).
|
2017-07-10 16:53:02 +02:00 |
|
ControllerGotLifeCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
ControllerLifeCount.java
|
|
|
|
CountersCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CountersSourceCount.java
|
* Ravnica: City of Guilds - Added 5 cards.
|
2017-05-06 15:43:01 +02:00 |
|
CreaturesDiedThisTurnCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
DevotionCount.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
DevouredCreaturesCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
DiscardCostCardConvertedMana.java
|
loop to streams
|
2017-07-08 10:58:47 +02:00 |
|
DomainValue.java
|
change subtype.contains() to hasSubtype()
|
2017-09-25 21:21:13 +02:00 |
|
EffectKeyValue.java
|
Added 4 cards from AHK
|
2017-04-11 17:40:15 -06:00 |
|
EquipmentAttachedCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
ExileFromHandCostCardConvertedMana.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GetXValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
GreatestPowerAmongControlledCreaturesValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
HalfValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
HighestConvertedManaCostValue.java
|
fixed Rush of Knowledge counting all permanents (fixes #5069)
|
2018-06-25 08:26:28 -04:00 |
|
ManacostVariableValue.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
ManaSpentToCastCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
ManaTypeInManaPoolCount.java
|
Replaced more mana pool errata
|
2018-05-25 19:37:54 -04:00 |
|
MorphManacostVariableValue.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
MultikickerCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
NumericSetToEffectValues.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
OpponentsLostLifeCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
OpponentsPoisonCountersCount.java
|
Refactor - moved OpponentsPoisonCountersCount to shared area
|
2016-09-29 19:58:11 -05:00 |
|
ParleyCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
PermanentsOnBattlefieldCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
PermanentsTargetOpponentControlsCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
PermanentsYouOwnThatOpponentsControlCount.java
|
add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts
|
2018-07-04 14:24:11 +02:00 |
|
RemovedCountersForCostValue.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
RevealTargetFromHandCostCount.java
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
SacrificeCostConvertedMana.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
SacrificeCostCreaturesPower.java
|
loop to streams
|
2017-07-08 10:58:47 +02:00 |
|
SacrificeCostCreaturesToughness.java
|
loop to streams
|
2017-07-08 10:58:47 +02:00 |
|
SignInversionDynamicValue.java
|
fixed Death's Shadow getting bigger from negative life totals (no longer how the rules work)
|
2018-05-14 11:39:27 -04:00 |
|
SourcePermanentPowerCount.java
|
* Marionette Master and Mortis Dogs, fixed that power below 0 caused life gain.
|
2016-12-31 17:41:12 +01:00 |
|
SourcePermanentToughnessValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
StaticValue.java
|
[KLD] Added 15 black cards.
|
2016-09-17 13:44:30 +02:00 |
|
SunburstCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
SweepNumber.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
TargetConvertedManaCost.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
TargetPermanenToughnessValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
TargetPermanentPowerCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
UrzaTerrainValue.java
|
subtypes #1
|
2017-05-20 22:41:25 +02:00 |
|
ZuberasDiedDynamicValue.java
|
finish rewriting watchers
|
2017-04-29 12:07:46 +02:00 |