aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.