aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03Left overs from previous commits.David Walter Seikel1-110/+56
2014-09-15Shut up die spam.David Walter Seikel1-1/+1
2014-09-14Say which script failed compiling.David Walter Seikel1-1/+1
2014-09-14Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp...David Walter Seikel1-52/+93
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's no...David Walter Seikel1-0/+2
2014-08-14Only collect the errors and warnings during a compile, output them in a batch...David Walter Seikel1-0/+14
2014-08-14Considerable cleanup of the top level compiling code.David Walter Seikel1-21/+7
2014-08-10Better separation between compiling and running LSL scripts.David Walter Seikel1-10/+13
2014-08-09Move "Compiling ..." message to the compiler.David Walter Seikel1-1/+0
2014-08-09Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel1-9/+15
2014-06-03White space fix.David Walter Seikel1-1/+1
2014-06-01Notes++David Walter Seikel1-0/+30
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag...David Walter Seikel1-145/+103
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel1-20/+6
2014-05-17Rearrange things in the libraries.David Walter Seikel1-0/+1
2014-05-16Implement llGetTime() and friends.David Walter Seikel1-0/+25
2014-05-14Shut up some excess debugs.David Walter Seikel1-3/+3
2014-05-14Trash the trash thingy that was trashing memory. Plus some debugging prints.David Walter Seikel1-0/+7
2014-05-14Actually implement LSL script resetting, and some associated fixes.David Walter Seikel1-4/+21
2014-05-14Display LSL script names instead of lengthy paths and UUIDs.David Walter Seikel1-5/+8
2014-05-14Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel1-3/+19
2014-05-13No idea how long this has been wrong. lolDavid Walter Seikel1-1/+1
2014-05-13Extantz calls love, and love calls LuaSL, and clean out the need for scripts ...David Walter Seikel1-2/+17
2014-05-13Finish separating out love.David Walter Seikel1-21/+16
2014-05-05Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel1-8/+9
2014-04-22Move all source into the new src directory, and shuffle a few other things ar...David Walter Seikel1-0/+0
2014-04-22Move LuaSL source up one directory.David Walter Seikel1-0/+0
2014-04-21Convert LuaSL to use LumbrJack.David Walter Seikel1-40/+40
2013-01-13Init ecore as well, since the example does it.David Walter Seikel1-26/+34
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-5/+5
2012-02-25Partial rewrite of the luaproc messages. Still not fixed yet.David Walter Seikel1-5/+5
2012-02-25Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra...David Walter Seikel1-2/+2
2012-02-24Stub out the script resetting functions, and refactor the script finding code...David Walter Seikel1-23/+53
2012-02-24Implement llSetScriptState().David Walter Seikel1-1/+37
2012-02-23Have the returns from external function calls include the word "return" at th...David Walter Seikel1-1/+1
2012-02-23Implement llSetTimerEvent(), though it wont work so well until the events sys...David Walter Seikel1-4/+27
2012-02-23Implement llSleep(), and wait a bit longer for the test, now that it's sleepi...David Walter Seikel1-1/+13
2012-02-22Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's...David Walter Seikel1-1/+11
2012-02-19Change over to referring to scripts by SID.David Walter Seikel1-6/+31
2012-02-19Random commentry.David Walter Seikel1-1/+3
2012-02-12More notes about how OpenSim works, and how to hook up to it.David Walter Seikel1-0/+117
2012-02-12Implement compilerError() and compilerWarning(), and pass the client to the c...David Walter Seikel1-1/+1
2012-02-12Little clean ups.David Walter Seikel1-1/+1
2012-02-12Missed this in the SID change commit.David Walter Seikel1-4/+5
2012-02-12New sendBack and sendForth global functions.David Walter Seikel1-8/+0
2012-02-11LuaSL now sends information back to the clients.David Walter Seikel1-3/+12
2012-02-11Neaten things up a bit.David Walter Seikel1-16/+16
2012-02-11LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them.David Walter Seikel1-4/+318
2012-02-11LuaSL_test harness - connects to the LuaSL server, sends script commands. It...David Walter Seikel1-248/+81