| Commit message (Expand) | Author | Files | Lines |
2016-01-03 | Beat the server connection manegement into shape. | David Walter Seikel | 1 | -1/+0 |
2014-08-14 | Use the new message saving stuff in the parser as well. | David Walter Seikel | 1 | -0/+1 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 1 | -1/+0 |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 1 | -0/+1 |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 1 | -9/+0 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 1 | -29/+2 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 1 | -1/+0 |
2014-05-14 | Display LSL script names instead of lengthy paths and UUIDs. | David Walter Seikel | 1 | -0/+1 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 1 | -22/+1 |
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 | LuaSL_test's window doesn't need to be so huge. | David Walter Seikel | 1 | -2/+2 |
2014-04-21 | Move images to the base directory, and point all the special EFL directories ... | David Walter Seikel | 1 | -1/+1 |
2014-04-21 | Convert LuaSL to use LumbrJack. | David Walter Seikel | 1 | -28/+3 |
2012-02-25 | Beat the script messsage passing into shape, mostly by knocking large chunks ... | David Walter Seikel | 1 | -1/+0 |
2012-02-25 | Partial rewrite of the luaproc messages. Still not fixed yet. | David Walter Seikel | 1 | -3/+6 |
2012-02-25 | Merge the luaproc structure into the script structure, and use that instead. | David Walter Seikel | 1 | -1/+1 |
2012-02-25 | Merge the luaproc and script structures, but not using it yet. | David Walter Seikel | 1 | -9/+7 |
2012-02-25 | Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra... | David Walter Seikel | 1 | -1/+19 |
2012-02-25 | Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ... | David Walter Seikel | 1 | -1/+0 |
2012-02-24 | Implement llSetScriptState(). | David Walter Seikel | 1 | -1/+1 |
2012-02-23 | Implement llSetTimerEvent(), though it wont work so well until the events sys... | David Walter Seikel | 1 | -1/+2 |
2012-02-22 | Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's... | David Walter Seikel | 1 | -11/+18 |
2012-02-19 | Change over to referring to scripts by SID. | David Walter Seikel | 1 | -0/+11 |
2012-02-12 | Make sendBack and Forth varargs. | David Walter Seikel | 1 | -2/+2 |
2012-02-12 | New sendBack and sendForth global functions. | David Walter Seikel | 1 | -0/+2 |
2012-02-11 | Track details of scripts in the test harness. Use that to quit them, and pri... | David Walter Seikel | 1 | -0/+1 |
2012-02-11 | Neaten things up a bit. | David Walter Seikel | 1 | -3/+0 |
2012-02-11 | LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them. | David Walter Seikel | 1 | -4/+0 |
2012-02-11 | LuaSL_test harness - connects to the LuaSL server, sends script commands. It... | David Walter Seikel | 1 | -6/+10 |
2012-02-05 | Get them in the right order. lol | David Walter Seikel | 1 | -1/+1 |
2012-02-05 | Turn on the script running stuff, clean out the now excess tests, then move t... | David Walter Seikel | 1 | -3/+6 |
2012-01-24 | Make the script engine testing UI a command option. | David Walter Seikel | 1 | -4/+5 |
2012-01-22 | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 1 | -2/+2 |
2012-01-21 | Add LSL constants by simply compiling an LSL script with them all, and keepin... | David Walter Seikel | 1 | -1/+1 |
2012-01-17 | Use EFL logging. | David Walter Seikel | 1 | -1/+2 |
2012-01-17 | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 1 | -0/+1 |
2012-01-05 | Add a compiler stub. | David Walter Seikel | 1 | -1/+2 |
2012-01-04 | Skeleton of the GUI test harness for the LuaSL script engine. | David Walter Seikel | 1 | -0/+64 |