summaryrefslogtreecommitdiffstats
path: root/src/Bindings/ManualBindings_RankManager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* 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