summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_RankManager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* Add cUUID class (#3871)peterbell102017-08-251-30/+41
* Fixed cRankManager API docs.Mattes D2016-10-061-47/+40
* cLuaState: Added template to push multiple values in a single call. (#3331)Mattes D2016-08-211-6/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-132/+132
* Moved cWorld manual bindings out into a separate file.Mattes D2015-05-131-1/+1
* Added player restrictions to the DB and API.Mattes D2015-04-251-35/+283
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Fixed failure for cRankManager to restartTiger Wang2014-10-181-34/+34
* Renamed GetAllPlayers() to GetAllPlayerUUIDs()Howaner2014-09-291-5/+5
* Fixed SetDefaultRank() return value.Howaner2014-09-281-1/+1
* cRankManager: Added ClearPlayerRanks()Howaner2014-09-281-0/+22
* cRankManager: Added GetAllPlayers() and GetPlayerName()Howaner2014-09-281-0/+61
* RankMgr: Exported the default-rank functions.Mattes D2014-08-241-0/+55
* RankMgr: Unified function signature comments in the bindings.Mattes D2014-08-231-27/+36
* RankMgr: Added cRankManager::RemovePlayerRank().Mattes D2014-08-211-0/+30
* RankMgr bindings: fixed GetRankVisuals return value.Mattes D2014-08-201-18/+22
* RankMgr: Fixed an ignored return value in the API.Mattes D2014-08-201-2/+2
* Fixed unchecked return values.madmaxoft2014-08-111-3/+6
* RankMgr: Added GetRankVisuals() function.madmaxoft2014-08-091-2/+38
* Exported cRankManager to LuaAPI.madmaxoft2014-08-081-0/+870