aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-06Put the ~/.SledHamr/ creation code into all three main binaries. sighDavid Walter Seikel1-0/+6
2016-02-06Move return() to the hashed commands.David Walter Seikel1-7/+16
2016-02-06Actually use the command hash. A little.David Walter Seikel1-36/+48
2016-02-05More Lua network messages clean ups.David Walter Seikel1-52/+51
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing.
2016-02-05The next step in cleaning up the network Lua messages.David Walter Seikel1-26/+44
2016-01-19Clean up LSL command and argument passing.David Walter Seikel1-8/+12
2016-01-18Actually send compile messages back. Plus some refactoring of the script ↵David Walter Seikel1-16/+7
engine.
2016-01-17Unify the message sending code a bit.David Walter Seikel1-5/+5
2016-01-17Bunch of debuggingnesses.David Walter Seikel1-1/+4
2016-01-03Clean up logging, removing most of the printf's.David Walter Seikel1-6/+8
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 ↵David Walter Seikel1-52/+93
space clean ups.
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel1-0/+2
not outputting to the console.
2014-08-14Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel1-0/+14
batch at the end.
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 ↵David Walter Seikel1-145/+103
tweakage and cleanups.
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
to twiddle the Lua paths.
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 ↵David Walter Seikel1-0/+0
around.
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
off. lol
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 ↵David Walter Seikel1-2/+2
rearrange what's left.
2012-02-24Stub out the script resetting functions, and refactor the script finding ↵David Walter Seikel1-23/+53
code that is common with those and llSetScriptState().
2012-02-24Implement llSetScriptState().David Walter Seikel1-1/+37
2012-02-23Have the returns from external function calls include the word "return" at ↵David Walter Seikel1-1/+1
the start.
2012-02-23Implement llSetTimerEvent(), though it wont work so well until the events ↵David Walter Seikel1-4/+27
system is in place at the Lua end.
2012-02-23Implement llSleep(), and wait a bit longer for the test, now that it's ↵David Walter Seikel1-1/+13
sleeping properly.
2012-02-22Implement callAndReturn(), use it from callAndWait(). That's most of ↵David Walter Seikel1-1/+11
LuaSL's side of "use OpenSim to deal with in world stuff".
2012-02-19Change over to referring to scripts by SID.David Walter Seikel1-6/+31