summaryrefslogtreecommitdiffstats
path: root/src/RankManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add cUUID class (#3871)peterbell102017-08-251-14/+14
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-52/+52
|
* Added player restrictions to the DB and API.Mattes D2015-04-251-1/+42
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* RankMgr: GetAllPlayers() returns players sorted by name.madmaxoft2014-09-291-1/+1
|
* Renamed GetAllPlayers() to GetAllPlayerUUIDs()Howaner2014-09-291-1/+1
|
* cRankManager: Added ClearPlayerRanks()Howaner2014-09-281-0/+4
|
* Updated api documentation.Howaner2014-09-281-1/+1
|
* cRankManager: Added GetAllPlayers() and GetPlayerName()Howaner2014-09-281-0/+10
|
* RankMgr: Default rank is applied to players without any rank.Mattes D2014-08-241-2/+4
|
* RankMgr: Implemented default rank, added defaults.Mattes D2014-08-231-3/+19
|
* cMojangAPI updates cRankManager's playernames.Mattes D2014-08-211-0/+9
|
* RankMgr: Added cRankManager::RemovePlayerRank().Mattes D2014-08-211-0/+6
|
* RankMgr: Fixed multithreading issues.madmaxoft2014-08-131-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.
* RankMgr: Initial migration code.madmaxoft2014-08-131-0/+28
|
* RankMgr: Added GetRankVisuals() function.madmaxoft2014-08-091-0/+9
|
* RankMgr: Finished API implementation.madmaxoft2014-08-081-7/+11
|
* RankMgr: Implemented GetXforY and GetAll APIs.madmaxoft2014-08-081-3/+6
|
* RankMgr: Implemented the basic API functions.madmaxoft2014-08-081-1/+17
|
* RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB.madmaxoft2014-08-081-15/+23
| | | | "Group" is SQL keyword and shouldn't be used as table name.
* RankMgr: More interface.madmaxoft2014-08-051-2/+14
|
* RankMgr: Initial interface declaration.madmaxoft2014-08-051-0/+103