aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-13Typo --David Walter Seikel1-1/+1
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel1-34/+559
tweakage and cleanups.
2014-05-20The results of a session with valgrind.David Walter Seikel1-10/+12
I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries.
2014-05-17Rearrange things in the libraries.David Walter Seikel1-34/+0
2014-05-17Move the new pcall stuff to Runnr.c.David Walter Seikel1-0/+66
2014-05-16Commented out attempt to debug push_lua(). Still a bit dodgy.David Walter Seikel1-1/+3
2014-05-16TODO++David Walter Seikel1-1/+2
2014-05-13Finish separating out love.David Walter Seikel1-0/+34
2014-05-05Support light user data in the Lua argument support functions.David Walter Seikel1-1/+18
2014-04-27Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel1-0/+0
to suit.
2014-04-21Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua.David Walter Seikel1-0/+0
2014-04-20Added LumbrJack (logging) and Runnr (Lua function / script runner).David Walter Seikel1-0/+318