Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-23 | Implement llSetTimerEvent(), though it wont work so well until the events ↵ | David Walter Seikel | 1 | -1/+2 | |
system is in place at the Lua end. | |||||
2012-02-22 | Implement callAndReturn(), use it from callAndWait(). That's most of ↵ | David Walter Seikel | 1 | -11/+18 | |
LuaSL's side of "use OpenSim to deal with in world stuff". | |||||
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 ↵ | David Walter Seikel | 1 | -0/+1 | |
print compile times again. Note - compile times artificially inflated for now, they include waiting for the other scripts to be compiled to. | |||||
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. ↵ | David Walter Seikel | 1 | -6/+10 | |
It has the test GUI now. Turned LuaSL into purely a server. | |||||
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 ↵ | David Walter Seikel | 1 | -3/+6 | |
the runner to it's own file. | |||||
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 ↵ | David Walter Seikel | 1 | -1/+1 | |
keeping the result. | |||||
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 | |