aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-467/+0
2014-04-22Move the test sim to the media directory.David Walter Seikel1-1/+1
2014-04-22Moved images to media, much better idea.David Walter Seikel1-3/+3
2014-04-21Move the LuaSL.edj to the shared images directory.David Walter Seikel1-1/+1
2014-04-21Don't quit the LuaSL_test UI when the server goes away, if told to run the UI.David Walter Seikel1-1/+2
2014-04-21Move images to the base directory, and point all the special EFL directories ↵David Walter Seikel1-2/+2
to the base.
2014-04-21Convert LuaSL to use LumbrJack.David Walter Seikel1-81/+81
2013-01-13How did that ever work? lolDavid Walter Seikel1-1/+1
2012-02-25Beat the script messsage passing into shape, mostly by knocking large chunks ↵David Walter Seikel1-7/+5
off. lol
2012-02-25Partial rewrite of the luaproc messages. Still not fixed yet.David Walter Seikel1-2/+3
2012-02-23Bump the script quitting time.David Walter Seikel1-2/+2
2012-02-23Have the returns from external function calls include the word "return" at ↵David Walter Seikel1-20/+21
the start.
2012-02-23Change the quit timer into a more general purpose timed events timer, for ↵David Walter Seikel1-9/+36
more testing.
2012-02-23Fake some more functions in the test harness.David Walter Seikel1-1/+13
2012-02-23Implement llSleep(), and wait a bit longer for the test, now that it's ↵David Walter Seikel1-1/+1
sleeping properly.
2012-02-23Make the test command called output a bit neater.David Walter Seikel1-1/+1
2012-02-23Actually test callAndWait(), then fix it.David Walter Seikel1-1/+12
2012-02-23Jiggle some log messages a little.David Walter Seikel1-3/+3
2012-02-19Change over to referring to scripts by SID.David Walter Seikel1-15/+3
2012-02-12Implement compilerError() and compilerWarning(), and pass the client to the ↵David Walter Seikel1-4/+56
compiler so it can use them..
2012-02-12Little clean ups.David Walter Seikel1-5/+1
2012-02-12New sendBack and sendForth global functions.David Walter Seikel1-13/+3
2012-02-11Measure compile speed the right way. lolDavid Walter Seikel1-2/+10
2012-02-11Track details of scripts in the test harness. Use that to quit them, and ↵David Walter Seikel1-20/+51
print compile times again. Note - compile times artificially inflated for now, they include waiting for the other scripts to be compiled to.
2012-02-11Cleaner quitting (letting the loop actually run), and clean up unused function.David Walter Seikel1-12/+13
2012-02-11LuaSL now sends information back to the clients.David Walter Seikel1-0/+40
2012-02-11Neaten things up a bit.David Walter Seikel1-10/+10
2012-02-11LuaSL_test harness - connects to the LuaSL server, sends script commands. ↵David Walter Seikel1-0/+310
It has the test GUI now. Turned LuaSL into purely a server.