summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaState.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved Lua API registering into a separate function.madmaxoft2014-03-121-1/+9
* Fixed warningsTycho2014-03-071-0/+1
* cLuaState: Made public the GetStackValue() functions.madmaxoft2014-03-041-6/+12
* Manually exported g_Block tablesandrew2014-03-021-0/+2
* Attempted fix for several GCC warnings.madmaxoft2014-02-261-0/+7
* Add Lua plugin path to package.path and .cpath.madmaxoft2014-02-171-0/+26
* Added cLuaState::CheckParamFunctionOrNil().madmaxoft2014-02-111-2/+34
* Fixed nested plugin function calls.madmaxoft2014-02-111-6/+9
* cLuaState: Stack traces don't include ghost 0-th element.madmaxoft2014-02-101-1/+1
* cLuaState::cRef can be unbound and re-bound.madmaxoft2014-02-091-7/+45
* Removed a useless check in cLuaState.madmaxoft2014-02-041-3/+1
* Fixed calling plugins with userdata params.madmaxoft2014-02-041-0/+1
* Removed a leftover debug message.madmaxoft2014-02-041-1/+0
* Fixed error handling in cPluginManager:CallPlugin() API.madmaxoft2014-02-041-2/+5
* Improved error resistance in cPluginManager:CallPlugin().madmaxoft2014-02-041-0/+8
* Lua: Fixed an error in table-functions callbacks.madmaxoft2014-01-291-1/+5
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-16/+183
* cLuaState can now check function params.madmaxoft2014-01-191-0/+34
* cCreeper is no longer available in API.madmaxoft2014-01-131-12/+0
* Lua errors display stack trace.madmaxoft2014-01-111-3/+25
* Removed internal methods from public cLuaState interface.madmaxoft2014-01-111-9/+17
* LuaState can push strings with embedded NULs.madmaxoft2014-01-071-1/+1
* implemented the recommendations Xoft gave.STRWarrior2013-12-311-0/+12
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-2/+2
* Fixed tolua++ compilation.madmaxoft2013-12-081-1/+1
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+1024