| Commit message (Expand) | Author | Files | Lines |
2014-09-14 | Say which script failed compiling. | David Walter Seikel | 1 | -1/+1 |
2014-09-14 | Support LSL multi line strings. | David Walter Seikel | 4 | -3/+16 |
2014-09-14 | Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp... | David Walter Seikel | 2 | -54/+95 |
2014-09-14 | Don't generate the lemon .out file, we are not using it. | David Walter Seikel | 1 | -1/+1 |
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 | 5 | -13/+19 |
2014-08-14 | Use the new message saving stuff in the parser as well. | David Walter Seikel | 4 | -5/+9 |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 2 | -6/+40 |
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 4 | -122/+94 |
2014-08-10 | Tweak function and variable not found messages. | David Walter Seikel | 1 | -2/+2 |
2014-08-10 | Better separation between compiling and running LSL scripts. | David Walter Seikel | 1 | -10/+13 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 3 | -4/+2 |
2014-08-10 | Quick and dirty crashing compiler catcher. | David Walter Seikel | 2 | -1/+13 |
2014-08-09 | Move "Compiling ..." message to the compiler. | David Walter Seikel | 2 | -1/+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 | 4 | -86/+88 |
2014-07-31 | Move lemon building to be part of LuaSL building. | David Walter Seikel | 1 | -1/+2 |
2014-07-31 | Move entirely over to luajit. | David Walter Seikel | 2 | -2/+2 |
2014-06-03 | White space fix. | David Walter Seikel | 1 | -1/+1 |
2014-06-01 | Notes++ | David Walter Seikel | 1 | -0/+30 |
2014-05-24 | Auto clean the files we build. | David Walter Seikel | 1 | -1/+1 |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 2 | -10/+0 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 7 | -802/+127 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 4 | -30/+8 |
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 | 2 | -0/+2 |
2014-05-16 | Implement llGetTime() and friends. | David Walter Seikel | 1 | -0/+25 |
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 | Shut up some excess debugs. | David Walter Seikel | 1 | -3/+3 |
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 | 2 | -3/+55 |
2014-05-14 | Comment out some excess compiler warnings. | David Walter Seikel | 1 | -2/+2 |
2014-05-14 | Trash the trash thingy that was trashing memory. Plus some debugging prints. | David Walter Seikel | 2 | -4/+22 |
2014-05-14 | Actually implement LSL script resetting, and some associated fixes. | David Walter Seikel | 2 | -7/+28 |
2014-05-14 | Display LSL script names instead of lengthy paths and UUIDs. | David Walter Seikel | 2 | -5/+9 |
2014-05-14 | Starting up and closing down the servers gets some love. Needs more love. | David Walter Seikel | 1 | -3/+19 |
2014-05-13 | No idea how long this has been wrong. lol | David Walter Seikel | 1 | -1/+1 |
2014-05-13 | Extantz calls love, and love calls LuaSL, and clean out the need for scripts ... | David Walter Seikel | 2 | -29/+17 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 5 | -113/+24 |
2014-05-13 | Add some love, er I mean, add the love world server, coz love makes the world... | David Walter Seikel | 4 | -679/+3 |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 5 | -26/+22 |
2014-05-02 | Split up extantz. | David Walter Seikel | 1 | -2/+2 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 4 | -7/+16 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 13 | -0/+5349 |