summaryrefslogtreecommitdiff
path: root/src/libluaglue
AgeCommit message (Collapse)Author
2015-03-05more lua fixesAndreas Baumann
2014-10-25added static dumpers for stack l handle in LuaVMAndreas Baumann
2014-10-16added getInt to LuaVmAndreas Baumann
2014-10-16changed some throw new to throw (caused stopping of crawler with an unknown ↵Andreas Baumann
exception)
2014-10-15added getstringarray to luavm layerAndreas Baumann
2014-10-14tolua test runs on WindowsAndreas Baumann
2014-10-14add NMAKE build system to tolua on WindowsAndreas Baumann
2014-10-11playing with some more obscure lua data typesAndreas Baumann
2014-10-11added dumping of lua stackAndreas Baumann
2014-10-11added getString function to read config valuesAndreas 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-28.Andreas Baumann
2014-09-28some lua workAndreas Baumann