aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/common.hpp
Commit message (Collapse)AuthorAge
* Added the pusherrfunc into the common lua functionsAlexander2019-02-10
| | | | | | | | Added a header for pusherrorfunc(lua_State* L) to the shared/lua_api/common.hpp header also deleted some prints, and fixed a bug that would show up in an edge case of printing error messages.
* Moved the define constant definition into common/shared headerAlexander2019-01-09
|
* Added header gaurds to shared/lua_api/commonAlexander Pickering2018-08-12
|
* Added an editboxAlexander Pickering2018-07-31
| | | | Added bindings to Irrlicht's EditBox gui element.
* Warning-less buildAlexander Pickering2018-06-30
| | | | All compile warning for -Wall have been fixed
* Simplified makefileAlexander Pickering2018-06-28
Made makefile much simpiler, added option to build dynamically with DEBUG=true