magarena/src/magic/model
melvinzhang ed234a51ed remove support for unused "put tokens" form 2016-10-13 16:12:31 +08:00
..
action add effect: goad <permanents>, closes #825 2016-10-05 20:25:35 +08:00
choice only add cards in library to showCards, prefer to show hand, graveyard, library in this order 2016-09-30 11:02:21 +08:00
condition add condition: enchanted creature's power is <amount> or greater 2016-10-04 13:29:30 +08:00
event remove support for unused "put tokens" form 2016-10-13 16:12:31 +08:00
mstatic remove genABStaticGame as permanents do not use the Game layer, fixes #928 2016-10-02 09:47:09 +08:00
phase include CombatDamage in combat phase check 2016-09-21 19:15:17 +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 replace groovy code with card script 2016-10-05 13:28:29 +08:00
trigger simplify and remove cast from global prevent damage trigger 2016-10-06 17:40:55 +08:00
ARG.java add effect '<player> get {E}+', for #830 2016-09-18 20:34:53 +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
IRenderableCard.java Update tryDownloadingImage() to work only with IRenderableCard. 2016-10-12 19:53:28 +01:00
IUIGameController.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicAbility.java allow 'has' in ConditionGainGroup 2016-10-04 09:43:46 +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 relocate IRenderableCard into magic.model. 2016-10-06 12:26:58 +01:00
MagicCardDefinition.java relocate IRenderableCard into magic.model. 2016-10-06 12:26:58 +01:00
MagicCardDefinitionInit.java
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 replace use of data.MagicIcon in IRenderableCard with model.MagicCostManaType 2016-10-06 19:00:24 +08:00
MagicCounterType.java Oracle Updates: Energy counter renamed for Energy Vortex 2016-10-01 13:26:07 +01: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 reduce updates by only updating between events if the next one has a choice 2016-09-26 21:45:03 +08: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
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 allow MagicManaCost.create() to accept an int for colorless mana. 2016-09-22 14:03:44 +01: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 relocate IRenderableCard into magic.model. 2016-10-06 12:26:58 +01: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 follow MagicPermanentState for MagicPlayerState management 2016-09-19 10:56:24 +08:00
MagicPlayerState.java replace MagicPlayerState.Exhausted used by a single card with MagicStatic 2016-09-19 15:12:19 +08: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 Dovin and Saheeli to planeswalker subtypes 2016-09-26 17:52:30 +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