Commit graph

11 commits

Author SHA1 Message Date
snowleo 6fe8e603af Using the correct type of Set in UserMap. 2011-12-06 08:28:41 +01:00
KHobbits 2dc6f8c202 Command Cleanup 2011-12-01 13:42:39 +00:00
snowleo 525fefc484 UserMap.getUser() will return null on failure. 2011-11-29 00:36:36 +01:00
snowleo 4bacdb327a Fix NPE when reading old player files 2011-11-29 00:30:06 +01:00
snowleo eea7785b7f Calculation of /balancetop is now async to prevent slowdown of the server 2011-11-28 18:53:38 +01:00
snowleo 220d68f375 Switch to the new I18n class and format cleanup of all classes 2011-11-21 02:55:26 +01:00
snowleo edf0ab756c Updated UserMap to newest Guava-API 2011-11-18 05:29:27 +01:00
KHobbits 5a54ef355f Cleanup debug message, code tidy. 2011-10-25 22:18:28 +01:00
snowleo 5831cde90e Ignore ComputationExceptions while loading users async 2011-09-18 22:18:54 +02:00
snowleo 2b48045a8f Removed unused users map 2011-08-19 02:32:34 +02:00
snowleo a085503c84 Users are now loaded async, so we have a new internal structure where they are saved.
I also did some cleanup on the classes that I worked on.

This needs testing, it might break, because it does not behave 100% identical like before.

it's possible that /balancetop now needs more time to finish, if not all users are loaded into memory.
2011-08-08 14:40:40 +02:00