summaryrefslogtreecommitdiff
path: root/includes/LuaTask.h
AgeCommit message (Expand)Author
2014-06-18Adding basic CurlTask, as well as support for it in Balau. Also removing c++1...Nicolas "Pixel" Noble
2013-08-05Adding a helper to LuaExecCell to find the LuaMainTask, and making the exec()...Nicolas "Pixel" Noble
2013-08-05Adding a helper to actually find the LuaMainTask from any Lua context.Nicolas "Pixel" Noble
2013-07-30Saving some memory by having the LuaTasks being stackless when possible.Nicolas Noble
2013-07-24Better exception handling support for Lua.Nicolas Noble
2013-01-22Removing some more cruft.Pixel
2012-09-05Better error handling on luaexeccells, so they can trigger their main co-rout...Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-08-30Adding a few virtual destructors.Nicolas "Pixel" Noble
2012-04-03Having a slightly better mechanism for stopping the LuaMainTask, as well as s...Pixel
2012-04-03Slightly more change to the Queue system, so Debug mode doesn't freak pout.Pixel
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...Pixel
2012-04-03Opening all libraries in the LuaMainTask, and adding the LuaExecFile class.Pixel
2012-04-01Creating first pass on LuaTasks.Pixel