Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily commented out override directives." | Tycho | 2014-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h | ||||
* | Fixed some more stuff | Samuel Barney | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Temporarily commented out override directives. | Samuel Barney | 2014-08-21 | 1 | -2/+2 |
| | |||||
* | 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. |