aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love/love.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-13Add a TCP link between love and extantz, and have love pass on some of the ↵David Walter Seikel1-40/+205
commands that go to the viewer.
2014-05-13Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵David Walter Seikel1-0/+7
to twiddle the Lua paths.
2014-05-13Finish separating out love.David Walter Seikel1-23/+87
2014-05-13Dedicating my lifes work to my girl Boots.David Walter Seikel1-0/+6
2014-05-13Add some love, er I mean, add the love world server, coz love makes the ↵David Walter Seikel1-4/+4
world go around. Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness.
2014-05-05Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel1-7/+8
2014-04-27Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel1-4/+4
to suit.
2014-04-22Move all source into the new src directory, and shuffle a few other things ↵David Walter Seikel1-0/+0
around.
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-0/+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.