aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel1-1/+7
not outputting to the console.
2014-08-14Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel1-3/+1
batch at the end.
2014-08-14Considerable cleanup of the top level compiling code.David Walter Seikel1-108/+49
2014-08-10More comments.David Walter Seikel1-0/+69
2014-08-10Bitch about not being able to load the compiled Lua.David Walter Seikel1-0/+3
2014-08-10Thread all of compiling, or thread nothing.David Walter Seikel1-3/+9
2014-08-09TODO++David Walter Seikel1-0/+2
2014-08-09Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel1-0/+2
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