Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | How did that ever work? lol | David Walter Seikel | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Beat the script messsage passing into shape, mostly by knocking large chunks ↵ | David Walter Seikel | 2012-02-25 | 1 | -7/+5 |
| | | | | off. lol | ||||
* | Partial rewrite of the luaproc messages. Still not fixed yet. | David Walter Seikel | 2012-02-25 | 1 | -2/+3 |
| | |||||
* | Bump the script quitting time. | David Walter Seikel | 2012-02-23 | 1 | -2/+2 |
| | |||||
* | Have the returns from external function calls include the word "return" at ↵ | David Walter Seikel | 2012-02-23 | 1 | -20/+21 |
| | | | | the start. | ||||
* | Change the quit timer into a more general purpose timed events timer, for ↵ | David Walter Seikel | 2012-02-23 | 1 | -9/+36 |
| | | | | more testing. | ||||
* | Fake some more functions in the test harness. | David Walter Seikel | 2012-02-23 | 1 | -1/+13 |
| | |||||
* | Implement llSleep(), and wait a bit longer for the test, now that it's ↵ | David Walter Seikel | 2012-02-23 | 1 | -1/+1 |
| | | | | sleeping properly. | ||||
* | Make the test command called output a bit neater. | David Walter Seikel | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Actually test callAndWait(), then fix it. | David Walter Seikel | 2012-02-23 | 1 | -1/+12 |
| | |||||
* | Jiggle some log messages a little. | David Walter Seikel | 2012-02-23 | 1 | -3/+3 |
| | |||||
* | Change over to referring to scripts by SID. | David Walter Seikel | 2012-02-19 | 1 | -15/+3 |
| | |||||
* | Implement compilerError() and compilerWarning(), and pass the client to the ↵ | David Walter Seikel | 2012-02-12 | 1 | -4/+56 |
| | | | | compiler so it can use them.. | ||||
* | Little clean ups. | David Walter Seikel | 2012-02-12 | 1 | -5/+1 |
| | |||||
* | New sendBack and sendForth global functions. | David Walter Seikel | 2012-02-12 | 1 | -13/+3 |
| | |||||
* | Measure compile speed the right way. lol | David Walter Seikel | 2012-02-11 | 1 | -2/+10 |
| | |||||
* | Track details of scripts in the test harness. Use that to quit them, and ↵ | David Walter Seikel | 2012-02-11 | 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. | ||||
* | Cleaner quitting (letting the loop actually run), and clean up unused function. | David Walter Seikel | 2012-02-11 | 1 | -12/+13 |
| | |||||
* | LuaSL now sends information back to the clients. | David Walter Seikel | 2012-02-11 | 1 | -0/+40 |
| | |||||
* | Neaten things up a bit. | David Walter Seikel | 2012-02-11 | 1 | -10/+10 |
| | |||||
* | LuaSL_test harness - connects to the LuaSL server, sends script commands. ↵ | David Walter Seikel | 2012-02-11 | 1 | -0/+310 |
It has the test GUI now. Turned LuaSL into purely a server. |