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