Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Namechange to Cuberite | Mattes D | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | Initial implementation of IniFile overloading | tycho | 2015-05-16 | 1 | -3/+3 |
| | |||||
* | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 1 | -26/+1 |
| | | | | The cache is persisted into a SQLite DB file on server shutdown. | ||||
* | cAuthenticator: Added GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-28 | 1 | -0/+20 |
| | |||||
* | Function rename | Tiger Wang | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Unified functions | Tiger Wang | 2014-07-16 | 1 | -6/+5 |
| | | | | Thanks @Howaner! | ||||
* | Store properties as Json::Value | Tiger Wang | 2014-07-16 | 1 | -1/+8 |
| | |||||
* | Player properties are now retrieved | Tiger Wang | 2014-07-14 | 1 | -0/+5 |
| | |||||
* | Added Yggdrasil Authentication System | daniel0916 | 2014-04-13 | 1 | -0/+93 |
Code by Howaner. Fixes/Changes by me. |