summaryrefslogtreecommitdiffstats
path: root/src/RankManager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-31Removed isDone checkworktycho1-2/+2
2014-08-27Fixed basic style violations.Mattes D1-6/+4
2014-08-24RankMgr: Default rank is applied to players without any rank.Mattes D1-57/+12
2014-08-23RankMgr: Implemented default rank, added defaults.Mattes D1-21/+179
2014-08-21cMojangAPI updates cRankManager's playernames.Mattes D1-1/+38
2014-08-21RankMgr: Added cRankManager::RemovePlayerRank().Mattes D1-0/+23
2014-08-14RankMgr: Removed unneeded testing code.madmaxoft1-208/+2
2014-08-13RankMgr: Fixed multithreading issues.madmaxoft1-48/+78
2014-08-13RankMgr: Initial migration code.madmaxoft1-1/+539
2014-08-09RankMgr: Added GetRankVisuals() function.madmaxoft1-3/+34
2014-08-08RankMgr: Finished API implementation.madmaxoft1-31/+390
2014-08-08RankMgr: Implemented GetXforY and GetAll APIs.madmaxoft1-15/+156
2014-08-08RankMgr: Implemented the basic API functions.madmaxoft1-59/+679
2014-08-08RankMgr: Renamed PermissionGroup to Group in API and PermGroup in DB.madmaxoft1-13/+13
2014-08-05RankMgr: Added SQL integer datatypes.madmaxoft1-5/+5
2014-08-05RankMgr: Initial interface declaration.madmaxoft1-0/+153