summaryrefslogtreecommitdiff
path: root/src/LuaTask.cc
AgeCommit message (Collapse)Author
2012-04-06Making it simplier to register a task and wait for it. Also renamed ↵Pixel
createTask to registerTask, which makes way more sense.
2012-04-03Making a few classes anonymous.Pixel
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-02We really need the new LuaTasks to be spawned on the same thread as the ↵Pixel
LuaMainTask.
2012-04-01Creating first pass on LuaTasks.Pixel