| Commit message (Expand) | Author | Files | Lines |
2014-05-13 | Extantz calls love, and love calls LuaSL, and clean out the need for scripts ... | David Walter Seikel | 1 | -0/+7 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 1 | -23/+87 |
2014-05-13 | Dedicating my lifes work to my girl Boots. | David Walter Seikel | 1 | -0/+6 |
2014-05-13 | Add some love, er I mean, add the love world server, coz love makes the world... | David Walter Seikel | 1 | -4/+4 |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 1 | -7/+8 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 1 | -4/+4 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -0/+0 |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -0/+0 |
2014-04-22 | Move the test sim to the media directory. | David Walter Seikel | 1 | -1/+1 |
2014-04-22 | Moved images to media, much better idea. | David Walter Seikel | 1 | -3/+3 |
2014-04-21 | Move the LuaSL.edj to the shared images directory. | David Walter Seikel | 1 | -1/+1 |
2014-04-21 | Don't quit the LuaSL_test UI when the server goes away, if told to run the UI. | David Walter Seikel | 1 | -1/+2 |
2014-04-21 | Move images to the base directory, and point all the special EFL directories ... | David Walter Seikel | 1 | -2/+2 |
2014-04-21 | Convert LuaSL to use LumbrJack. | David Walter Seikel | 1 | -81/+81 |
2013-01-13 | How did that ever work? lol | David Walter Seikel | 1 | -1/+1 |
2012-02-25 | Beat the script messsage passing into shape, mostly by knocking large chunks ... | David Walter Seikel | 1 | -7/+5 |
2012-02-25 | Partial rewrite of the luaproc messages. Still not fixed yet. | David Walter Seikel | 1 | -2/+3 |
2012-02-23 | Bump the script quitting time. | David Walter Seikel | 1 | -2/+2 |
2012-02-23 | Have the returns from external function calls include the word "return" at th... | David Walter Seikel | 1 | -20/+21 |
2012-02-23 | Change the quit timer into a more general purpose timed events timer, for mor... | David Walter Seikel | 1 | -9/+36 |
2012-02-23 | Fake some more functions in the test harness. | David Walter Seikel | 1 | -1/+13 |
2012-02-23 | Implement llSleep(), and wait a bit longer for the test, now that it's sleepi... | David Walter Seikel | 1 | -1/+1 |
2012-02-23 | Make the test command called output a bit neater. | David Walter Seikel | 1 | -1/+1 |
2012-02-23 | Actually test callAndWait(), then fix it. | David Walter Seikel | 1 | -1/+12 |
2012-02-23 | Jiggle some log messages a little. | David Walter Seikel | 1 | -3/+3 |
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 c... | David Walter Seikel | 1 | -4/+56 |
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 pri... | David Walter Seikel | 1 | -20/+51 |
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. It... | David Walter Seikel | 1 | -0/+310 |