magarena/src/magic/model
melvinzhang 2932f6ee70 pass MagicPermanentAction in MagicEvent 2017-07-29 09:33:31 +08:00
..
action pass MagicPermanentAction in MagicEvent 2017-07-29 09:33:31 +08:00
choice move getStateId from MagicCopyable back to MagicObject 2017-07-29 08:32:47 +08:00
condition fix crash by passing source to filter 2017-07-27 11:33:27 +08:00
event pass MagicPermanentAction in MagicEvent 2017-07-29 09:33:31 +08:00
mstatic support effect: <permanents> becomes the color of your choice until end of turn. 2017-07-24 13:44:59 +08:00
phase track player for 'does not untap turing your next untap step', closes #1106 2017-07-26 13:41:02 +08:00
player rename PlayerProfileSelected() to playerProfileSelected(). 2017-06-16 15:54:18 +01:00
score add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
stack add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
target remove MagicCopyable from classes which do not need to be copied 2017-07-28 11:03:54 +08:00
trigger move mana cost payment to just before casting card, fixes #1218 2017-07-24 10:01:46 +08:00
ARG.java support effect 'cast <card> without paying its mana cost' with optional exile 2017-07-21 11:11:56 +08:00
DuelPlayerConfig.java can drag and drop a deck file onto the deck editor screen and Magarena will attempt to load and display it (see #1187). 2017-07-12 12:36:09 +01:00
IGameController.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
IRenderableCard.java CardCanvas will display greyscale card image if card is invalid (see deck tiled cards screen). 2017-07-12 07:25:32 +01:00
IUIGameController.java rename showCards() to showCardsToChoose() 2017-05-16 16:42:09 +01:00
MagicAbility.java add ability 'You may exert SN as it attacks' and 'Whenever you exert a creature, <effect>' 2017-07-21 17:50:26 +08:00
MagicAbilityList.java add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
MagicAbilityStore.java
MagicAmount.java remove trailing space from java code 2015-12-31 18:54:52 +08:00
MagicAmountFactory.java add CountersOnController to AmountFactory 2017-01-27 05:29:43 +00:00
MagicAmountParser.java add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
MagicCard.java add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
MagicCardDefinition.java add missing override annotation 2017-07-21 18:10:11 +08:00
MagicCardDefinitionInit.java
MagicCardList.java add "You control a Desert or there is a Desert card in your graveyard" to conditions 2017-07-08 19:42:17 +01:00
MagicChangeCardDefinition.java
MagicColor.java rename UiString to MText. 2016-10-26 09:46:59 +01: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
MagicCopyMap.java
MagicCopyable.java move getStateId from MagicCopyable back to MagicObject 2017-07-29 08:32:47 +08:00
MagicCostManaType.java Hybrid was checking for colorless hybrid instead of colored - Fixes rendering of hybrid cards 2016-10-29 00:58:35 +01:00
MagicCounterType.java store int, MagicCounterType in MagicTuple 2017-07-28 12:32:16 +08: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 display alert icon in stats titlebar if deck contains invalid cards. 2017-07-12 10:18:00 +01:00
MagicDeckConstructionRule.java
MagicDeckProfile.java
MagicDuel.java Show warning message if invalid decks on starting a new game. 2017-07-12 09:41:30 +01:00
MagicGame.java add MagicGame.addNextCostEvent to be used when cost event are generated from a cost event 2017-07-26 16:30:12 +08:00
MagicGameLog.java consolidate duplicate log header code into setLogHeader(). 2017-06-19 10:00:21 +01:00
MagicIdentifierType.java
MagicInteger.java move getStateId from MagicCopyable back to MagicObject 2017-07-29 08:32:47 +08:00
MagicLocationType.java store int, MagicCounterType in MagicTuple 2017-07-28 12:32:16 +08:00
MagicLogBook.java remove MessageViewerInfo and use MagicMesage directly 2017-05-15 19:24:35 +08:00
MagicLogBookEvent.java
MagicLogMessageBuilder.java
MagicLogger.java consolidate duplicate log header code into setLogHeader(). 2017-06-19 10:00:21 +01:00
MagicManaCost.java pass MagicManaCost in MagicEvent 2017-07-28 12:45:01 +08:00
MagicManaType.java ensure switch statements handle all cases 2017-06-17 10:32:59 +08:00
MagicMappable.java
MagicMessage.java remove unused import in MagicMessage. 2017-06-19 12:46:07 +01:00
MagicObject.java move getStateId from MagicCopyable back to MagicObject 2017-07-29 08:32:47 +08:00
MagicObjectImpl.java revert change to MagicObjectImpl.getStateId 2017-07-28 22:46:23 +08:00
MagicPayedCost.java add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
MagicPermanent.java add missing override annotation 2017-07-21 18:10:11 +08:00
MagicPermanentList.java use imports for MurmurHash3 2017-01-28 15:08:10 +00:00
MagicPermanentSet.java use imports for MurmurHash3 2017-01-28 15:08:10 +00:00
MagicPermanentState.java track player for 'does not untap turing your next untap step', closes #1106 2017-07-26 13:41:02 +08:00
MagicPlayer.java Show warning message if invalid decks on starting a new game. 2017-07-12 09:41:30 +01:00
MagicPlayerState.java add Revolt Mechanic 2017-01-25 08:20:40 +00:00
MagicPlayerZone.java restore changes to other zone, don't change tab when clearing cards 2017-05-21 11:33:49 +08:00
MagicPowerToughness.java
MagicRandom.java add override annotation to overridden methods 2017-06-17 11:19:03 +08:00
MagicRarity.java rename UiString to MText. 2016-10-26 09:46:59 +01:00
MagicRarityStr.java make MagicRarity name as displayed in UI translatable (see #538). 2016-03-30 14:24:57 +01:00
MagicSetDefinition.java
MagicSource.java remove MagicCopyable from classes which do not need to be copied 2017-07-28 11:03:54 +08:00
MagicStaticType.java
MagicSubType.java add new planeswalker subtype Samut 2017-06-22 18:11:33 +01:00
MagicTuple.java pass MagicPermanentAction in MagicEvent 2017-07-29 09:33:31 +08:00
MagicType.java rename UiString to MText. 2016-10-26 09:46:59 +01:00
MagicTypeStr.java make MagicType name as displayed in filter translatable (see #538). 2016-03-30 14:28:12 +01:00
MurmurHash3.java remove unused field in MurmurHash3. 2017-06-19 12:47:00 +01:00