Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -30/+20 |
| | |||||
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -27/+27 |
| | |||||
* | Initial implementation of IniFile overloading | tycho | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | cMojangAPI: Don't update data if server is in offline mode. | Mattes D | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | cMojangAPI: Added periodical refreshes. | Mattes D | 2014-10-06 | 1 | -0/+21 |
| | |||||
* | cMojangAPI updates cRankManager's playernames. | Mattes D | 2014-08-21 | 1 | -1/+21 |
| | |||||
* | cMojangAPI: Fixed MakeUUID___() bindings. | Mattes D | 2014-08-21 | 1 | -4/+0 |
| | | | | ToLua would generate a shadow return value for the input strings. | ||||
* | Refactored case-conversion functions. | madmaxoft | 2014-08-04 | 1 | -2/+2 |
| | | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place. | ||||
* | cMojangAPI: Added UUID-to-Name lookup. | madmaxoft | 2014-08-03 | 1 | -16/+81 |
| | | | | Also fixed the bindings, now all functions are static-like. | ||||
* | Added cMojangAPI:GetUUIDFromPlayerName(). | madmaxoft | 2014-08-03 | 1 | -0/+7 |
| | | | | This is a simpler way to ask for a single name -> uuid conversion. | ||||
* | MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-31 | 1 | -2/+4 |
| | |||||
* | MojangAPI: Clarified the UUID conversion code. | madmaxoft | 2014-07-30 | 1 | -2/+4 |
| | |||||
* | Exported cMojangAPI to Lua. | madmaxoft | 2014-07-30 | 1 | -1/+12 |
| | |||||
* | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 1 | -0/+102 |
The cache is persisted into a SQLite DB file on server shutdown. |