| .. |
|
TargetActivatedAbility.java
|
Fix some card text
|
2018-04-16 21:03:16 +02:00 |
|
TargetActivatedOrTriggeredAbility.java
|
* Fixed Stifle rule text and some other minor things related to TragetActivatedAbility.
|
2018-02-24 01:00:23 +01:00 |
|
TargetAnyTarget.java
|
Fixed broken "any target" spells (can't target to planeswalkers)
|
2018-04-22 17:52:38 +04:00 |
|
TargetAnyTargetAmount.java
|
Implemented Fight with Fire
|
2018-04-17 19:28:32 -04:00 |
|
TargetArtifactPermanent.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetAttackingCreature.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetAttackingOrBlockingCreature.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetBasicLandCard.java
|
[AKH] Added 3/27 spoilers to mtg-cards-data.txt. Implemented several of the new cards.
|
2017-03-28 22:25:29 -05:00 |
|
TargetCardInASingleGraveyard.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetCardInExile.java
|
Refactoring
|
2016-12-29 16:49:12 +03:00 |
|
TargetCardInGraveyard.java
|
Refactoring
|
2016-12-29 16:49:12 +03:00 |
|
TargetCardInGraveyardOrBattlefield.java
|
rewrote some streams and optionals
|
2017-04-01 22:45:40 +02:00 |
|
TargetCardInHand.java
|
Refactoring
|
2016-12-29 16:49:12 +03:00 |
|
TargetCardInLibrary.java
|
remove comparator, use Comparator.comparing
|
2018-03-18 00:56:52 +01:00 |
|
TargetCardInOpponentsGraveyard.java
|
* Sepulchral Primordial - Fixed that its ETB ability doesn't trigger if at least one opponent in range had no creature in the graveyard (fixes #3257).
|
2017-08-22 16:10:40 +02:00 |
|
TargetCardInYourGraveyard.java
|
* Some rework of filter hanmdling.
|
2018-04-28 00:30:28 +02:00 |
|
TargetControlledCreaturePermanent.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetControlledPermanent.java
|
fix for #4402
|
2018-01-12 15:03:54 +01:00 |
|
TargetCreatureOrPlaneswalker.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetCreatureOrPlaneswalkerAmount.java
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
TargetCreatureOrPlayer.java
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
TargetCreatureOrPlayerAmount.java
|
* Added missing imports, imports reorg.
|
2017-07-23 16:29:29 +02:00 |
|
TargetCreaturePermanent.java
|
* Added missing imports, imports reorg.
|
2017-07-23 16:29:29 +02:00 |
|
TargetCreaturePermanentAmount.java
|
* Added missing imports, imports reorg.
|
2017-07-23 16:29:29 +02:00 |
|
TargetCreaturePermanentSameController.java
|
- Fixed Indomitable Creativity. Bug #3029
|
2017-03-27 16:42:32 -05:00 |
|
TargetCreaturePermanentWithDifferentTypes.java
|
move static function to CardImpl, and other api fixes
|
2017-03-30 20:09:47 +02:00 |
|
TargetDefender.java
|
C17 Added Portal Mage.
|
2017-08-28 16:50:00 +02:00 |
|
TargetDiscard.java
|
Implemented Azra Bladeseeker
|
2018-05-26 15:50:30 -04:00 |
|
TargetEnchantmentPermanent.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetEquipmentPermanent.java
|
Implemented Epicenter, Infested Roothold, Brown Ouphe, Rust, Ouphe Vandals, Fatal Attraction, Fighting Chance, Arcbound Fiend, Carry Away, Caverns of Despair, Amulet of Unmaking, Aphetto Exterminator, Balduvian Conjurer, Barrin's Unmaking, Each Mana Battery, Blood Hound, Boa Constrictor, Bola Warrior, Brass Talon Chimera, Briar Patch, Brine Shaman, Call to Arms, Goham Djinn, Halam Djinn, Ruham Djinn, Sulam Djinn, Zanam Djinn, Heroic Defiance and Tsabo's Assassin (#3779)
|
2017-08-08 21:49:14 -05:00 |
|
TargetLandPermanent.java
|
[DOM] Added Seismic Shift.
|
2018-04-18 14:33:41 +02:00 |
|
TargetNonBasicLandPermanent.java
|
Improved logs on card create exceptions, fixed broken tests
|
2018-04-18 20:37:05 +04:00 |
|
TargetNonlandPermanent.java
|
remove redundant this.targetName = filter.getMessage();
|
2016-10-30 23:47:01 -07:00 |
|
TargetOpponent.java
|
* Vindictive Lich (mode target handling not fixed yet).
|
2017-08-21 18:49:37 +02:00 |
|
TargetOpponentOrPlaneswalker.java
|
fix all the tests
|
2018-04-20 20:10:26 -04:00 |
|
TargetOpponentsChoicePermanent.java
|
fixed Evangelize not being castable when caster controls no creatures.
|
2017-10-12 07:56:45 -04:00 |
|
TargetOpponentsCreaturePermanent.java
|
Refactored counters on permanents counting
|
2016-09-03 12:38:58 +02:00 |
|
TargetPermanentOrPlayer.java
|
Fixed Goblin Barrage not targeting correctly
|
2018-04-22 17:26:06 -04:00 |
|
TargetPermanentOrPlayerWithCounter.java
|
Refactoring
|
2016-12-29 16:49:12 +03:00 |
|
TargetPermanentOrSuspendedCard.java
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
TargetPlayerOrPlaneswalker.java
|
Fixed Goblin Barrage not targeting correctly
|
2018-04-22 17:26:06 -04:00 |
|
TargetSpellOrPermanent.java
|
All 1-character strings converted to primitives
|
2017-02-06 14:32:51 +03:00 |
|
TargetTriggeredAbility.java
|
* Fixed a problem with stack abilities created by Designations eg. Monarch triggered ability (fixes #4457).
|
2018-04-26 23:35:26 +02:00 |