| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Added an error handeling function to avoid crashes on errors in
callbacked handeled code (ex, error in button press)
|
| |
|
|
| |
Added bindings to Irrlicht's EditBox gui element.
|
| |
|
|
| |
All compile warning for -Wall have been fixed
|
|
|
Made makefile much simpiler, added option to build dynamically with
DEBUG=true
|