summaryrefslogtreecommitdiff
path: root/src/LuaLoad.cc
AgeCommit message (Collapse)Author
2014-08-11Let's not have destructors throwing exceptions, please.Nicolas Noble
2014-08-11Bug fixing - how was that even working... ?Nicolas Noble
2013-08-06Slightly cleaner this way. It's true that the LuaExecFile doesn't need to ↵Nicolas "Pixel" Noble
re-run after yielding once, but it does support it, so let's just follow a canonical style.
2013-08-06Using shared_ptrs to properly delete our LuaExecFile in all cases.Nicolas "Pixel" Noble
2013-08-05Adding the LuaLoad function.Nicolas Noble