| .. |
|
AttachedPermanentToughnessValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
AttackedThisTurnOpponentsCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -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
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
CardsInControllerGraveyardCount.java
|
|
|
|
CardsInControllerHandCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
CardsInTargetHandCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
CardsInTargetPlayerHandCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
CardsInTargetPlayersGraveyardCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
CardTypesInGraveyardCount.java
|
Added delirium hint as enum
|
2019-02-05 23:12:42 +04:00 |
|
ChromaOutrageShamanCount.java
|
|
|
|
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
|
rewrite watchers to GameState.getWatcher(), rather than getWatchers().get(). This hides away the implementation of the watchers. Accepts the class rather than the name. Always returns the specific subclass, so there is no more casting needed. Only 1 line in the common library remains, that is still using the old 'deprecated' method. Needs a new version release to do that.
|
2019-01-06 20:59:13 +01:00 |
|
ControllerLifeCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
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
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
CreaturesYouControlCount.java
|
Refactor creature/s you control to use static filters and values
|
2019-02-06 21:28:26 +04:00 |
|
DevotionCount.java
|
|
|
|
DevouredCreaturesCount.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
DiscardCostCardConvertedMana.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05: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
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
GateYouControlCount.java
|
Added gate you control hint for cards;
|
2019-02-08 17:17:40 +04:00 |
|
GetXValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
GreatestPowerAmongControlledCreaturesValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
HalfValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
HighestConvertedManaCostValue.java
|
* One with the Machine - Fix that non-artifact permanents are considered in determining the amount of cards drawn (fixes #5292).
|
2018-09-01 16:10:51 +03:00 |
|
InstantSorceryExileGraveyardCount.java
|
* Ral, Izzet Viceroy - Fixed second ability.
|
2018-09-23 01:16:16 +02:00 |
|
ManacostVariableValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
ManaSpentToCastCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
ManaTypeInManaPoolCount.java
|
fix manatype in pool count to include conditional mana
|
2019-01-02 23:29:11 -08:00 |
|
MorphManacostVariableValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
MultikickerCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
NumericSetToEffectValues.java
|
|
|
|
OpponentsCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
OpponentsLostLifeCount.java
|
Refactor OpponentsLostLifeCount to enum
|
2019-02-06 17:31:34 +04:00 |
|
OpponentsPoisonCountersCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -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
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
RemovedCountersForCostValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
RevealTargetFromHandCostCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
SacrificeCostConvertedMana.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
SacrificeCostCreaturesPower.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
SacrificeCostCreaturesToughness.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05: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
|
Implemented Gruul Beastmaster
|
2019-01-07 19:30:47 -05:00 |
|
SunburstCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
SweepNumber.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
TargetConvertedManaCost.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
TargetPermanenToughnessValue.java
|
remove all MIT copyright notices from files
|
2018-06-02 17:59:49 +02:00 |
|
TargetPermanentPowerCount.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |
|
UrzaTerrainValue.java
|
subtypes #1
|
2017-05-20 22:41:25 +02:00 |
|
ZuberasDiedDynamicValue.java
|
made many dynamicvalues into singleton enums
|
2019-01-12 21:29:02 -05:00 |