aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move LuaSL source up one directory.David Walter Seikel2014-04-221-708/+0
* Convert LuaSL to use LumbrJack.David Walter Seikel2014-04-211-40/+40
* Init ecore as well, since the example does it.David Walter Seikel2013-01-131-26/+34
* How did that ever work? lolDavid Walter Seikel2013-01-131-1/+1
* Beat the script messsage passing into shape, mostly by knocking large chunks ...David Walter Seikel2012-02-251-5/+5
* Partial rewrite of the luaproc messages. Still not fixed yet.David Walter Seikel2012-02-251-5/+5
* Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra...David Walter Seikel2012-02-251-2/+2
* Stub out the script resetting functions, and refactor the script finding code...David Walter Seikel2012-02-241-23/+53
* Implement llSetScriptState().David Walter Seikel2012-02-241-1/+37
* Have the returns from external function calls include the word "return" at th...David Walter Seikel2012-02-231-1/+1
* Implement llSetTimerEvent(), though it wont work so well until the events sys...David Walter Seikel2012-02-231-4/+27
* Implement llSleep(), and wait a bit longer for the test, now that it's sleepi...David Walter Seikel2012-02-231-1/+13
* Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's...David Walter Seikel2012-02-221-1/+11
* Change over to referring to scripts by SID.David Walter Seikel2012-02-191-6/+31
* Random commentry.David Walter Seikel2012-02-191-1/+3
* More notes about how OpenSim works, and how to hook up to it.David Walter Seikel2012-02-121-0/+117
* Implement compilerError() and compilerWarning(), and pass the client to the c...David Walter Seikel2012-02-121-1/+1
* Little clean ups.David Walter Seikel2012-02-121-1/+1
* Missed this in the SID change commit.David Walter Seikel2012-02-121-4/+5
* New sendBack and sendForth global functions.David Walter Seikel2012-02-121-8/+0
* LuaSL now sends information back to the clients.David Walter Seikel2012-02-111-3/+12
* Neaten things up a bit.David Walter Seikel2012-02-111-16/+16
* LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them.David Walter Seikel2012-02-111-4/+318
* LuaSL_test harness - connects to the LuaSL server, sends script commands. It...David Walter Seikel2012-02-111-248/+81
* Complete the separation of the guts of luaproc message sending from the Lua w...David Walter Seikel2012-02-051-1/+1
* Fix things so the wire protocol can be functions in the LSL.lua file, and _LS...David Walter Seikel2012-02-051-1/+1
* Do script quitting differently, using the wire protocol method, which means I...David Walter Seikel2012-02-051-1/+1
* Tell the scripts to quit after a short delay.David Walter Seikel2012-02-051-0/+28
* Code formatting.David Walter Seikel2012-02-051-8/+10
* Loop through the compiled scripts and run them using luaproc + LuaJIT.David Walter Seikel2012-02-051-2/+19
* Turn on the script running stuff, clean out the now excess tests, then move t...David Walter Seikel2012-02-051-243/+2
* White space clean up.David Walter Seikel2012-02-051-2/+2
* Disable the Lua run time tests for now, and patch up a couple of things that ...David Walter Seikel2012-01-281-1/+5
* Last minute coment before bed.David Walter Seikel2012-01-251-0/+1
* Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel2012-01-251-6/+179
* Quick and dirty testing of luaJIT+luaproc from LuaSL.David Walter Seikel2012-01-241-1/+32
* Make the script engine testing UI a command option.David Walter Seikel2012-01-241-78/+109
* Add ability to disable the test harness, or the Lua compile test.David Walter Seikel2012-01-231-7/+17
* Tweaked the output a little.David Walter Seikel2012-01-231-2/+2
* Exercise the lua compiler to, and produce an estimate of compile time. Also ...David Walter Seikel2012-01-231-6/+39
* Replace #ifdef with if or #if.David Walter Seikel2012-01-231-3/+1
* Coz one file is enough, more than that during debugging runs and I run out of...David Walter Seikel2012-01-221-0/+3
* Found a use for that after all. lolDavid Walter Seikel2012-01-221-1/+3
* Oops, left overs.David Walter Seikel2012-01-221-1/+0
* Basic script compiling instrumentation.David Walter Seikel2012-01-221-0/+8
* Move the test script into the directory where the other tests are, so it's no...David Walter Seikel2012-01-221-11/+2
* Disable some of the output, and compile every script in the test sim.David Walter Seikel2012-01-211-6/+28
* Add LSL constants by simply compiling an LSL script with them all, and keepin...David Walter Seikel2012-01-211-2/+2
* Run both test scripts.David Walter Seikel2012-01-201-0/+2
* Use EFL logging.David Walter Seikel2012-01-171-2/+2