magarena/src/magic/model
ShawnieBoy 0360ab7bd9 add basic Monarch player state info 2016-09-09 17:00:18 +01:00
..
action add additional phrasing for BLACK_ZOMBIE play mod 2016-09-09 16:36:03 +01:00
choice remove unused reference 2016-07-26 08:46:13 +08:00
condition add condition "you've cast another spell this turn" 2016-08-18 18:43:09 +08:00
event support 'where X is' in PutTokens 2016-09-04 12:26:23 +08:00
mstatic ability unless should always be at the Game layer, fixes #819 2016-08-10 20:34:48 +08:00
phase Revert "Move AttacksUnblocked triggers to after fast effects" as it fires the trigger before blockers are declared 2016-06-17 08:28:16 +08:00
player sort the contents of a properties file when saved. 2016-03-07 08:05:15 +00:00
score limit number of triggers resolved in MagicGameCombatScore to at most 100 2015-04-18 22:58:42 +08:00
stack add getColorFlags and shareColor to MagicObject 2016-07-12 11:51:53 +08:00
target add Dream Leash 2016-09-01 18:33:50 +08:00
trigger add basic Monarch player state info 2016-09-09 17:00:18 +01:00
ARG.java add static ability '<permanent> get +X/+X, where X is <count>' 2016-06-05 17:47:27 +08:00
DuelPlayerConfig.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
IGameController.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
IUIGameController.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicAbility.java add ability 'Melee' 2016-08-30 08:19:07 +08:00
MagicAbilityList.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicAbilityStore.java
MagicAmount.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicAmountFactory.java add amount 'the highest converted mana cost among permanents you control' 2016-09-05 13:54:32 +08:00
MagicAmountParser.java add amount 'the highest converted mana cost among permanents you control' 2016-09-05 13:54:32 +08:00
MagicCard.java replace direct comparison with isValid, isFriend, isEnemy 2016-07-19 11:25:58 +08:00
MagicCardDefinition.java checkboxes creation now handled by FilterButtonPanel instead of sub-classes. 2016-09-02 20:42:02 +01:00
MagicCardDefinitionInit.java add missing MagicCardDefinitionInit class 2014-07-28 14:04:09 +08:00
MagicCardList.java add MagicCardList.contains(MagicCard) method 2016-03-30 18:11:55 +01:00
MagicChangeCardDefinition.java
MagicColor.java make color names translatable for displaying in UI. 2016-02-11 21:36:21 +00:00
MagicColorStrings.java make color names translatable for displaying in UI. 2016-02-11 21:36:21 +00:00
MagicCondensedCardDefinition.java fix table sort by rarity : 2016-02-23 14:02:13 +00:00
MagicCondensedDeck.java replace long serialVersionUID with @SuppressWarnings("serial") 2015-12-02 18:19:01 +08:00
MagicCopyMap.java replace long serialVersionUID with @SuppressWarnings("serial") 2015-12-02 18:19:01 +08:00
MagicCopyable.java
MagicCostManaType.java Rename Colorless MagicCostManaType to Generic and add Colorless {C} 2015-12-14 12:53:57 +00:00
MagicCounterType.java add new counter types 2015-11-09 01:23:11 +00:00
MagicDamage.java rename MagicObject.isCreature to MagicObject.isCreaturePermanent to avoid confusion with IRenderableCard.isCreature, fixes #698 2016-02-18 10:05:32 +08:00
MagicDeck.java replace existence check with lambda. 2016-01-29 20:26:15 +00:00
MagicDeckConstructionRule.java
MagicDeckProfile.java reduce visibility of MagicDeckProfile constructor. 2015-04-18 18:33:24 +01:00
MagicDuel.java sort the contents of a properties file when saved. 2016-03-07 08:05:15 +00:00
MagicGame.java use MagicMessage for legend rule 2016-02-18 13:13:15 +00:00
MagicGameLog.java relocate VERSION and SOFTWARE_TITLE out of GeneralConfig and into MagicSystem to avoid statics dependency and fix issue #684. 2016-02-07 20:39:31 +00:00
MagicIdentifierType.java
MagicLocationType.java rename MagicLocationType.Play to MagicLocationType.Battlefield 2015-11-27 18:51:27 +00:00
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 relocate VERSION and SOFTWARE_TITLE out of GeneralConfig and into MagicSystem to avoid statics dependency and fix issue #684. 2016-02-07 20:39:31 +00:00
MagicManaCost.java add MagicManaCost.getDevotion 2016-07-06 11:57:39 +08:00
MagicManaType.java improve method of extracting mana types from mana ability 2016-01-22 22:42:44 +08:00
MagicMappable.java
MagicMessage.java skip X indicator from mana cost if text contains 'where X' 2016-06-05 12:06:10 +08:00
MagicObject.java add getColorFlags and shareColor to MagicObject 2016-07-12 11:51:53 +08:00
MagicObjectImpl.java add getColorFlags and shareColor to MagicObject 2016-07-12 11:51:53 +08:00
MagicPayedCost.java Revert "move default implementations from MagicObjectImpl into MagicObject" as it does not work with groovy type checking 2015-10-29 21:18:04 +08:00
MagicPermanent.java order of blocking creatures matters for stateId, use blockingCreatures instead of blockedCreature 2016-07-18 11:39:05 +08:00
MagicPermanentList.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicPermanentSet.java replace long serialVersionUID with @SuppressWarnings("serial") 2015-12-02 18:19:01 +08:00
MagicPermanentState.java rename face-down creature to Morph, add Manifest 2015-09-08 21:28:29 +08:00
MagicPlayer.java add basic Monarch player state info 2016-09-09 17:00:18 +01:00
MagicPlayerState.java add basic Monarch player state info 2016-09-09 17:00:18 +01:00
MagicPlayerZone.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicPowerToughness.java
MagicRandom.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicRarity.java remove trailing whitespace 2016-06-18 10:12:34 +08:00
MagicRarityStr.java make MagicRarity name as displayed in UI translatable (see #538). 2016-03-30 14:24:57 +01: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 Mole to creature subtypes 2016-04-07 22:05:31 +01:00
MagicType.java make MagicType name as displayed in filter translatable (see #538). 2016-03-30 14:28:12 +01:00
MagicTypeStr.java make MagicType name as displayed in filter translatable (see #538). 2016-03-30 14:28:12 +01:00
MurmurHash3.java move MurmurHash3 class into model package. 2015-02-12 03:43:38 +00:00