Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-05 | Remove cRankManager migration code (#4714) | Mat | 1 | -2/+2 | |
* Remove cRankManager migration code * Restore mistakenly removed code * Display log message when creating ranks | |||||
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 1 | -14/+14 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -52/+52 | |
2015-04-25 | Added player restrictions to the DB and API. | Mattes D | 1 | -1/+42 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-09-29 | RankMgr: GetAllPlayers() returns players sorted by name. | madmaxoft | 1 | -1/+1 | |
2014-09-29 | Renamed GetAllPlayers() to GetAllPlayerUUIDs() | Howaner | 1 | -1/+1 | |
2014-09-28 | cRankManager: Added ClearPlayerRanks() | Howaner | 1 | -0/+4 | |
2014-09-28 | Updated api documentation. | Howaner | 1 | -1/+1 | |
2014-09-28 | cRankManager: Added GetAllPlayers() and GetPlayerName() | Howaner | 1 | -0/+10 | |
2014-08-24 | RankMgr: Default rank is applied to players without any rank. | Mattes D | 1 | -2/+4 | |
2014-08-23 | RankMgr: Implemented default rank, added defaults. | Mattes D | 1 | -3/+19 | |
2014-08-21 | cMojangAPI updates cRankManager's playernames. | Mattes D | 1 | -0/+9 | |
2014-08-21 | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 1 | -0/+6 | |
2014-08-13 | RankMgr: Fixed multithreading issues. | madmaxoft | 1 | -1/+31 | |
Only one thread is allowed to interact with a SQLite::Database object at a time. Additionally, improved performance of the migration by wrapping the entire thing in a transaction. | |||||
2014-08-13 | RankMgr: Initial migration code. | madmaxoft | 1 | -0/+28 | |
2014-08-09 | RankMgr: Added GetRankVisuals() function. | madmaxoft | 1 | -0/+9 | |
2014-08-08 | RankMgr: Finished API implementation. | madmaxoft | 1 | -7/+11 | |
2014-08-08 | RankMgr: Implemented GetXforY and GetAll APIs. | madmaxoft | 1 | -3/+6 | |
2014-08-08 | RankMgr: Implemented the basic API functions. | madmaxoft | 1 | -1/+17 | |
2014-08-08 | RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB. | madmaxoft | 1 | -15/+23 | |
"Group" is SQL keyword and shouldn't be used as table name. | |||||
2014-08-05 | RankMgr: More interface. | madmaxoft | 1 | -2/+14 | |
2014-08-05 | RankMgr: Initial interface declaration. | madmaxoft | 1 | -0/+103 | |