magarena/src/magic/model
ShawnieBoy 7d37c12533 remove unused imports for MagicTappedIntoPlayUnlessTrigger 2015-10-15 11:23:16 +01:00
..
action tokenize card name(s) in "...is destroyed." log message. 2015-09-19 21:14:04 +01:00
choice Tokenize cards names returned from MagicCardChoiceResult. 2015-09-21 22:18:46 +01:00
condition pass source from MagicCondition.accept into getNrOfPermanents and controlsPermanent, fixes #467 2015-10-12 20:29:29 +08:00
event tokenize card name in log message (fixes #464). 2015-10-11 11:45:42 +01:00
mstatic remove constant false with named constant Forever 2015-08-27 18:07:38 +08:00
phase perform update before calling check state, fixes issue #50 2015-06-12 10:10:02 +08:00
player move translation classes into non-ui magic.translate package. 2015-08-06 09:49:09 +01:00
score limit number of triggers resolved in MagicGameCombatScore to at most 100 2015-04-18 22:58:42 +08:00
stack assert to check that MagicCardOnStack is not instantiated with MagicEvent.NONE 2015-07-27 22:33:35 +08:00
target add filter for 'colorless creature' 2015-08-28 10:21:48 +08:00
trigger remove unused imports for MagicTappedIntoPlayUnlessTrigger 2015-10-15 11:23:16 +01:00
ARG.java add color method to ARG 2015-08-20 14:02:31 +01:00
DuelPlayerConfig.java rename FullName() getter and setter to DistinctName(). 2015-05-09 15:01:39 +01:00
IGameController.java HeadlessGameController now implements simpler IGameController without any unnecessary methods 2015-02-20 09:03:52 +08:00
IUIGameController.java fix play card from hand animation to cater for moveable stack viewer (closes #134). 2015-03-28 23:03:48 +00:00
MagicAbility.java consolidate "Enters the battlefield tapped unless.." to use Conditions 2015-10-12 12:03:24 +01:00
MagicAbilityList.java fix implementation of MagicAbilityList.loseAbility to only lose the specific abilities not all abilities 2014-08-29 09:08:24 +08:00
MagicAbilityStore.java
MagicAmount.java include player in MagicAmount.getAmount 2015-05-19 13:16:02 +08:00
MagicAmountFactory.java support amount "color among permanents you control" 2015-05-28 10:24:54 +08:00
MagicAmountParser.java support amount "color among permanents you control" 2015-05-28 10:24:54 +08:00
MagicBoosterPack.java
MagicCard.java remove MagicCardDefinition.genColorFlags, call applyCDAColor in MagicCard 2015-08-29 11:07:59 +08:00
MagicCardDefinition.java add concept of overlay cards, tag Morph and Manifest as overlay cards instead of hidden cards 2015-09-11 09:53:57 +08:00
MagicCardDefinitionInit.java add missing MagicCardDefinitionInit class 2014-07-28 14:04:09 +08:00
MagicCardList.java upgrade card not found for remove from warning to runtime exception 2015-08-14 17:23:08 +08:00
MagicChangeCardDefinition.java
MagicColor.java edit color matching method for MagicColor.getColor(String) 2015-08-20 14:27:31 +01:00
MagicCondensedCardDefinition.java replace getGathererRating with Double.compare 2015-06-21 10:42:32 +08:00
MagicCondensedDeck.java add concept of overlay cards, tag Morph and Manifest as overlay cards instead of hidden cards 2015-09-11 09:53:57 +08:00
MagicCopyMap.java add assert to check for objects that are not mapped or not copied 2014-05-15 12:52:15 +08:00
MagicCopyable.java
MagicCostManaType.java remove Colorless type from being generated by colored mana ability 2015-06-17 12:11:11 +08:00
MagicCounterType.java add Gem counter 2014-09-13 19:48:50 +01:00
MagicDamage.java replace boolean constant with more readable named constants 2015-05-14 10:15:17 +08:00
MagicDeck.java move DeckUtils and FileIO classes into magic.utility package. 2015-06-01 13:48:50 +01:00
MagicDeckConstructionRule.java ensure space after if and for 2014-04-11 11:43:22 +08:00
MagicDeckProfile.java reduce visibility of MagicDeckProfile constructor. 2015-04-18 18:33:24 +01:00
MagicDuel.java move DeckUtils and FileIO classes into magic.utility package. 2015-06-01 13:48:50 +01:00
MagicGame.java pass source from MagicCondition.accept into getNrOfPermanents and controlsPermanent, fixes #467 2015-10-12 20:29:29 +08:00
MagicGameLog.java moved VERSION constants out of MagicMain into GeneralConfig - core classes should not be referencing launch classes. 2015-02-15 12:20:32 +00:00
MagicIdentifierType.java
MagicLocationType.java
MagicLogBook.java remove unused iterator method from MagicLogBook 2015-08-17 20:22:27 +08:00
MagicLogBookEvent.java make parameters final 2015-08-16 09:36:07 +08:00
MagicLogMessageBuilder.java fix log messages showing in the wrong order by remembering order of creation of messages 2014-07-15 11:32:20 +08:00
MagicLogger.java add MagicLogger and log import process to "import.log" file. 2015-10-14 12:14:25 +01:00
MagicManaCost.java build mana costs filter array dynamically instead of using hardcoded values. 2015-05-04 01:50:25 +01:00
MagicManaType.java remove Colorless type from being generated by colored mana ability 2015-06-17 12:11:11 +08:00
MagicMappable.java
MagicMessage.java remove unnecessary MagicObject check. 2015-09-23 08:20:31 +01:00
MagicObject.java add getCounters and changeCounters to MagicObject 2015-06-10 12:52:47 +08:00
MagicObjectImpl.java move hasCounters into MagicObjectImpl 2015-06-11 09:05:33 +08:00
MagicPayedCost.java move MurmurHash3 class into model package. 2015-02-12 03:43:38 +00:00
MagicPermanent.java tokenize card name in log messages (fixes #463). 2015-10-10 22:38:13 +01:00
MagicPermanentList.java move MurmurHash3 class into model package. 2015-02-12 03:43:38 +00:00
MagicPermanentSet.java move MurmurHash3 class into model package. 2015-02-12 03:43:38 +00:00
MagicPermanentState.java rename face-down creature to Morph, add Manifest 2015-09-08 21:28:29 +08:00
MagicPlayer.java pass source from MagicCondition.accept into getNrOfPermanents and controlsPermanent, fixes #467 2015-10-12 20:29:29 +08:00
MagicPlayerState.java Add new PlayerStates "HasLostLife" and "HasGainedLife" 2014-06-06 02:05:14 +01:00
MagicPlayerZone.java move translation classes into non-ui magic.translate package. 2015-08-06 09:49:09 +01:00
MagicPowerToughness.java
MagicRandom.java make non-deterministic rng private 2015-04-12 11:59:56 +08:00
MagicRarity.java Change rarity letter for basic lands to match json file -> B 2015-03-09 19:27:04 +00:00
MagicSetDefinition.java use composition instead of inheritance for MagicSetDefinition 2015-06-20 16:08:36 +08:00
MagicSource.java change MagicTargetFilter.filter's first parameter from MagicGame to MagicSource to provide more context 2015-04-14 17:27:47 +08:00
MagicStaticType.java
MagicSubType.java add Processor and Scion to creature types for BFZ 2015-10-10 15:56:05 +01:00
MagicType.java add all Supertypes to Explorer filter and getLongTypeString() 2015-06-16 19:38:33 +01:00
MurmurHash3.java move MurmurHash3 class into model package. 2015-02-12 03:43:38 +00:00