foul-magics/Mage/src/main/java/mage
2021-11-03 16:10:34 -05:00
..
abilities [VOW] Implemented Ancient Lumberknot 2021-11-02 19:27:30 -04:00
actions Fixed miss copy code in Game object (lki, cards), removed unused code. Possible fixes: 2021-08-12 00:08:08 +04:00
cards ObjectColor objects are mutable, so let's not assign the 'constant' ones to variables 2021-10-29 13:56:48 -04:00
choices Adding dice rolling trigger/replacement (ready for review) (#7989) 2021-08-26 14:06:10 +04:00
collation Make BoosterCollator not share state between tables on a server (#8312) 2021-09-23 08:06:08 -04:00
constants [VOW] Implemented Gluttonous Guest 2021-10-28 20:19:40 -04:00
counters [VOW] Implemented Investigator's Journal 2021-11-01 09:23:30 -05:00
designations Fixed more instances of missing sub abilities 2021-10-22 19:12:19 -05:00
filter [MID] various text fixes 2021-09-26 14:34:32 -04:00
game [VOW] Implemented Manaform Hellkite 2021-11-03 16:10:34 -05:00
players [VOW] Implemented Rending Flame 2021-10-31 15:22:40 -04:00
target [MID] Teferi, Who Slows the Sunset - Fixed targets on +1 ability (fixes #8423) 2021-10-31 08:28:58 -05:00
util Dev: migrated to single json lib (removed json-simple from deck import code), clean up guava lib usage in cards; 2021-10-01 17:57:54 +04:00
watchers Reworking effects that allow controlling combat (WIP) (#8159) 2021-10-10 10:25:10 -04:00
ApprovingObject.java various files converted from CRLF to LF 2021-09-23 19:37:47 -04:00
ConditionalMana.java Added treasure mana check (#7979) 2021-07-06 19:43:32 -04:00
Emptiable.java
MageException.java
MageIdentifier.java [AFR] Wish - Add watcher to limit for single use 2021-07-20 13:30:38 -05:00
MageInt.java
MageItem.java
MageObject.java Fixed miss copy code in Game object (lki, cards), removed unused code. Possible fixes: 2021-08-12 00:08:08 +04:00
MageObjectImpl.java Reworking card types in preparation for implementing Grist, the Hunger Tide (#7899) 2021-07-09 07:28:43 +04:00
MageObjectReference.java
Mana.java reworked mana text generation to fit canonical symbol order 2021-08-23 18:32:21 -04:00
ManaSymbol.java
ObjectColor.java