aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually send compile messages back. Plus some refactoring of the script ↵David Walter Seikel2016-01-181-28/+62
| | | | engine.
* Clean up logging, removing most of the printf's.David Walter Seikel2016-01-031-30/+30
|
* Fix some long standing typoes.David Walter Seikel2016-01-011-4/+4
|
* Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel2014-08-141-1/+7
| | | | not outputting to the console.
* Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel2014-08-141-3/+1
| | | | batch at the end.
* Considerable cleanup of the top level compiling code.David Walter Seikel2014-08-141-108/+49
|
* More comments.David Walter Seikel2014-08-101-0/+69
|
* Bitch about not being able to load the compiled Lua.David Walter Seikel2014-08-101-0/+3
|
* Thread all of compiling, or thread nothing.David Walter Seikel2014-08-101-3/+9
|
* TODO++David Walter Seikel2014-08-091-0/+2
|
* Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2014-08-091-0/+2
|
* Typo --David Walter Seikel2014-07-131-1/+1
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-231-34/+559
| | | | tweakage and cleanups.
* The results of a session with valgrind.David Walter Seikel2014-05-201-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.
* Rearrange things in the libraries.David Walter Seikel2014-05-171-34/+0
|
* Move the new pcall stuff to Runnr.c.David Walter Seikel2014-05-171-0/+66
|
* Commented out attempt to debug push_lua(). Still a bit dodgy.David Walter Seikel2014-05-161-1/+3
|
* TODO++David Walter Seikel2014-05-161-1/+2
|
* Finish separating out love.David Walter Seikel2014-05-131-0/+34
|
* Support light user data in the Lua argument support functions.David Walter Seikel2014-05-051-1/+18
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-271-0/+318
to suit.