| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the ~/.SledHamr/ creation code into all three main binaries. sigh | David Walter Seikel | 2016-02-06 | 1 | -0/+6 |
* | Create our home directories, if not already created. | David Walter Seikel | 2016-02-06 | 1 | -1/+0 |
* | Move return() to the hashed commands. | David Walter Seikel | 2016-02-06 | 1 | -7/+16 |
* | Actually use the command hash. A little. | David Walter Seikel | 2016-02-06 | 1 | -36/+48 |
* | More Lua network messages clean ups. | David Walter Seikel | 2016-02-05 | 1 | -52/+51 |
* | The next step in cleaning up the network Lua messages. | David Walter Seikel | 2016-02-05 | 1 | -26/+44 |
* | Clean up LSL command and argument passing. | David Walter Seikel | 2016-01-19 | 1 | -8/+12 |
* | Actually send compile messages back. Plus some refactoring of the script eng... | David Walter Seikel | 2016-01-18 | 3 | -34/+10 |
* | Unify the message sending code a bit. | David Walter Seikel | 2016-01-17 | 1 | -5/+5 |
* | Bunch of debuggingnesses. | David Walter Seikel | 2016-01-17 | 1 | -1/+4 |
* | Clean up logging, removing most of the printf's. | David Walter Seikel | 2016-01-03 | 1 | -6/+8 |
* | Left overs from previous commits. | David Walter Seikel | 2016-01-03 | 1 | -110/+56 |
* | Beat the server connection manegement into shape. | David Walter Seikel | 2016-01-03 | 1 | -1/+0 |
* | Clean up some TODOs and comments. | David Walter Seikel | 2014-09-15 | 1 | -10/+2 |
* | Shut up die spam. | David Walter Seikel | 2014-09-15 | 1 | -1/+1 |
* | Second pass fixes up variables now to. | David Walter Seikel | 2014-09-15 | 2 | -18/+60 |
* | Check LSL script first line magic comments. | David Walter Seikel | 2014-09-14 | 2 | -1/+64 |
* | Say which script failed compiling. | David Walter Seikel | 2014-09-14 | 1 | -1/+1 |
* | Support LSL multi line strings. | David Walter Seikel | 2014-09-14 | 4 | -3/+16 |
* | Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp... | David Walter Seikel | 2014-09-14 | 2 | -54/+95 |
* | Don't generate the lemon .out file, we are not using it. | David Walter Seikel | 2014-09-14 | 1 | -1/+1 |
* | Don't do BAD check by default. | David Walter Seikel | 2014-08-14 | 1 | -1/+1 |
* | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 2014-08-14 | 5 | -13/+19 |
* | Use the new message saving stuff in the parser as well. | David Walter Seikel | 2014-08-14 | 4 | -5/+9 |
* | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 2014-08-14 | 2 | -6/+40 |
* | Considerable cleanup of the top level compiling code. | David Walter Seikel | 2014-08-14 | 4 | -122/+94 |
* | Tweak function and variable not found messages. | David Walter Seikel | 2014-08-10 | 1 | -2/+2 |
* | Better separation between compiling and running LSL scripts. | David Walter Seikel | 2014-08-10 | 1 | -10/+13 |
* | Thread all of compiling, or thread nothing. | David Walter Seikel | 2014-08-10 | 3 | -4/+2 |
* | Quick and dirty crashing compiler catcher. | David Walter Seikel | 2014-08-10 | 2 | -1/+13 |
* | Move "Compiling ..." message to the compiler. | David Walter Seikel | 2014-08-09 | 2 | -1/+2 |
* | Init lType and rType, was getting bogus values. | David Walter Seikel | 2014-08-09 | 1 | -1/+1 |
* | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 2014-08-09 | 4 | -86/+88 |
* | Move lemon building to be part of LuaSL building. | David Walter Seikel | 2014-07-31 | 1 | -1/+2 |
* | Move entirely over to luajit. | David Walter Seikel | 2014-07-31 | 2 | -2/+2 |
* | White space fix. | David Walter Seikel | 2014-06-03 | 1 | -1/+1 |
* | Notes++ | David Walter Seikel | 2014-06-01 | 1 | -0/+30 |
* | Auto clean the files we build. | David Walter Seikel | 2014-05-24 | 1 | -1/+1 |
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 2 | -10/+0 |
* | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 2014-05-23 | 7 | -802/+127 |
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 4 | -30/+8 |
* | The results of a session with valgrind. | David Walter Seikel | 2014-05-20 | 1 | -1/+2 |
* | Rearrange things in the libraries. | David Walter Seikel | 2014-05-17 | 2 | -0/+2 |
* | Implement llGetTime() and friends. | David Walter Seikel | 2014-05-16 | 1 | -0/+25 |
* | Fake result of LSL conditional wrapped function calls. Should fix this bette... | David Walter Seikel | 2014-05-16 | 1 | -10/+12 |
* | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 2014-05-16 | 1 | -7/+23 |
* | Actually typecast to list / table. | David Walter Seikel | 2014-05-16 | 1 | -0/+2 |
* | Properly fix list concatenation, I hope. | David Walter Seikel | 2014-05-15 | 1 | -2/+2 |
* | Some more list adding and concatenation fixes. | David Walter Seikel | 2014-05-15 | 1 | -2/+7 |
* | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 2014-05-14 | 1 | -1/+2 |