aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Beat the script messsage passing into shape, mostly by knocking large chunks ↵David Walter Seikel2012-02-251-1/+0
| | | | off. lol
* Partial rewrite of the luaproc messages. Still not fixed yet.David Walter Seikel2012-02-251-3/+6
|
* Merge the luaproc structure into the script structure, and use that instead.David Walter Seikel2012-02-251-1/+1
|
* Merge the luaproc and script structures, but not using it yet.David Walter Seikel2012-02-251-9/+7
|
* Remove a whole bunch of stuff we don't need from our luaproc fork, and ↵David Walter Seikel2012-02-251-1/+19
| | | | rearrange what's left.
* Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ↵David Walter Seikel2012-02-251-1/+0
| | | | | | luaproc list with Eina_Clist. From this point on, luaproc is officialy forked.
* Implement llSetScriptState().David Walter Seikel2012-02-241-1/+1
|
* Implement llSetTimerEvent(), though it wont work so well until the events ↵David Walter Seikel2012-02-231-1/+2
| | | | system is in place at the Lua end.
* Implement callAndReturn(), use it from callAndWait(). That's most of ↵David Walter Seikel2012-02-221-11/+18
| | | | LuaSL's side of "use OpenSim to deal with in world stuff".
* Change over to referring to scripts by SID.David Walter Seikel2012-02-191-0/+11
|
* Make sendBack and Forth varargs.David Walter Seikel2012-02-121-2/+2
|
* New sendBack and sendForth global functions.David Walter Seikel2012-02-121-0/+2
|
* Track details of scripts in the test harness. Use that to quit them, and ↵David Walter Seikel2012-02-111-0/+1
| | | | | | print compile times again. Note - compile times artificially inflated for now, they include waiting for the other scripts to be compiled to.
* Neaten things up a bit.David Walter Seikel2012-02-111-3/+0
|
* LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them.David Walter Seikel2012-02-111-4/+0
|
* LuaSL_test harness - connects to the LuaSL server, sends script commands. ↵David Walter Seikel2012-02-111-6/+10
| | | | It has the test GUI now. Turned LuaSL into purely a server.
* Get them in the right order. lolDavid Walter Seikel2012-02-051-1/+1
|
* Turn on the script running stuff, clean out the now excess tests, then move ↵David Walter Seikel2012-02-051-3/+6
| | | | the runner to it's own file.
* Make the script engine testing UI a command option.David Walter Seikel2012-01-241-4/+5
|
* Consider a script as properly compiled if it passes the diff test.David Walter Seikel2012-01-221-2/+2
|
* Add LSL constants by simply compiling an LSL script with them all, and ↵David Walter Seikel2012-01-211-1/+1
| | | | keeping the result.
* Use EFL logging.David Walter Seikel2012-01-171-1/+2
|
* Merge the compiler into the test harness. Remove excess files.David Walter Seikel2012-01-171-0/+1
|
* Add a compiler stub.David Walter Seikel2012-01-051-1/+2
|
* Skeleton of the GUI test harness for the LuaSL script engine.David Walter Seikel2012-01-041-0/+64