| Commit message (Expand) | Author | Files | Lines |
2016-01-18 | Actually send compile messages back. Plus some refactoring of the script eng... | David Walter Seikel | 1 | -28/+62 |
2016-01-03 | Clean up logging, removing most of the printf's. | David Walter Seikel | 1 | -30/+30 |
2016-01-01 | Fix some long standing typoes. | David Walter Seikel | 1 | -4/+4 |
2014-08-14 | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 1 | -1/+7 |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 1 | -3/+1 |
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 1 | -108/+49 |
2014-08-10 | More comments. | David Walter Seikel | 1 | -0/+69 |
2014-08-10 | Bitch about not being able to load the compiled Lua. | David Walter Seikel | 1 | -0/+3 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 1 | -3/+9 |
2014-08-09 | TODO++ | David Walter Seikel | 1 | -0/+2 |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 1 | -0/+2 |
2014-07-13 | Typo -- | David Walter Seikel | 1 | -1/+1 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 1 | -34/+559 |
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 1 | -10/+12 |
2014-05-17 | Rearrange things in the libraries. | David Walter Seikel | 1 | -34/+0 |
2014-05-17 | Move the new pcall stuff to Runnr.c. | David Walter Seikel | 1 | -0/+66 |
2014-05-16 | Commented out attempt to debug push_lua(). Still a bit dodgy. | David Walter Seikel | 1 | -1/+3 |
2014-05-16 | TODO++ | David Walter Seikel | 1 | -1/+2 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 1 | -0/+34 |
2014-05-05 | Support light user data in the Lua argument support functions. | David Walter Seikel | 1 | -1/+18 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 1 | -0/+0 |
2014-04-21 | Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua. | David Walter Seikel | 1 | -0/+0 |
2014-04-20 | Added LumbrJack (logging) and Runnr (Lua function / script runner). | David Walter Seikel | 1 | -0/+318 |