foul-magics/Mage/src/main/java/mage/game/command
vraskulin 0de8bd2f70 All 1-character strings converted to primitives
"b" + "r" now changed to 'b' + 'w'.  It's more straight-forward, and may cause perfomance improvements - character primitives allocation is faster and less expensive than string creation.
2017-01-27 15:57:26 +03:00
..
Command.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
Commander.java All 1-character strings converted to primitives 2017-01-27 15:57:26 +03:00
CommandObject.java * Fixed a problem that Emblems created by permanents where its owner left the game caused errors in clients. Some handling cganges of emblems. 2016-12-27 16:00:22 +01:00
Emblem.java All 1-character strings converted to primitives 2017-01-27 15:57:26 +03:00