Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 2018-08-29 | 1 | -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) | peterbell10 | 2017-08-25 | 1 | -30/+41 |
| | |||||
* | Fixed cRankManager API docs. | Mattes D | 2016-10-06 | 1 | -47/+40 |
| | |||||
* | cLuaState: Added template to push multiple values in a single call. (#3331) | Mattes D | 2016-08-21 | 1 | -6/+2 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -132/+132 |
| | |||||
* | Moved cWorld manual bindings out into a separate file. | Mattes D | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Added player restrictions to the DB and API. | Mattes D | 2015-04-25 | 1 | -35/+283 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Fixed failure for cRankManager to restart | Tiger Wang | 2014-10-18 | 1 | -34/+34 |
| | |||||
* | Renamed GetAllPlayers() to GetAllPlayerUUIDs() | Howaner | 2014-09-29 | 1 | -5/+5 |
| | |||||
* | Fixed SetDefaultRank() return value. | Howaner | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | cRankManager: Added ClearPlayerRanks() | Howaner | 2014-09-28 | 1 | -0/+22 |
| | |||||
* | cRankManager: Added GetAllPlayers() and GetPlayerName() | Howaner | 2014-09-28 | 1 | -0/+61 |
| | |||||
* | RankMgr: Exported the default-rank functions. | Mattes D | 2014-08-24 | 1 | -0/+55 |
| | |||||
* | RankMgr: Unified function signature comments in the bindings. | Mattes D | 2014-08-23 | 1 | -27/+36 |
| | |||||
* | RankMgr: Added cRankManager::RemovePlayerRank(). | Mattes D | 2014-08-21 | 1 | -0/+30 |
| | |||||
* | RankMgr bindings: fixed GetRankVisuals return value. | Mattes D | 2014-08-20 | 1 | -18/+22 |
| | |||||
* | RankMgr: Fixed an ignored return value in the API. | Mattes D | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Fixed unchecked return values. | madmaxoft | 2014-08-11 | 1 | -3/+6 |
| | |||||
* | RankMgr: Added GetRankVisuals() function. | madmaxoft | 2014-08-09 | 1 | -2/+38 |
| | |||||
* | Exported cRankManager to LuaAPI. | madmaxoft | 2014-08-08 | 1 | -0/+870 |