Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Init ecore as well, since the example does it. | David Walter Seikel | 2013-01-13 | 1 | -26/+34 |
| | |||||
* | How did that ever work? lol | David Walter Seikel | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Beat the script messsage passing into shape, mostly by knocking large chunks ↵ | David Walter Seikel | 2012-02-25 | 1 | -5/+5 |
| | | | | off. lol | ||||
* | Partial rewrite of the luaproc messages. Still not fixed yet. | David Walter Seikel | 2012-02-25 | 1 | -5/+5 |
| | |||||
* | Remove a whole bunch of stuff we don't need from our luaproc fork, and ↵ | David Walter Seikel | 2012-02-25 | 1 | -2/+2 |
| | | | | rearrange what's left. | ||||
* | Stub out the script resetting functions, and refactor the script finding ↵ | David Walter Seikel | 2012-02-24 | 1 | -23/+53 |
| | | | | code that is common with those and llSetScriptState(). | ||||
* | Implement llSetScriptState(). | David Walter Seikel | 2012-02-24 | 1 | -1/+37 |
| | |||||
* | Have the returns from external function calls include the word "return" at ↵ | David Walter Seikel | 2012-02-23 | 1 | -1/+1 |
| | | | | the start. | ||||
* | Implement llSetTimerEvent(), though it wont work so well until the events ↵ | David Walter Seikel | 2012-02-23 | 1 | -4/+27 |
| | | | | system is in place at the Lua end. | ||||
* | Implement llSleep(), and wait a bit longer for the test, now that it's ↵ | David Walter Seikel | 2012-02-23 | 1 | -1/+13 |
| | | | | sleeping properly. | ||||
* | Implement callAndReturn(), use it from callAndWait(). That's most of ↵ | David Walter Seikel | 2012-02-22 | 1 | -1/+11 |
| | | | | LuaSL's side of "use OpenSim to deal with in world stuff". | ||||
* | Change over to referring to scripts by SID. | David Walter Seikel | 2012-02-19 | 1 | -6/+31 |
| | |||||
* | Random commentry. | David Walter Seikel | 2012-02-19 | 1 | -1/+3 |
| | |||||
* | More notes about how OpenSim works, and how to hook up to it. | David Walter Seikel | 2012-02-12 | 1 | -0/+117 |
| | |||||
* | Implement compilerError() and compilerWarning(), and pass the client to the ↵ | David Walter Seikel | 2012-02-12 | 1 | -1/+1 |
| | | | | compiler so it can use them.. | ||||
* | Little clean ups. | David Walter Seikel | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Missed this in the SID change commit. | David Walter Seikel | 2012-02-12 | 1 | -4/+5 |
| | |||||
* | New sendBack and sendForth global functions. | David Walter Seikel | 2012-02-12 | 1 | -8/+0 |
| | |||||
* | LuaSL now sends information back to the clients. | David Walter Seikel | 2012-02-11 | 1 | -3/+12 |
| | |||||
* | Neaten things up a bit. | David Walter Seikel | 2012-02-11 | 1 | -16/+16 |
| | |||||
* | LuaSL_main is pretty small now, LuaSL_runner is mostly comment. Merge them. | David Walter Seikel | 2012-02-11 | 1 | -4/+318 |
| | |||||
* | LuaSL_test harness - connects to the LuaSL server, sends script commands. ↵ | David Walter Seikel | 2012-02-11 | 1 | -248/+81 |
| | | | | It has the test GUI now. Turned LuaSL into purely a server. | ||||
* | Complete the separation of the guts of luaproc message sending from the Lua ↵ | David Walter Seikel | 2012-02-05 | 1 | -1/+1 |
| | | | | wrapper. | ||||
* | Fix things so the wire protocol can be functions in the LSL.lua file, and ↵ | David Walter Seikel | 2012-02-05 | 1 | -1/+1 |
| | | | | _LSL can go back to being local to the script. | ||||
* | Do script quitting differently, using the wire protocol method, which means ↵ | David Walter Seikel | 2012-02-05 | 1 | -1/+1 |
| | | | | I got to debug that. | ||||
* | Tell the scripts to quit after a short delay. | David Walter Seikel | 2012-02-05 | 1 | -0/+28 |
| | |||||
* | Code formatting. | David Walter Seikel | 2012-02-05 | 1 | -8/+10 |
| | |||||
* | Loop through the compiled scripts and run them using luaproc + LuaJIT. | David Walter Seikel | 2012-02-05 | 1 | -2/+19 |
| | |||||
* | Turn on the script running stuff, clean out the now excess tests, then move ↵ | David Walter Seikel | 2012-02-05 | 1 | -243/+2 |
| | | | | the runner to it's own file. | ||||
* | White space clean up. | David Walter Seikel | 2012-02-05 | 1 | -2/+2 |
| | |||||
* | Disable the Lua run time tests for now, and patch up a couple of things that ↵ | David Walter Seikel | 2012-01-28 | 1 | -1/+5 |
| | | | | should be disabled along with that. | ||||
* | Last minute coment before bed. | David Walter Seikel | 2012-01-25 | 1 | -0/+1 |
| | |||||
* | Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol | David Walter Seikel | 2012-01-25 | 1 | -6/+179 |
| | |||||
* | Quick and dirty testing of luaJIT+luaproc from LuaSL. | David Walter Seikel | 2012-01-24 | 1 | -1/+32 |
| | |||||
* | Make the script engine testing UI a command option. | David Walter Seikel | 2012-01-24 | 1 | -78/+109 |
| | |||||
* | Add ability to disable the test harness, or the Lua compile test. | David Walter Seikel | 2012-01-23 | 1 | -7/+17 |
| | |||||
* | Tweaked the output a little. | David Walter Seikel | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | Exercise the lua compiler to, and produce an estimate of compile time. Also ↵ | David Walter Seikel | 2012-01-23 | 1 | -6/+39 |
| | | | | comment out the edje stuff for now. | ||||
* | Replace #ifdef with if or #if. | David Walter Seikel | 2012-01-23 | 1 | -3/+1 |
| | | | | Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes. | ||||
* | Coz one file is enough, more than that during debugging runs and I run out ↵ | David Walter Seikel | 2012-01-22 | 1 | -0/+3 |
| | | | | of scrollback space. lol | ||||
* | Found a use for that after all. lol | David Walter Seikel | 2012-01-22 | 1 | -1/+3 |
| | |||||
* | Oops, left overs. | David Walter Seikel | 2012-01-22 | 1 | -1/+0 |
| | |||||
* | Basic script compiling instrumentation. | David Walter Seikel | 2012-01-22 | 1 | -0/+8 |
| | |||||
* | Move the test script into the directory where the other tests are, so it's ↵ | David Walter Seikel | 2012-01-22 | 1 | -11/+2 |
| | | | | no longer a special case. Clean up after that. | ||||
* | Disable some of the output, and compile every script in the test sim. | David Walter Seikel | 2012-01-21 | 1 | -6/+28 |
| | |||||
* | Add LSL constants by simply compiling an LSL script with them all, and ↵ | David Walter Seikel | 2012-01-21 | 1 | -2/+2 |
| | | | | keeping the result. | ||||
* | Run both test scripts. | David Walter Seikel | 2012-01-20 | 1 | -0/+2 |
| | |||||
* | Use EFL logging. | David Walter Seikel | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 2012-01-17 | 1 | -2/+5 |
| | |||||
* | Add a compiler stub. | David Walter Seikel | 2012-01-05 | 1 | -1/+7 |
| |