aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually send compile messages back. Plus some refactoring of the script ↵David Walter Seikel2016-01-181-4/+0
| | | | engine.
* Second pass fixes up variables now to.David Walter Seikel2014-09-151-4/+13
|
* Check LSL script first line magic comments.David Walter Seikel2014-09-141-0/+2
|
* Support LSL multi line strings.David Walter Seikel2014-09-141-1/+2
|
* Don't do BAD check by default.David Walter Seikel2014-08-141-1/+1
|
* Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel2014-08-141-1/+2
| | | | not outputting to the console.
* Use the new message saving stuff in the parser as well.David Walter Seikel2014-08-141-0/+1
|
* Considerable cleanup of the top level compiling code.David Walter Seikel2014-08-141-9/+4
|
* Thread all of compiling, or thread nothing.David Walter Seikel2014-08-101-0/+1
|
* Quick and dirty crashing compiler catcher.David Walter Seikel2014-08-101-0/+1
|
* Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2014-08-091-5/+4
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-231-9/+1
| | | | tweakage and cleanups.
* Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel2014-05-051-0/+2
|
* Move all source into the new src directory, and shuffle a few other things ↵David Walter Seikel2014-04-221-0/+443
around.