aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_compile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some TODOs and comments.David Walter Seikel2014-09-151-10/+2
* Second pass fixes up variables now to.David Walter Seikel2014-09-151-14/+47
* Check LSL script first line magic comments.David Walter Seikel2014-09-141-1/+62
* Support LSL multi line strings.David Walter Seikel2014-09-141-1/+10
* Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp...David Walter Seikel2014-09-141-2/+2
* Clean up the compiler output. Threaded compiling is much faster when it's no...David Walter Seikel2014-08-141-5/+8
* Use the new message saving stuff in the parser as well.David Walter Seikel2014-08-141-3/+2
* Only collect the errors and warnings during a compile, output them in a batch...David Walter Seikel2014-08-141-6/+26
* Considerable cleanup of the top level compiling code.David Walter Seikel2014-08-141-89/+80
* Tweak function and variable not found messages.David Walter Seikel2014-08-101-2/+2
* Thread all of compiling, or thread nothing.David Walter Seikel2014-08-101-3/+1
* Quick and dirty crashing compiler catcher.David Walter Seikel2014-08-101-1/+12
* Move "Compiling ..." message to the compiler.David Walter Seikel2014-08-091-0/+2
* Init lType and rType, was getting bogus values.David Walter Seikel2014-08-091-1/+1
* Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2014-08-091-72/+68
* Move entirely over to luajit.David Walter Seikel2014-07-311-1/+1
* Big include and libraries clean up.David Walter Seikel2014-05-241-1/+0
* Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag...David Walter Seikel2014-05-231-53/+20
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-2/+2
* The results of a session with valgrind.David Walter Seikel2014-05-201-1/+2
* Rearrange things in the libraries.David Walter Seikel2014-05-171-0/+1
* Fake result of LSL conditional wrapped function calls. Should fix this bette...David Walter Seikel2014-05-161-10/+12
* Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel2014-05-161-7/+23
* Actually typecast to list / table.David Walter Seikel2014-05-161-0/+2
* Properly fix list concatenation, I hope.David Walter Seikel2014-05-151-2/+2
* Some more list adding and concatenation fixes.David Walter Seikel2014-05-151-2/+7
* LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel2014-05-141-1/+2
* Oops, fix up post increment.David Walter Seikel2014-05-141-1/+1
* Don't use the new Lua state if it couldn't be allocated.David Walter Seikel2014-05-141-26/+30
* Get list appending and adding to work.David Walter Seikel2014-05-141-3/+53
* Comment out some excess compiler warnings.David Walter Seikel2014-05-141-2/+2
* Finish separating out love.David Walter Seikel2014-05-131-9/+6
* Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel2014-05-051-3/+3
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ...David Walter Seikel2014-04-271-2/+2
* Move all source into the new src directory, and shuffle a few other things ar...David Walter Seikel2014-04-221-0/+2345