| 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 | -4/+0 |
2014-09-15 | Second pass fixes up variables now to. | David Walter Seikel | 1 | -4/+13 |
2014-09-14 | Check LSL script first line magic comments. | David Walter Seikel | 1 | -0/+2 |
2014-09-14 | Support LSL multi line strings. | David Walter Seikel | 1 | -1/+2 |
2014-08-14 | Don't do BAD check by default. | David Walter Seikel | 1 | -1/+1 |
2014-08-14 | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 1 | -1/+2 |
2014-08-14 | Use the new message saving stuff in the parser as well. | David Walter Seikel | 1 | -0/+1 |
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 1 | -9/+4 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 1 | -0/+1 |
2014-08-10 | Quick and dirty crashing compiler catcher. | David Walter Seikel | 1 | -0/+1 |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 1 | -5/+4 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 1 | -9/+1 |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 1 | -0/+2 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -0/+0 |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -0/+0 |
2014-04-21 | Convert LuaSL to use LumbrJack. | David Walter Seikel | 1 | -2/+2 |
2012-02-25 | Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra... | David Walter Seikel | 1 | -7/+0 |
2012-02-25 | Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ... | David Walter Seikel | 1 | -4/+1 |
2012-02-19 | Change over to referring to scripts by SID. | David Walter Seikel | 1 | -1/+2 |
2012-02-12 | Implement compilerError() and compilerWarning(), and pass the client to the c... | David Walter Seikel | 1 | -1/+2 |
2012-02-12 | Little clean ups. | David Walter Seikel | 1 | -3/+4 |
2012-02-11 | Neaten things up a bit. | David Walter Seikel | 1 | -0/+3 |
2012-02-08 | Cleaning up some comments. | David Walter Seikel | 1 | -17/+0 |
2012-02-05 | Remove a lot of old cruft that is no longer needed. Including the eveluator,... | David Walter Seikel | 1 | -2/+0 |
2012-02-05 | White space clean up. | David Walter Seikel | 1 | -6/+5 |
2012-02-04 | Implement typecasts when needed. Actually, doing some extras for the moment. | David Walter Seikel | 1 | -1/+2 |
2012-02-04 | Track those functions and variables that are LSL constants. | David Walter Seikel | 1 | -1/+3 |
2012-02-04 | Fix up "assignments in the middle of expressions is legal in LSL, but not in ... | David Walter Seikel | 1 | -5/+8 |
2012-02-03 | Implement basic states. | David Walter Seikel | 1 | -0/+1 |
2012-02-03 | Final part of the crement Lua implementation. | David Walter Seikel | 1 | -5/+7 |
2012-02-03 | Properly implement Lua crements. | David Walter Seikel | 1 | -1/+6 |
2012-02-03 | Take care of declerations without asignments. | David Walter Seikel | 1 | -1/+2 |
2012-02-03 | Lua locals. | David Walter Seikel | 1 | -0/+7 |
2012-02-02 | More Lua conversions. Concatenate, function arguments and table elemnt separ... | David Walter Seikel | 1 | -1/+1 |
2012-02-02 | Some Lua conversions. Types, typecasts, blocks, list, vector, rotation. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Disable the diff check again, and count bugs instead. | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Partially implement parsing/outputting rotations and vectors. | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Fix up crements ignorables. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Numby magic. | David Walter Seikel | 1 | -0/+14 |
2012-02-02 | Output state changes properly. | David Walter Seikel | 1 | -1/+1 |
2012-02-02 | Parse dot subbies. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Fix up single statement "blocks". | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Output crements properly. | David Walter Seikel | 1 | -1/+1 |
2012-02-01 | Parse and output for statements. Also, take care of ignorables on left paren... | David Walter Seikel | 1 | -1/+2 |
2012-02-01 | Parse and output lists. | David Walter Seikel | 1 | -0/+1 |
2012-02-01 | Deal with parsing if ... else ... | David Walter Seikel | 1 | -0/+2 |
2012-02-01 | Track event handlers differently from functions. | David Walter Seikel | 1 | -0/+2 |
2012-01-31 | Collect and print function arguments. | David Walter Seikel | 1 | -0/+1 |
2012-01-31 | Commentry++. | David Walter Seikel | 1 | -1/+4 |
2012-01-31 | Put back function call stuff I removed before, and document why it needs to b... | David Walter Seikel | 1 | -1/+1 |