| Commit message (Expand) | Author | Files | Lines |
2014-09-15 | Clean up some TODOs and comments. | David Walter Seikel | 1 | -10/+2 |
2014-09-15 | Second pass fixes up variables now to. | David Walter Seikel | 1 | -14/+47 |
2014-09-14 | Check LSL script first line magic comments. | David Walter Seikel | 1 | -1/+62 |
2014-09-14 | Support LSL multi line strings. | David Walter Seikel | 1 | -1/+10 |
2014-09-14 | Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp... | David Walter Seikel | 1 | -2/+2 |
2014-08-14 | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 1 | -5/+8 |
2014-08-14 | Use the new message saving stuff in the parser as well. | David Walter Seikel | 1 | -3/+2 |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 1 | -6/+26 |
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 1 | -89/+80 |
2014-08-10 | Tweak function and variable not found messages. | David Walter Seikel | 1 | -2/+2 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 1 | -3/+1 |
2014-08-10 | Quick and dirty crashing compiler catcher. | David Walter Seikel | 1 | -1/+12 |
2014-08-09 | Move "Compiling ..." message to the compiler. | David Walter Seikel | 1 | -0/+2 |
2014-08-09 | Init lType and rType, was getting bogus values. | David Walter Seikel | 1 | -1/+1 |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 1 | -72/+68 |
2014-07-31 | Move entirely over to luajit. | David Walter Seikel | 1 | -1/+1 |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 1 | -1/+0 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 1 | -53/+20 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 1 | -2/+2 |
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 1 | -1/+2 |
2014-05-17 | Rearrange things in the libraries. | David Walter Seikel | 1 | -0/+1 |
2014-05-16 | Fake result of LSL conditional wrapped function calls. Should fix this bette... | David Walter Seikel | 1 | -10/+12 |
2014-05-16 | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 1 | -7/+23 |
2014-05-16 | Actually typecast to list / table. | David Walter Seikel | 1 | -0/+2 |
2014-05-15 | Properly fix list concatenation, I hope. | David Walter Seikel | 1 | -2/+2 |
2014-05-15 | Some more list adding and concatenation fixes. | David Walter Seikel | 1 | -2/+7 |
2014-05-14 | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 1 | -1/+2 |
2014-05-14 | Oops, fix up post increment. | David Walter Seikel | 1 | -1/+1 |
2014-05-14 | Don't use the new Lua state if it couldn't be allocated. | David Walter Seikel | 1 | -26/+30 |
2014-05-14 | Get list appending and adding to work. | David Walter Seikel | 1 | -3/+53 |
2014-05-14 | Comment out some excess compiler warnings. | David Walter Seikel | 1 | -2/+2 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 1 | -9/+6 |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 1 | -3/+3 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 1 | -2/+2 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -2/+2 |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -0/+0 |
2014-04-21 | Move images to the base directory, and point all the special EFL directories ... | David Walter Seikel | 1 | -2/+2 |
2014-04-21 | Convert LuaSL to use LumbrJack. | David Walter Seikel | 1 | -12/+12 |
2013-01-13 | Fixed some of the bit rot in LuaSL, it compiles now, but not working still. | David Walter Seikel | 1 | -6/+6 |
2012-02-22 | Implement llGetScriptName(). | David Walter Seikel | 1 | -1/+6 |
2012-02-22 | Create constants.lsl at run time from LSL.lua, and use the same infrastructur... | David Walter Seikel | 1 | -1/+3 |
2012-02-19 | Change over to referring to scripts by SID. | David Walter Seikel | 1 | -9/+10 |
2012-02-12 | Implement compilerError() and compilerWarning(), and pass the client to the c... | David Walter Seikel | 1 | -16/+9 |
2012-02-12 | SID is now full path to the LSL file. Still need to change it to the UUID of... | David Walter Seikel | 1 | -1/+1 |
2012-02-11 | Remove excess output. | David Walter Seikel | 1 | -6/+4 |
2012-02-10 | More design notes. | David Walter Seikel | 1 | -3/+1 |
2012-02-08 | Cleaning up some comments. | David Walter Seikel | 1 | -1/+1 |
2012-02-07 | Commentary++. | David Walter Seikel | 1 | -0/+2 |
2012-02-05 | Fix things so the wire protocol can be functions in the LSL.lua file, and _LS... | David Walter Seikel | 1 | -1/+1 |
2012-02-05 | Do script quitting differently, using the wire protocol method, which means I... | David Walter Seikel | 1 | -1/+1 |