summaryrefslogtreecommitdiffstats
path: root/src/RankManager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-52/+52
2015-04-25Added player restrictions to the DB and API.Mattes D1-1/+42
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-09-29RankMgr: GetAllPlayers() returns players sorted by name.madmaxoft1-1/+1
2014-09-29Renamed GetAllPlayers() to GetAllPlayerUUIDs()Howaner1-1/+1
2014-09-28cRankManager: Added ClearPlayerRanks()Howaner1-0/+4
2014-09-28Updated api documentation.Howaner1-1/+1
2014-09-28cRankManager: Added GetAllPlayers() and GetPlayerName()Howaner1-0/+10
2014-08-24RankMgr: Default rank is applied to players without any rank.Mattes D1-2/+4
2014-08-23RankMgr: Implemented default rank, added defaults.Mattes D1-3/+19
2014-08-21cMojangAPI updates cRankManager's playernames.Mattes D1-0/+9
2014-08-21RankMgr: Added cRankManager::RemovePlayerRank().Mattes D1-0/+6
2014-08-13RankMgr: Fixed multithreading issues.madmaxoft1-1/+31
2014-08-13RankMgr: Initial migration code.madmaxoft1-0/+28
2014-08-09RankMgr: Added GetRankVisuals() function.madmaxoft1-0/+9
2014-08-08RankMgr: Finished API implementation.madmaxoft1-7/+11
2014-08-08RankMgr: Implemented GetXforY and GetAll APIs.madmaxoft1-3/+6
2014-08-08RankMgr: Implemented the basic API functions.madmaxoft1-1/+17
2014-08-08RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB.madmaxoft1-15/+23
2014-08-05RankMgr: More interface.madmaxoft1-2/+14
2014-08-05RankMgr: Initial interface declaration.madmaxoft1-0/+103