Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | David Walter Seikel | 2014-09-14 | 2 | -54/+95 |
| | | | | space clean ups. | ||||
* | 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 ↵ | David Walter Seikel | 2014-08-14 | 5 | -13/+19 |
| | | | | not outputting to the console. | ||||
* | 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 ↵ | David Walter Seikel | 2014-08-14 | 2 | -6/+40 |
| | | | | batch at the end. | ||||
* | 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 ↵ | David Walter Seikel | 2014-05-23 | 7 | -802/+127 |
| | | | | tweakage and cleanups. | ||||
* | 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 |
| | | | | | | I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries. | ||||
* | 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 ↵ | David Walter Seikel | 2014-05-16 | 1 | -10/+12 |
| | | | | better some day. | ||||
* | 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 |
| | |||||
* | Oops, fix up post increment. | David Walter Seikel | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Shut up some excess debugs. | David Walter Seikel | 2014-05-14 | 1 | -3/+3 |
| | |||||
* | Don't use the new Lua state if it couldn't be allocated. | David Walter Seikel | 2014-05-14 | 1 | -26/+30 |
| | |||||
* | Get list appending and adding to work. | David Walter Seikel | 2014-05-14 | 2 | -3/+55 |
| | |||||
* | Comment out some excess compiler warnings. | David Walter Seikel | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Trash the trash thingy that was trashing memory. Plus some debugging prints. | David Walter Seikel | 2014-05-14 | 2 | -4/+22 |
| | |||||
* | Actually implement LSL script resetting, and some associated fixes. | David Walter Seikel | 2014-05-14 | 2 | -7/+28 |
| | |||||
* | Display LSL script names instead of lengthy paths and UUIDs. | David Walter Seikel | 2014-05-14 | 2 | -5/+9 |
| | |||||
* | Starting up and closing down the servers gets some love. Needs more love. | David Walter Seikel | 2014-05-14 | 1 | -3/+19 |
| | |||||
* | No idea how long this has been wrong. lol | David Walter Seikel | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵ | David Walter Seikel | 2014-05-13 | 2 | -29/+17 |
| | | | | to twiddle the Lua paths. | ||||
* | Finish separating out love. | David Walter Seikel | 2014-05-13 | 5 | -113/+24 |
| | |||||
* | Add some love, er I mean, add the love world server, coz love makes the ↵ | David Walter Seikel | 2014-05-13 | 4 | -679/+3 |
| | | | | | | | world go around. Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness. | ||||
* | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 2014-05-05 | 5 | -26/+22 |
| | |||||
* | Split up extantz. | David Walter Seikel | 2014-05-02 | 1 | -2/+2 |
| |