Commit graph

5 commits

Author SHA1 Message Date
vraskulin
f60ebfbb1f 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-02-06 14:32:51 +03:00
Neil Gentleman
6ac8c8e251 ... and fix the failing Mage.Stats test 2016-10-30 23:00:44 -07:00
Neil Gentleman
cfad0f270a fix compilation
88af59697e removed XMageStatsResource, but it's still referenced in code
2016-10-30 22:46:06 -07:00
LevelX2
88af59697e * Removed the LogServices (H2 DB file that logs actions). 2016-10-28 23:46:55 +02:00
magenoxx
71614becc2 Mage.Stats WS module for getting server stats in json format 2014-08-27 03:38:43 +04:00