aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement compilerError() and compilerWarning(), and pass the client to the ↵David Walter Seikel2012-02-121-4/+56
| | | | compiler so it can use them..
* 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 ↵David Walter Seikel2012-02-111-20/+51
| | | | | | print compile times again. Note - compile times artificially inflated for now, they include waiting for the other scripts to be compiled to.
* 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. ↵David Walter Seikel2012-02-111-0/+310
It has the test GUI now. Turned LuaSL into purely a server.