summaryrefslogtreecommitdiff
path: root/include/luaglue
AgeCommit message (Collapse)Author
2014-10-25added static dumpers for stack l handle in LuaVMAndreas Baumann
2014-10-16added getInt to LuaVmAndreas Baumann
2014-10-15added getstringarray to luavm layerAndreas Baumann
2014-10-11added dumping of lua stackAndreas Baumann
2014-10-11..Andreas Baumann
2014-10-10added execution function to LuaVmAndreas Baumann
reorganized main lua.conf and calling several functions
2014-10-08some fixes on WindowsAndreas Baumann
2014-10-05added userdata to destroy function, remembering userdata on moduleAndreas Baumann
initialization and passing it to destroy function in principle the system works, a dlopen of the lua module removes necessary functions needed during lua VM shutdown, this is due to stack unwinding and the order objects are destroyed (should be fixable)
2014-10-05trying to initialize tolua glue code in test module, segfaulting stillAndreas Baumann
2014-10-01reading some Lua globalsAndreas Baumann
2014-09-28first Lua config of crawlerAndreas Baumann
2014-09-28some lua workAndreas Baumann