summaryrefslogtreecommitdiff
path: root/includes/LuaTask.h
AgeCommit message (Collapse)Author
2014-06-18Adding basic CurlTask, as well as support for it in Balau. Also removing ↵Nicolas "Pixel" Noble
c++11-surrogates.h, as we're on a modern compiler now.
2013-08-05Adding a helper to LuaExecCell to find the LuaMainTask, and making the ↵Nicolas "Pixel" Noble
exec() call interruptible.
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 ↵Nicolas "Pixel" Noble
co-routines. Also better display of said errors.
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
Conflicts: includes/LuaTask.h includes/TaskMan.h includes/Threads.h src/TaskMan.cc src/Threads.cc
2012-08-30Adding a few virtual destructors.Nicolas "Pixel" Noble
2012-04-03Having a slightly better mechanism for stopping the LuaMainTask, as well as ↵Pixel
some debugging messages.
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 ↵Pixel
LuaTMainTask queue works.
2012-04-03Opening all libraries in the LuaMainTask, and adding the LuaExecFile class.Pixel
2012-04-01Creating first pass on LuaTasks.Pixel