Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-19 | Change over to referring to scripts by SID. | David Walter Seikel | 1 | -15/+3 | |
2012-02-12 | Implement compilerError() and compilerWarning(), and pass the client to the ↵ | David Walter Seikel | 1 | -4/+56 | |
compiler so it can use them.. | |||||
2012-02-12 | Little clean ups. | David Walter Seikel | 1 | -5/+1 | |
2012-02-12 | New sendBack and sendForth global functions. | David Walter Seikel | 1 | -13/+3 | |
2012-02-11 | Measure compile speed the right way. lol | David Walter Seikel | 1 | -2/+10 | |
2012-02-11 | Track details of scripts in the test harness. Use that to quit them, and ↵ | David Walter Seikel | 1 | -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-11 | Cleaner quitting (letting the loop actually run), and clean up unused function. | David Walter Seikel | 1 | -12/+13 | |
2012-02-11 | LuaSL now sends information back to the clients. | David Walter Seikel | 1 | -0/+40 | |
2012-02-11 | Neaten things up a bit. | David Walter Seikel | 1 | -10/+10 | |
2012-02-11 | LuaSL_test harness - connects to the LuaSL server, sends script commands. ↵ | David Walter Seikel | 1 | -0/+310 | |
It has the test GUI now. Turned LuaSL into purely a server. |