foul-magics/Mage/src/main/java/mage
LevelX2 eae53c0cfc Merge pull request #2268 from ingmargoudt/master
replace [list].size() == 0 and [string].length() == 0 to use .isEmpty…
2016-09-14 17:15:10 +02:00
..
abilities replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
actions Change all line endings to LF 2016-04-14 16:18:01 +00:00
cards replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
choices Change all line endings to LF 2016-04-14 16:18:01 +00:00
constants Clean up an inconsistency in ZoneChangeEvent handling 2016-09-05 09:51:32 -04:00
counters [KLD] Basic implementation of energy counters. Added Woodweaver's Puzzleknot. 2016-09-07 01:07:21 -04:00
filter Merge pull request #2268 from ingmargoudt/master 2016-09-14 17:15:10 +02:00
game replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
players replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
target replace [list].size() == 0 and [string].length() == 0 to use .isEmpty() instead 2016-09-14 15:27:31 +02:00
util * Added artifact subtype "Vehicle". 2016-09-14 13:13:57 +02:00
watchers Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
ConditionalMana.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
MageException.java Revert "Fixed package declarations for moved Mage package." 2015-12-01 22:33:59 +01:00
MageInt.java * Fixed Identity Thief copying creature with +1/+1 counter gets P/T boost from it, but not counter (fixes #2131). 2016-08-05 21:15:07 +02:00
MageItem.java Revert "Fixed package declarations for moved Mage package." 2015-12-01 22:33:59 +01:00
MageObject.java Add Event to the signature of updateZoneChangeCounter. 2016-09-10 17:45:26 -04:00
MageObjectImpl.java Add Event to the signature of updateZoneChangeCounter. 2016-09-10 17:45:26 -04:00
MageObjectReference.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
Mana.java Remove Unused Imports 2016-04-24 19:50:29 -05:00
ManaSymbol.java Revert "Fixed package declarations for moved Mage package." 2015-12-01 22:33:59 +01:00
ObjectColor.java Working Card Rendering 2016-08-31 04:43:28 -06:00