Commit graph

8 commits

Author SHA1 Message Date
vraskulin
d93061c0bc Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
vraskulin
11dc1e10f1 Few lambda's and removed explicit type from creating lists and hashmaps 2017-02-28 13:46:57 +03:00
vraskulin
498c8cf60c Made utility classes final to explicitly forbid it's inheritance 2017-02-27 17:03:38 +03:00
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