Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-31 | Init RankMgr pointer to NULL | worktycho | 1 | -1/+2 | |
2014-08-25 | Type warning fixes. | Mattes D | 1 | -1/+1 | |
2014-08-25 | Fixed a type warning. | Mattes D | 1 | -2/+2 | |
2014-08-21 | cMojangAPI updates cRankManager's playernames. | Mattes D | 1 | -0/+19 | |
2014-08-04 | MojangAPI: Fixed PlayerNameToUUID(). | madmaxoft | 1 | -1/+1 | |
2014-08-04 | Refactored case-conversion functions. | madmaxoft | 1 | -30/+22 | |
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place. | |||||
2014-08-03 | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 1 | -42/+341 | |
Also fixed the bindings, now all functions are static-like. | |||||
2014-08-03 | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 1 | -0/+28 | |
This is a simpler way to ask for a single name -> uuid conversion. | |||||
2014-07-31 | Removed trailing whitespace. | madmaxoft | 1 | -2/+2 | |
2014-07-31 | MojangAPI: Moved the settings to a separate ini section. | madmaxoft | 1 | -2/+2 | |
2014-07-31 | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 1 | -2/+5 | |
2014-07-30 | MojangAPI: Renamed cache file to MojangAPI.sqlite. | madmaxoft | 1 | -2/+2 | |
2014-07-30 | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 1 | -2/+13 | |
2014-07-30 | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 1 | -7/+27 | |
2014-07-30 | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 1 | -0/+446 | |
The cache is persisted into a SQLite DB file on server shutdown. |