foul-magics/Mage/src/mage
2014-01-12 19:31:23 +04:00
..
abilities Change FilterSpell and CantTargetEffect 2014-01-12 19:31:23 +04:00
actions * some logging changes. 2013-10-09 17:12:14 +02:00
cards Fixed issue #338. No limitation for Snow-Covered Land 2014-01-07 19:54:08 +01:00
choices [C13] Added 5 cards. 2013-11-30 23:28:44 +01:00
constants Added ManaInAnyCombinationEffect and RemoveCountersForCostCondition and some minor formatting and additions. 2013-11-21 14:28:54 +01:00
counters [C13] Added 13 cards. 2013-12-05 23:59:01 +01:00
filter Change FilterSpell and CantTargetEffect 2014-01-12 19:31:23 +04:00
game Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format. 2014-01-10 19:58:55 +01:00
players Added ADD_MANA event to replace mana from one type to another. 2013-12-30 22:58:59 +01:00
target Fixed a problem that not all effects of Smelt-Ward Gatekeeper's was resolved, because target was nor more legal after getting the control of target creature. Problem was cause by commit 80fc87a7f7. Now both problems should be solved (hopefully). 2013-12-21 16:33:49 +01:00
util * Commander - Fixed a bug that if a player lost due to 21 commander damage the message was repeated every time state base effect were checked during the rest of the game of the remaining players. 2014-01-02 14:52:10 +01:00
watchers Added ADD_MANA event to replace mana from one type to another. 2013-12-30 22:58:59 +01:00
ConditionalMana.java Some minor formatting and some changes to framework classes. 2013-11-03 20:59:52 +01:00
MageException.java
MageInt.java Fixed a bug that the copy of a Token could no more be copied because the baseValues for P/T were 0 for this copy. E.g. populate on an already populated token failed because of this bug. 2013-01-16 14:14:34 +01:00
MageItem.java removed redundant modifiers from interfaces 2012-12-20 23:45:47 +02:00
MageObject.java [refactor] moved enums from Constants class 2013-06-16 12:28:10 +03:00
MageObjectImpl.java Added check for ChangelingAbility.ALL_CREATURE_TYPE to MageObjectImpl. 2013-09-03 08:28:31 +02:00
MageObjects.java
MageObjectsImpl.java
Mana.java * Opal Palcar - Fixed a bug that the first mana ability also wrongly gave the commander boost. 2013-12-27 19:14:17 +01:00
ObjectColor.java