aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move LuaSL source up one directory.David Walter Seikel2014-04-221-82/+0
* LuaSL_test's window doesn't need to be so huge.David Walter Seikel2014-04-211-2/+2
* Move images to the base directory, and point all the special EFL directories ...David Walter Seikel2014-04-211-1/+1
* Convert LuaSL to use LumbrJack.David Walter Seikel2014-04-211-28/+3
* Beat the script messsage passing into shape, mostly by knocking large chunks ...David Walter Seikel2012-02-251-1/+0
* 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 rearra...David Walter Seikel2012-02-251-1/+19
* Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ...David Walter Seikel2012-02-251-1/+0
* Implement llSetScriptState().David Walter Seikel2012-02-241-1/+1
* Implement llSetTimerEvent(), though it wont work so well until the events sys...David Walter Seikel2012-02-231-1/+2
* Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's...David Walter Seikel2012-02-221-11/+18
* 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 pri...David Walter Seikel2012-02-111-0/+1
* 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. It...David Walter Seikel2012-02-111-6/+10
* 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 t...David Walter Seikel2012-02-051-3/+6
* 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 keepin...David Walter Seikel2012-01-211-1/+1
* 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