summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_RankManager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-2/+2
2017-08-25Add cUUID class (#3871)peterbell101-30/+41
2016-10-06Fixed cRankManager API docs.Mattes D1-47/+40
2016-08-21cLuaState: Added template to push multiple values in a single call. (#3331)Mattes D1-6/+2
2016-02-05Bulk clearing of whitespaceLogicParrot1-132/+132
2015-05-13Moved cWorld manual bindings out into a separate file.Mattes D1-1/+1
2015-04-25Added player restrictions to the DB and API.Mattes D1-35/+283
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-18Fixed failure for cRankManager to restartTiger Wang1-34/+34
2014-09-29Renamed GetAllPlayers() to GetAllPlayerUUIDs()Howaner1-5/+5
2014-09-28Fixed SetDefaultRank() return value.Howaner1-1/+1
2014-09-28cRankManager: Added ClearPlayerRanks()Howaner1-0/+22
2014-09-28cRankManager: Added GetAllPlayers() and GetPlayerName()Howaner1-0/+61
2014-08-24RankMgr: Exported the default-rank functions.Mattes D1-0/+55
2014-08-23RankMgr: Unified function signature comments in the bindings.Mattes D1-27/+36
2014-08-21RankMgr: Added cRankManager::RemovePlayerRank().Mattes D1-0/+30
2014-08-20RankMgr bindings: fixed GetRankVisuals return value.Mattes D1-18/+22
2014-08-20RankMgr: Fixed an ignored return value in the API.Mattes D1-2/+2
2014-08-11Fixed unchecked return values.madmaxoft1-3/+6
2014-08-09RankMgr: Added GetRankVisuals() function.madmaxoft1-2/+38
2014-08-08Exported cRankManager to LuaAPI.madmaxoft1-0/+870