| Commit message (Expand) | Author | Files | Lines |
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 |
2012-02-05 | Fix things so the wire protocol can be functions in the LSL.lua file, and _LS... | David Walter Seikel | 1 | -1/+1 |
2012-02-05 | Do script quitting differently, using the wire protocol method, which means I... | David Walter Seikel | 1 | -1/+1 |
2012-02-05 | Tell the scripts to quit after a short delay. | David Walter Seikel | 1 | -0/+28 |
2012-02-05 | Code formatting. | David Walter Seikel | 1 | -8/+10 |
2012-02-05 | Loop through the compiled scripts and run them using luaproc + LuaJIT. | David Walter Seikel | 1 | -2/+19 |
2012-02-05 | Turn on the script running stuff, clean out the now excess tests, then move t... | David Walter Seikel | 1 | -243/+2 |
2012-02-05 | White space clean up. | David Walter Seikel | 1 | -2/+2 |
2012-01-28 | Disable the Lua run time tests for now, and patch up a couple of things that ... | David Walter Seikel | 1 | -1/+5 |
2012-01-25 | Last minute coment before bed. | David Walter Seikel | 1 | -0/+1 |
2012-01-25 | Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol | David Walter Seikel | 1 | -6/+179 |
2012-01-24 | Quick and dirty testing of luaJIT+luaproc from LuaSL. | David Walter Seikel | 1 | -1/+32 |
2012-01-24 | Make the script engine testing UI a command option. | David Walter Seikel | 1 | -78/+109 |
2012-01-23 | Add ability to disable the test harness, or the Lua compile test. | David Walter Seikel | 1 | -7/+17 |
2012-01-23 | Tweaked the output a little. | David Walter Seikel | 1 | -2/+2 |
2012-01-23 | Exercise the lua compiler to, and produce an estimate of compile time. Also ... | David Walter Seikel | 1 | -6/+39 |
2012-01-23 | Replace #ifdef with if or #if. | David Walter Seikel | 1 | -3/+1 |
2012-01-22 | Coz one file is enough, more than that during debugging runs and I run out of... | David Walter Seikel | 1 | -0/+3 |
2012-01-22 | Found a use for that after all. lol | David Walter Seikel | 1 | -1/+3 |
2012-01-22 | Oops, left overs. | David Walter Seikel | 1 | -1/+0 |
2012-01-22 | Basic script compiling instrumentation. | David Walter Seikel | 1 | -0/+8 |