Mattes D
|
0c04bf962e
|
cMojangAPI updates cRankManager's playernames.
|
2014-08-21 20:47:52 +02:00 |
|
Mattes D
|
936604ca95
|
cMojangAPI: Fixed MakeUUID___() bindings.
ToLua would generate a shadow return value for the input strings.
|
2014-08-21 15:19:30 +02:00 |
|
madmaxoft
|
1fa210c7f9
|
Refactored case-conversion functions.
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
|
2014-08-04 11:30:20 +02:00 |
|
madmaxoft
|
21f52676f3
|
cMojangAPI: Added UUID-to-Name lookup.
Also fixed the bindings, now all functions are static-like.
|
2014-08-03 22:04:51 +02:00 |
|
madmaxoft
|
003f18bd0f
|
Added cMojangAPI:GetUUIDFromPlayerName().
This is a simpler way to ask for a single name -> uuid conversion.
|
2014-08-03 22:04:50 +02:00 |
|
madmaxoft
|
8b519bf6e2
|
MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().
|
2014-07-31 10:02:50 +02:00 |
|
madmaxoft
|
85d64d291a
|
MojangAPI: Clarified the UUID conversion code.
|
2014-07-30 14:09:30 +02:00 |
|
madmaxoft
|
6476bd0e2e
|
Exported cMojangAPI to Lua.
|
2014-07-30 13:56:29 +02:00 |
|
madmaxoft
|
4dd858f899
|
Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.
The cache is persisted into a SQLite DB file on server shutdown.
|
2014-07-30 13:56:29 +02:00 |
|