foul-magics/Mage.Sets/src/mage/cards/a
2019-01-15 15:56:40 -05:00
..
AAT1.java Fixed NPE errors for some cards (#5471) 2018-12-23 20:24:20 +04:00
AbandonedOutpost.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbandonedSarcophagus.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
AbandonHope.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AbandonReason.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbattoirGhoul.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbbeyGargoyles.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbbeyGriffin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbbeyMatron.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbbotOfKeralKeep.java Fixed a problem with casting split cards from non hand zone. Added some generic cast from non hand zone effects and started replacing card specific effects by the generic ones (fixes #5356 and fixes #4493). 2018-10-03 13:44:01 +02:00
Abduction.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AberrantResearcher.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
Abeyance.java Fixed NPE error 2019-01-08 11:15:59 +04:00
AbhorrentOverlord.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Abjure.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbnormalEndurance.java Implemented Abnormal Endurance 2018-06-18 23:26:06 -04:00
Abolish.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbolisherOfBloodlines.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Abomination.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbominationOfGudul.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aboroth.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AboshanCephalidEmperor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AboshansDesire.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AboutFace.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Abrade.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AbruptDecay.java updated "can't be countered" text 2018-06-20 11:21:06 -04:00
AbsoluteGrace.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbsoluteLaw.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbsolverThrull.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Absorb.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbsorbVis.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbstruseInterference.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbuJafar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbunaAcolyte.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbunasChant.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
Abundance.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbundantGrowth.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbundantMaw.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalGatekeeper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalHorror.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalHunter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalNightstalker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalNocturnus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalPersecutor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbyssalSpecter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanAdvantage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanAscendancy.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AbzanBanner.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanBattlePriest.java more fixes 2019-01-05 17:18:49 -05:00
AbzanBeastmaster.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AbzanCharm.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AbzanFalconer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanGuide.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanKinGuard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanRunemark.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AbzanSkycaptain.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyDrake.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
AcademyElite.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyJourneymage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyRaider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyRector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyResearchers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcademyRuins.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Accelerate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcceleratedMutation.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcceptableLosses.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccomplishedAutomaton.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccorderPaladin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccordersShield.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccumulatedKnowledge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccursedCentaur.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccursedHorde.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccursedSpirit.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AccursedWitch.java more fixes 2019-01-05 17:18:49 -05:00
AchHansRun.java more fixes 2019-01-05 17:18:49 -05:00
AcidicSlime.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcidicSliver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcidicSoil.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AcidRain.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcidSpewerDragon.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AcidWebSpider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcklayOfTheArena.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcolyteOfTheInferno.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcolyteOfXathrid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcolytesReward.java add nullchecks for game.getObject 2018-12-31 16:03:36 +01:00
AcornCatapult.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcornHarvest.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Acquire.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
AcquireTarget.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Acridian.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AcrobaticManeuver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ActiveVolcano.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
ActOfAggression.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ActOfAuthority.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ActOfHeroism.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ActOfTreason.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ActOnImpulse.java Fixed a problem with casting split cards from non hand zone. Added some generic cast from non hand zone effects and started replacing card specific effects by the generic ones (fixes #5356 and fixes #4493). 2018-10-03 13:44:01 +02:00
AdamantWill.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdamaroFirstToDesire.java fixed a few more errors 2019-01-12 21:58:10 -05:00
AdantoTheFirstFort.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdantoVanguard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdaptiveAutomaton.java Fix issues with Clone and Metallic Mimic (#5160) 2018-07-29 07:40:48 -04:00
AdaptiveSnapjaw.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdarkarSentinel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdarkarValkyrie.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AdarkarWastes.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdarkarWindform.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdderStaffBoggart.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Addle.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdelizTheCinderWind.java Fixed card texts: instant or sorcery spell; 2019-01-05 00:46:53 +04:00
AdmiralAckbar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdmiralBeckettBrass.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
AdmiralsOrder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdmonitionAngel.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AdNauseam.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdornedPouncer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdrianaCaptainOfTheGuard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdroitHateflayer.java * Adroit Hateflayer - Fixed triggered ability only doing damage to opponents instead of all players (#5416). 2018-11-22 16:22:07 +01:00
AdunOakenshield.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdvancedHoverguard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdvancedStitchwing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdvanceScout.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdventOfTheWurm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdventurersGuildhouse.java Implemented Bands With Other 2018-10-21 16:59:10 +02:00
AdventuringGear.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdventurousImpulse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdverseConditions.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AdviceFromTheFae.java add nullchecks for game.getObject 2018-12-31 16:03:36 +01:00
AdvocateOfTheBeast.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AegisAngel.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AegisAutomaton.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AegisOfHonor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AegisOfTheGods.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AegisOfTheHeavens.java * Fixed wrong P/T values of Aegis of the Heavens. 2018-06-24 10:34:43 +02:00
AegisOfTheMeek.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aeolipile.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AeonChronicler.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AerathiBerserker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialCaravan.java Fixed a problem with casting split cards from non hand zone. Added some generic cast from non hand zone effects and started replacing card specific effects by the generic ones (fixes #5356 and fixes #4493). 2018-10-03 13:44:01 +02:00
AerialEngineer.java Implemented Aerial Engineer 2018-06-18 20:02:53 -04:00
AerialFormation.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialGuide.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AerialManeuver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialModification.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialPredation.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialResponder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerialVolley.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerieBowmasters.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerieMystics.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerieOuphes.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AerieWorshippers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aeromunculus.java updated implementation of Adapt 2019-01-03 16:20:36 -05:00
AeronautAdmiral.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AeronautTinkerer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AesthirGlider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherAdept.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherBarrier.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherbornMarauder.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AetherBurst.java updated some more target adjusters 2018-09-24 11:21:56 -04:00
AetherCharge.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AetherChaser.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherFigment.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherflameWall.java Implement Aetherflame Wall 2018-07-05 21:35:56 -04:00
AetherFlash.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherfluxReservoir.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
AetherGale.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AethergeodeMiner.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherHerder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherHub.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherInspector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aetherize.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aetherling.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AethermagesTouch.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherMeltdown.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherMembrane.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherMutation.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
Aetherplasm.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AetherPoisoner.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherRift.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AethershieldArtificer.java Updated M19 spoiler, added all reprints 2018-06-22 13:20:08 -04:00
AetherShockwave.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AetherSnap.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aethersnatch.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aethersnipe.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherSpellbomb.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AethersphereHarvester.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aetherspouts.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AethersquallAncient.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AetherSting.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherStorm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherstormRoc.java updated some more target adjusters 2018-09-24 11:21:56 -04:00
AetherstreamLeopard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherSwooper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherTheorist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherTide.java - Fixed #5515 2019-01-14 17:55:43 -06:00
AethertideWhale.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AethertorchRenegade.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aethertow.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherTradewinds.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherTunnel.java Implemented Aether Tunnel 2018-06-22 13:39:52 -04:00
AetherVial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherWeb.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AetherwindBasker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AetherworksMarvel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AffaGuardHound.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AffaProtector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AffectionateIndrik.java Implemented Affectionate Indrik 2018-09-13 20:34:42 -04:00
Afflict.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AfflictedDeserter.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
AfiyaGrove.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Afterburn.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
Afterlife.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aftershock.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgadeemOccultist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgelessEntity.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgelessSentinels.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfErebos.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfHorizons.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfMasks.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfShauku.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfStromgald.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgentOfTheFates.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aggravate.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
AggravatedAssault.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AggressiveInstinct.java Implemented Aggressive Instinct 2018-06-08 08:51:27 -04:00
AggressiveMammoth.java Implemented Aggressive Mammoth 2018-06-11 20:52:29 -04:00
AggressiveMining.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AggressiveUrge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Agility.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgonizingDemise.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AgonizingMemories.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgonyWarp.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Agoraphobia.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AgrusKosWojekVeteran.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AhnCropChampion.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AhnCropCrasher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AidFromTheCowl.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AimHigh.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AinokArtillerist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AinokBondKin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AinokGuide.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AinokSurvivalist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AinokTracker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AirBladder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AirborneAid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AirdropAeronauts.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AirdropCondor.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AirElemental.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AirServant.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AislingLeprechaun.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjaniAdversaryOfTyrants.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AjaniCallerOfThePride.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AjaniGoldmane.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AjaniMentorOfHeroes.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AjanisAid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjanisChosen.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjanisComrade.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AjanisInfluence.java Implemented Ajani's Influence 2018-06-20 19:21:34 -04:00
AjanisLastStand.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AjanisMantra.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjanisPresence.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjanisPridemate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjanisSunstriker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AjaniSteadfast.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AjanisWelcome.java Implemented Ajani's Welcome 2018-06-20 08:48:19 -04:00
AjaniUnyielding.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AjaniValiantProtector.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AjaniVengeant.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AjaniWiseCounselor.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AkiriLineSlinger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiAvalanchers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiBlizzardHerder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiCoalflinger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiDrillmaster.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiLavarunner.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
AkkiRaider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiRockspeaker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiUnderling.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkkiUnderminer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkoumBattlesinger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkoumBoulderfoot.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkoumFirebird.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AkoumFlameseeker.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AkoumHellkite.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AkoumRefuge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkoumStonewaker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkrasanSquire.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanConscriptor.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AkroanCrusader.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanHoplite.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AkroanHorse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanJailer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanLineBreaker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanMastiff.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanPhalanx.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanSergeant.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkroanSkyguard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromaAngelOfFury.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromaAngelOfWrath.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromasBlessing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromasDevoted.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromasMemorial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkromasVengeance.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkronLegionnaire.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkuDjinn.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AkutaBornOfAsh.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AlAbarasCarpet.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabasterDragon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabasterKirin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabasterLeech.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabasterMage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabasterPotion.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AlabasterWall.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornCavalier.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornGrenadier.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornMusketeer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornTrooper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornVeteran.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlabornZealot.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aladdin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AladdinsLamp.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AladdinsRing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Alarum.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AlbinoTroll.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlchemistsApprentice.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlchemistsGreeting.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlchemistsRefuge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlchemistsVial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlchorsTomb.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aleatory.java rewrote how coins are flipped 2019-01-15 15:56:40 -05:00
AlertShuInfantry.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AleshasVanguard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AleshaWhoSmilesAtDeath.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlexisCloak.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlexiZephyrMage.java replaced x targets adjustment 2018-09-17 13:26:48 -04:00
AlgaeGharial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlhammarretHighArbiter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlhammarretsArchive.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
AliBaba.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlibansTower.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AliFromCairo.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlignedHedronNetwork.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AliveWell.java include more player null checks 2018-12-31 00:56:03 +01:00
Allay.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlleyEvasion.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AlleyGrifters.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlleyStrangler.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllHallowsEve.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllianceOfArms.java add nullchecks for game.getObject 2018-12-31 16:03:36 +01:00
AlliedReinforcements.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlliedStrategies.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllIsDust.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllosaurusRider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlloyGolem.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlloyMyr.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllSunsDawn.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlluringScent.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlluringSiren.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AllyEncampment.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Alms.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlmsBeast.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlmsCollector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlmsOfTheVein.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaAuthority.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaBrawl.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaKavu.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaMyr.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaStatus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlphaTyrranax.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlpineGrizzly.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlpineMoon.java Implemented Alpine Moon 2018-06-19 13:32:15 -04:00
AltacBloodseeker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarGolem.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AltarOfBone.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarOfDementia.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarOfShadows.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarOfTheBrood.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AltarOfTheLost.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarsLight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AltarsReap.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AlteredEgo.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aluren.java Fixed NPE errors for some cards (#5471) 2018-12-23 20:24:20 +04:00
AlwaysWatching.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AmaranthineWall.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
AmassTheComponents.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmateurAuteur.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbassadorLaquatus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbassadorOak.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmberPrison.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbitionsCost.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbitiousAetherborn.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Ambuscade.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbuscadeShaman.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
Ambush.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbushCommander.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbushKrotiq.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AmbushParty.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmbushViper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AminatousAugury.java Made land into play effect optional 2018-08-04 17:01:49 -06:00
AminatouTheFateShifter.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AmmitEternal.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
Amnesia.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmoeboidChangeling.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Amok.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmphibiousKavu.java Implemented Planeshift cards 2018-10-05 02:06:44 +02:00
AmphinCutthroat.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmphinPathmage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Amplifire.java fixed Amplifire not working correctly 2019-01-12 20:13:03 -05:00
AmprynTactician.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmrouKithkin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmrouScout.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmrouSeekers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Amugaba.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmuletOfKroog.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmuletOfSafekeeping.java Implemented Amulet of Safekeeping 2018-06-19 22:45:04 -04:00
AmuletOfUnmaking.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AmuletOfVigor.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AnabaAncestor.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AnabaBodyguard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnabaShaman.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnabaSpiritCrafter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnaBattlemage.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
Anaconda.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnaDisciple.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnafenzaKinTreeSpirit.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AnafenzaTheForemost.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AnakinSkywalker.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
Anarchist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Anarchy.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnaSanctuary.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
Anathemancer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Anavolver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnaxAndCymede.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestorDragon.java include more player null checks 2018-12-31 00:56:03 +01:00
AncestorsChosen.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestorsProphet.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AncestralKnowledge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralMask.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AncestralMemories.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralRecall.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralStatue.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralTribute.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralVengeance.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncestralVision.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnchorToTheAether.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientAmphitheater.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientAnimus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientBrontodon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientCarp.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientCrab.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientCraving.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientDen.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientExcavation.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AncientGrudge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientHellkite.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AncientHolocron.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AncientHydra.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientKavu.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientOfTheEquinox.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientOoze.java Some fixes to "Remove license headers" (#4998). 2018-06-03 10:18:30 +02:00
AncientRunes.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientSilverback.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientSpider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientSpring.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientStirrings.java refactored ColorlessPredicate to singleton enum 2019-01-12 16:15:19 -05:00
AncientStoneIdol.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AncientTomb.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AncientZiggurat.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AndraditeLeech.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelfireCrusader.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelheartVial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicAccord.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicArbiter.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
AngelicArmaments.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicBenediction.java add more isActivePlayer and isAttachedTo calls 2018-07-09 21:25:04 +02:00
AngelicBlessing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicCaptain.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AngelicChorus.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AngelicCurator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicDestiny.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicEdict.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicExaltation.java Implemented Angelic Exaltation 2019-01-04 16:08:34 -05:00
AngelicFavor.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AngelicFieldMarshal.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicGift.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicOverseer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicPage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicProtector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicPurge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicRenewal.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicReward.java [ANA] - implemented Angelic Reward 2018-10-09 17:13:27 +04:00
AngelicShield.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicSkirmisher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicVoices.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelicWall.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfCondemnation.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AngelOfDeliverance.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AngelOfDespair.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfFinality.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfFlightAlabaster.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
AngelOfFury.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfGlorysRise.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfGrace.java Implemented Angel of Grace 2019-01-08 19:31:24 -05:00
AngelOfInvention.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfJubilation.java * Angel of Jubilation - Fixed that the effects of the Angel did not handle the range of affected players correctly. 2019-01-03 16:33:04 +01:00
AngelOfLight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfMercy.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfRenewal.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfRetribution.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfSalvation.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfSanctions.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelOfSerenity.java - Fixed #5434 2018-11-19 16:55:46 -06:00
AngelOfTheDawn.java Implemented Angel of the Dawn 2018-06-20 09:00:20 -04:00
AngelOfTheDireHour.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AngelOfTheGodPharaoh.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelsFeather.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelsGrace.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelsHerald.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelsMercy.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Angelsong.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngelsTomb.java Fixed abilities texts 2018-10-10 01:27:58 +04:00
AngelsTrumpet.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
Anger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngerOfTheGods.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnglerDrake.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngrathMinotaurPirate.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AngrathsAmbusher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngrathsFury.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngrathsMarauders.java - little refactor 2019-01-08 04:16:11 -06:00
AngrathTheFlameChained.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AngryMob.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnguishedUnmaking.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AngusMackenzie.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnHavvaConstable.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnHavvaInn.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnHavvaTownship.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimalBoneyard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimalMagnetism.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimarSoulOfElements.java clean up unnecessary casts 2019-01-06 22:10:20 +01:00
AnimateArtifact.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimateDead.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AnimateLand.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimateWall.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnimationModule.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AnimistsAwakening.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnkhOfMishra.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnkleShanker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Annex.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Annihilate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnnihilatingFire.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
Annul.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnodetLurker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Anoint.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnointedDeacon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnointedProcession.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnointerOfChampions.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnointerPriest.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AnowonTheRuinSage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Antagonism.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
AnthemOfRakdos.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnthousaSetessanHero.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Anthroplasm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Anticipate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AntiMagicAura.java replaced apostrophes 2018-06-06 22:39:16 -04:00
AntlerSkulkin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AntQueen.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnuridBarkripper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnuridBrushhopper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnuridMurkdiver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnuridScavenger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnuridSwarmsnapper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnvilOfBogardan.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnvilwroughtRaptor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnyaMercilessAngel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AnZerrinRuins.java Rename : typo in static method 2018-09-29 13:35:48 +02:00
ApesOfRath.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApexHawks.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
ApexOfPower.java Fixed a problem with casting split cards from non hand zone. Added some generic cast from non hand zone effects and started replacing card specific effects by the generic ones (fixes #5356 and fixes #4493). 2018-10-03 13:44:01 +02:00
AphettoAlchemist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AphettoDredging.java updated some more target adjusters 2018-09-24 11:21:56 -04:00
AphettoExterminator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AphettoGrifter.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AphettoRunecaster.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AphettoVulture.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AphoticWisps.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Apocalypse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApocalypseChime.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
ApocalypseDemon.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
ApocalypseHydra.java fixed a fix 2019-01-05 21:07:37 -05:00
ApostlesBlessing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApothecaryGeist.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
ApothecaryInitiate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AppealAuthority.java clean up unnecessary casts 2019-01-06 22:10:20 +01:00
AppetiteForBrains.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AppetiteForTheUnnatural.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AppliedBiomancy.java Implemented Applied Biomancy 2019-01-11 17:46:40 -05:00
ApprenticeNecromancer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApprenticeSorcerer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApprenticeWizard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ApproachOfTheSecondSun.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
AqualishBountyHunter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aquamoeba.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AquamorphEntity.java more fixes 2019-01-05 17:43:37 -05:00
AquastrandSpider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AquaticIncursion.java replaced apostrophes 2018-06-06 22:39:16 -04:00
AqueousForm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AquitectsWill.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AquusSteed.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArabaMothrider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Arachnogenesis.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Arachnoid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArachnusSpinner.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
ArachnusWeb.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AradaraExpress.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArahboRoarOfTheWorld.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
ArashinCleric.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArashinForemost.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
ArashinSovereign.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArashinWarBeast.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
ArashiTheSkyAsunder.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
ArbalestElite.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArbiterOfKnollridge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArbiterOfTheIdeal.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArborArmament.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArborbackStomper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArborColossus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArborElf.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArboretumElemental.java Implemented Arboretum Elemental 2018-09-04 23:06:16 -04:00
Arboria.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
ArcadesSabboth.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
ArcadesTheStrategist.java Implemented High Alert 2019-01-04 14:19:05 -05:00
ArcaneAdaptation.java Fixed NPE errors for some cards (#5471) 2018-12-23 20:24:20 +04:00
ArcaneArtisan.java Fixed NPE errors for some cards (#5471) 2018-12-23 20:24:20 +04:00
ArcaneDenial.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneEncyclopedia.java Implemented Arcane Encyclopedia 2018-06-21 22:28:07 -04:00
ArcaneFlight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneLaboratory.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneLighthouse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneMelee.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneSanctum.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneSpyglass.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcaneTeachings.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcanisTheOmnipotent.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcanumWings.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcBlade.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Arcbond.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundBruiser.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundCrusher.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
ArcboundFiend.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundHybrid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundLancer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundOverseer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundRavager.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundReclaimer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundSlith.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundStinger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundWanderer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcboundWorker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchaeologicalDig.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Archaeomancer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Archangel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchangelAvacyn.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchangelOfStrife.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchangelOfThune.java Implemented Epicure of Blood 2018-06-19 16:19:58 -04:00
ArchangelOfTithes.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchangelsLight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchdemonOfGreed.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchdemonOfUnx.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchersOfQarsi.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchersParapet.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcheryTraining.java - Added Archery Training and Fend Off. 2018-11-25 10:08:30 -06:00
ArchetypeOfAggression.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchetypeOfCourage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchetypeOfEndurance.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchetypeOfFinality.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchetypeOfImagination.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchfiendOfDepravity.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchfiendOfDespair.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
ArchfiendOfIfnir.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchitectOfTheUntamed.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchitectsOfWill.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchiveTrap.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
Archivist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchmageAscension.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
ArchOfOrazca.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchonOfJustice.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchonOfRedemption.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
ArchonOfTheTriumvirate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchonOfValorsReach.java changed some small issues 2019-01-05 16:41:04 -05:00
ArchwayAngel.java [RNA] implemented Archway Angel 2019-01-08 15:50:38 +04:00
Archweaver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArchwingDragon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcLightning.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArclightPhoenix.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
ArcMage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcRunner.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcSlogger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcticAven.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcticFlats.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcticMerfolk.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcticNishoba.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcticWolves.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcTrail.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArcumDagsson.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArdentMilitia.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArdentPlea.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArdentRecruit.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArdentSoldier.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Arena.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArenaAthlete.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArenaOfTheAncients.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
ArenaRector.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArensonsAura.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgentMutation.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgentSphinx.java fixed the formatting on some ability words 2018-07-28 15:01:20 -04:00
ArgentumArmor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgivianArchaeologist.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgivianBlacksmith.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgivianFind.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgivianRestoration.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgothianElder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgothianEnchantress.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
ArgothianPixies.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgothianSwine.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgothianTreefolk.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArgothianWurm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArguelsBloodFast.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
AridMesa.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArisenGorgon.java Implemented Court Cleric 2018-06-15 18:44:15 -04:00
ArixmethesSlumberingIsle.java * Fixed a problem with removing too much counters (caused by AI simulation). 2018-10-14 10:14:36 +02:00
ArjunTheShiftingFlame.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArkOfBlight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArlinnEmbracedByTheMoon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArlinnKord.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
ArmadaWurm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmadilloCloak.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Armageddon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmageddonClock.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmamentCorps.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmamentMaster.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmamentOfNyx.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmedDangerous.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmedProtocolDroid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmedResponse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmillarySphere.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Armistice.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorcraftJudge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredAscension.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredCancrix.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredGalleon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredGriffin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredGuardian.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredPegasus.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredSkaab.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredTransport.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredWarhorse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoredWhirlTurtle.java Implemented Armored Whirl Turtle 2018-06-07 22:47:55 -04:00
ArmoredWolfRider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorerGuildmage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorOfFaith.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorOfThorns.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorSliver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmorThrull.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoryAutomaton.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoryGuard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmoryOfIroas.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmsDealer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmWithAether.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmyAnts.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmyOfAllah.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArmyOfTheDamned.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArnjlotsAscent.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Arrest.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrestersAdmonition.java fixed Arrester's Admonition 2019-01-12 12:50:10 -05:00
ArrestersZeal.java [RNA] implemented Arrester's Zeal 2019-01-12 00:13:36 +04:00
ArrogantBloodlord.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrogantVampire.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrogantWurm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrowsOfJustice.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrowStorm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArrowVolleyTrap.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArsenalThresher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArterialFlow.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtfulDodge.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtfulManeuver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtfulTakedown.java small fix for Artful Takedown's text 2018-09-23 20:03:23 -04:00
ArtifactBlast.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtifactMutation.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
ArtifactPossession.java change enum comparison 2018-07-08 13:11:39 +02:00
ArtifactWard.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtificersAssistant.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
ArtificersEpiphany.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtificersHex.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtificersIntuition.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Artillerize.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtisanOfForms.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
ArtisanOfKozilek.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArtisansSorrow.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ArvadTheCursed.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AryelKnightOfWindgrace.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AsajjVentress.java Merge remote-tracking branch 'upstream/master' 2018-07-16 21:16:20 -07:00
AscendantEvincar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AscendedLawmage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AscendingAven.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Asceticism.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AsForetold.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
AshasFavor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshBarrens.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshcloudPhoenix.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshcoatBear.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenFirebeast.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenGhoul.java change enum comparison 2018-07-08 13:11:39 +02:00
AshenMonstrosity.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenmoorCohort.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AshenmoorGouger.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenmoorLiege.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenPowder.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenRider.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshenSkinZubera.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AshesOfTheAbhorrent.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshesOfTheFallen.java Rename : typo in static method 2018-09-29 13:35:48 +02:00
AshesToAshes.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshiokNightmareWeaver.java Rename: fix typo in planeswalker ability 2018-09-29 11:07:52 +02:00
AshioksAdept.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshlingsPrerogative.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshlingTheExtinguisher.java Fixed implementation of triggered abilities that target based on a damaged player 2018-06-09 23:16:47 -04:00
AshlingThePilgrim.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshmouthBlade.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshmouthHound.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshnodsAltar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshnodsBattleGear.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshnodsCylix.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshnodsTransmogrant.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AshZealot.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AsLuckWouldHaveIt.java add isOwned and isControlled methods. remove some null-checks, remove some unnecessary casts 2018-07-04 14:24:11 +02:00
AsmiraHolyAvenger.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
AspectOfGorgon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AspectOfHydra.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AspectOfMongoose.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AspectOfWolf.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AsphodelWanderer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Asphyxiate.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AspiringAeronaut.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Assassinate.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AssassinsBlade.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AssassinsStrike.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssassinsTrophy.java include more player null checks 2018-12-31 00:56:03 +01:00
AssaultBattery.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssaultFormation.java Implemented High Alert 2019-01-04 14:19:05 -05:00
AssaultGriffin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssaultStrobe.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssaultSuit.java add more isActivePlayer and isAttachedTo calls 2018-07-09 21:25:04 +02:00
AssaultZeppelid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssembledAlphas.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssembleTheLegion.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssemblyHall.java Implemented Assembly Hall 2018-06-05 14:53:57 -04:00
AssemblyWorker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssertAuthority.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AssureAssemble.java updated GRN spoiler and reprints 2018-09-17 19:30:59 -04:00
AstralCornucopia.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AstralSlide.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AstralSteel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Astrolabe.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AstromechDroid.java add Star Wars expansion sets to the Star Wars set 2018-07-16 20:55:05 -07:00
AsylumVisitor.java Improved and fixed cards texts: 2019-01-04 23:51:42 +04:00
AtalyaSamiteMaster.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AtarkaBeastbreaker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtarkaEfreet.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtarkaMonument.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtarkaPummeler.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtarkasCommand.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AtarkaWorldRender.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AthreosGodOfPassage.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
Atog.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Atogatog.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AtraxaPraetorsVoice.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ATST.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AttendantOfVraska.java Implemented Attendant of Vraska 2018-09-08 11:07:09 -04:00
AttendedKnight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Attrition.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Attunement.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AttuneWithAether.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtzalCaveOfEternity.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AtzocanArcher.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AtzocanSeer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AudaciousInfiltrator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AugerSpree.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AugmentingAutomaton.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AugurIlVec.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AugurOfBolas.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AugurOfSkulls.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuguryAdept.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuguryOwl.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuntiesHovel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuntiesSnitch.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraBarbs.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraBlast.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraExtraction.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraFinesse.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraFlux.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraFracture.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraGnarlid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraGraft.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
Auramancer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuramancersGuise.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraMutation.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AuraOfDominion.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AuraOfSilence.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraShards.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuraThief.java Changed all card classes to final 2018-05-21 10:53:44 -04:00
Auratog.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuratouchedMage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AureliaExemplarOfJustice.java Implemented Aurelia, Exemplar of Justice 2018-09-13 20:45:04 -04:00
AureliasFury.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AureliaTheWarleader.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aurification.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokBladewarden.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokChampion.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AuriokEdgewright.java fixed the formatting on some ability words 2018-07-28 15:01:20 -04:00
AuriokGlaivemaster.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokReplica.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokSalvagers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokSiegeSled.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokSteelshaper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokSunchaser.java fixed the formatting on some ability words 2018-07-28 15:01:20 -04:00
AuriokSurvivors.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokTransfixer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuriokWindwalker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Aurochs.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AurochsHerd.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AuroraChampion.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AuroraEidolon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuroraGriffin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AuroraOfEmrakul.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AurraSingBaneOfJedi.java Refactor: improved emblem rules generation; 2019-01-03 11:41:34 +04:00
AuspiciousAncestor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AustereCommand.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AuthorityOfTheConsuls.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AutochthonWurm.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AutumnalGloom.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AutumnsVeil.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AutumnWillow.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynAngelOfHope.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynGuardianAngel.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AvacynianMissionaries.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
AvacynianPriest.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynsCollar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynsJudgment.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynsPilgrim.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvacynThePurifier.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
Avalanche.java updated some more target adjusters 2018-09-24 11:21:56 -04:00
AvalancheRiders.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvalancheTusker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Avarax.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvariceAmulet.java use isActivePlayer where possible, some minor text fixes 2018-06-29 21:18:05 +02:00
AvariceTotem.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvariciousDragon.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfDiscord.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfFury.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfGrowth.java [GNT] implemented Avatar of Growth 2018-11-12 04:17:04 +04:00
AvatarOfHope.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfMight.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfSlaughter.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfTheResolute.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AvatarOfWill.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvatarOfWoe.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenArcher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenAugur.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenBattlePriest.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenBrigadier.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenCloudchaser.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenEnvoy.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFarseer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFateshaper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFisher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFleetwing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFlock.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenFogbringer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvengerEnDal.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvengerOfZendikar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvengingAngel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvengingArrow.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
AvengingDruid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenInitiate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenLiberator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenMimeomancer.java add nullchecks for game.getObject 2018-12-31 16:03:36 +01:00
AvenMindcensor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenOfEnduringHope.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenRedeemer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenReedstalker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenRiftwatcher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenSentry.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenShrine.java add nullchecks for game.getObject 2018-12-31 16:03:36 +01:00
AvenSkirmisher.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenSmokeweaver.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenSoulgazer.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AvenSquire.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenSunstriker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenSurveyor.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AvenTactician.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenTrailblazer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenTrooper.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenWarcraft.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenWarhawk.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenWindGuide.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvenWindMage.java Implemented Aven Wind Mage 2018-06-11 19:43:23 -04:00
AvenWindreader.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvianChangeling.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AviaryMechanic.java refactored AnotherPredicate to singleton enum 2019-01-12 16:12:51 -05:00
AviationPioneer.java Implemented Aviation Pioneer 2018-06-20 08:49:46 -04:00
AvidReclaimer.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Avizoa.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AvoidFate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakenedAmalgam.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakenerDruid.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
Awakening.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakeningZone.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakenTheAncient.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakenTheBear.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwakenTheErstwhile.java [RNA] implemented Awaken the Erstwhile 2019-01-09 04:58:29 +04:00
AwakenTheSkyTyrant.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AweForTheGuilds.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AweStrike.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AWing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AwokenHorror.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AxebaneBeast.java Implemented Axebane Beast 2019-01-11 17:51:55 -05:00
AxebaneGuardian.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AxebaneStag.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AxegrinderGiant.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AxelrodGunnarson.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AxisOfMortality.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AyeshaTanaka.java Fixed predicate refactor at #5161; 2018-08-15 06:29:06 +04:00
AyliEternalPilgrim.java made many dynamicvalues into singleton enums 2019-01-12 21:29:02 -05:00
AysenAbbey.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AysenBureaucrats.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AysenCrusader.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AysenHighway.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AyumiTheLastVisitor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzamiLadyOfScrolls.java refactored many other predicates to singleton enums 2019-01-12 16:30:49 -05:00
AzcantaTheSunkenRuin.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzimaetDrake.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusAEthermage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusArrester.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusChancery.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusCharm.java remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
AzoriusCluestone.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusFirstWing.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusGuildgate.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusGuildmage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusHerald.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusJusticiar.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusKeyrune.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusKnightArbiter.java Implemented Azorius Knight-Arbiter 2019-01-11 17:57:45 -05:00
AzoriusLocket.java [RNA] Fixed cost 2019-01-02 20:50:26 +04:00
AzoriusPloy.java Implement Azorius Ploy 2018-06-30 19:23:42 -04:00
AzoriusSignet.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzoriusSkyguard.java fixed Azorius Skyguard not shrinking creatures after the first turn in play 2019-01-12 09:16:17 -05:00
AzorsElocutors.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzorsGateway.java Refactor: source cleanup at imports 2018-10-03 13:26:37 +04:00
AzorTheLawbringer.java add more isActivePlayer and isAttachedTo calls 2018-07-09 21:25:04 +02:00
AzraBladeseeker.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzraOddsmaker.java fixed Azra Oddsmaker's delayed trigger not working properly (fixes #5026) 2018-06-10 17:02:42 -04:00
AzureDrake.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzureMage.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
AzusaLostButSeeking.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00