summaryrefslogtreecommitdiffstats
path: root/src/RankManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed isDone checkworktycho2014-08-311-2/+2
* Fixed basic style violations.Mattes D2014-08-271-6/+4
* RankMgr: Default rank is applied to players without any rank.Mattes D2014-08-241-57/+12
* RankMgr: Implemented default rank, added defaults.Mattes D2014-08-231-21/+179
* cMojangAPI updates cRankManager's playernames.Mattes D2014-08-211-1/+38
* RankMgr: Added cRankManager::RemovePlayerRank().Mattes D2014-08-211-0/+23
* RankMgr: Removed unneeded testing code.madmaxoft2014-08-141-208/+2
* RankMgr: Fixed multithreading issues.madmaxoft2014-08-131-48/+78
* RankMgr: Initial migration code.madmaxoft2014-08-131-1/+539
* RankMgr: Added GetRankVisuals() function.madmaxoft2014-08-091-3/+34
* RankMgr: Finished API implementation.madmaxoft2014-08-081-31/+390
* RankMgr: Implemented GetXforY and GetAll APIs.madmaxoft2014-08-081-15/+156
* RankMgr: Implemented the basic API functions.madmaxoft2014-08-081-59/+679
* RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB.madmaxoft2014-08-081-13/+13
* RankMgr: Added SQL integer datatypes.madmaxoft2014-08-051-5/+5
* RankMgr: Initial interface declaration.madmaxoft2014-08-051-0/+153