summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaFunctions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-1/+1
| | | | | | | | | | | | * Fixed Clang 5.0 compile errors * Fixed wrong comment * Only disable warnings in Clang 5 or higher * Added a CMake condition for the Clang 5 no-zero-as-null-pointer-constant warning * Now using the use_nullptr branch of the Cuberite specific SQLiteCpp fork
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
|
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
|
* API: Removed function GetChar (#3664)Lukas Pioch2017-04-051-5/+0
|
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-1/+1
|
* Fix old style casts and implicit conversionsMatti Hänninen2015-08-121-1/+3
|
* Fix messing renameTycho2014-08-121-1/+1
|
* First Implementatation of new Loggin frameworkTycho2014-08-101-1/+1
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Fixed warnings in Lua helpers.madmaxoft2014-05-011-2/+2
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+17
Ref.: #407