aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* How did that ever work? lolDavid Walter Seikel2013-01-131-1/+1
* Beat the script messsage passing into shape, mostly by knocking large chunks ...David Walter Seikel2012-02-251-7/+5
* Partial rewrite of the luaproc messages. Still not fixed yet.David Walter Seikel2012-02-251-2/+3
* Bump the script quitting time.David Walter Seikel2012-02-231-2/+2
* Have the returns from external function calls include the word "return" at th...David Walter Seikel2012-02-231-20/+21
* Change the quit timer into a more general purpose timed events timer, for mor...David Walter Seikel2012-02-231-9/+36
* Fake some more functions in the test harness.David Walter Seikel2012-02-231-1/+13
* Implement llSleep(), and wait a bit longer for the test, now that it's sleepi...David Walter Seikel2012-02-231-1/+1
* Make the test command called output a bit neater.David Walter Seikel2012-02-231-1/+1
* Actually test callAndWait(), then fix it.David Walter Seikel2012-02-231-1/+12
* Jiggle some log messages a little.David Walter Seikel2012-02-231-3/+3
* Change over to referring to scripts by SID.David Walter Seikel2012-02-191-15/+3
* Implement compilerError() and compilerWarning(), and pass the client to the c...David Walter Seikel2012-02-121-4/+56
* Little clean ups.David Walter Seikel2012-02-121-5/+1
* New sendBack and sendForth global functions.David Walter Seikel2012-02-121-13/+3
* Measure compile speed the right way. lolDavid Walter Seikel2012-02-111-2/+10
* Track details of scripts in the test harness. Use that to quit them, and pri...David Walter Seikel2012-02-111-20/+51
* Cleaner quitting (letting the loop actually run), and clean up unused function.David Walter Seikel2012-02-111-12/+13
* LuaSL now sends information back to the clients.David Walter Seikel2012-02-111-0/+40
* Neaten things up a bit.David Walter Seikel2012-02-111-10/+10
* LuaSL_test harness - connects to the LuaSL server, sends script commands. It...David Walter Seikel2012-02-111-0/+310