| Commit message (Expand) | Author | Files | Lines |
2014-05-17 | Clean up the complex pcall stuff. | David Walter Seikel | 1 | -45/+31 |
2014-05-17 | Move a TODO. | David Walter Seikel | 1 | -2/+3 |
2014-05-16 | A little clean up. | David Walter Seikel | 1 | -3/+2 |
2014-05-16 | Fake llRegionsay(). | David Walter Seikel | 1 | -0/+5 |
2014-05-16 | OK, put the safe one back, for now. | David Walter Seikel | 1 | -2/+2 |
2014-05-16 | Try to do actions in the environment of the window that owns the widget this ... | David Walter Seikel | 1 | -2/+78 |
2014-05-16 | For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ... | David Walter Seikel | 1 | -10/+10 |
2014-05-16 | Add the purkle say() command. | David Walter Seikel | 1 | -0/+20 |
2014-05-16 | Only open one purkle window. | David Walter Seikel | 1 | -1/+2 |
2014-05-16 | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 3 | -2/+7 |
2014-05-16 | Stick the connection to the love server in the GuiLua structure, and related ... | David Walter Seikel | 3 | -16/+18 |
2014-05-16 | Bring back the dangerous push_lua() calls. Trying to debug this. | David Walter Seikel | 1 | -3/+3 |
2014-05-16 | Commented out attempt to debug push_lua(). Still a bit dodgy. | David Walter Seikel | 1 | -1/+3 |
2014-05-16 | TODO++ | David Walter Seikel | 1 | -1/+2 |
2014-05-16 | Typo-- | David Walter Seikel | 1 | -1/+1 |
2014-05-16 | Add a stub LSLGuiMess Lua script. | David Walter Seikel | 3 | -2/+7 |
2014-05-16 | Skang moduleBegin() stuffs the module in the C registry, so no one has to do ... | David Walter Seikel | 2 | -4/+0 |
2014-05-16 | TODO++ | David Walter Seikel | 1 | -0/+1 |
2014-05-16 | Slightly better faked llDialog(), plus remove newlines from the callers, sinc... | David Walter Seikel | 2 | -0/+7 |
2014-05-16 | Fake llKey2Name(), since there's only one user we know about at the moment. | David Walter Seikel | 1 | -0/+17 |
2014-05-16 | Implement llGetTime() and friends. | David Walter Seikel | 1 | -0/+25 |
2014-05-16 | Move timeDiff() to LumbrJack, it has more than one user now. | David Walter Seikel | 3 | -24/+26 |
2014-05-16 | Shouting creates logs for now. | David Walter Seikel | 1 | -0/+2 |
2014-05-16 | Fake result of LSL conditional wrapped function calls. Should fix this bette... | David Walter Seikel | 1 | -10/+12 |
2014-05-16 | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 1 | -7/+23 |
2014-05-16 | Actually typecast to list / table. | David Walter Seikel | 1 | -0/+2 |
2014-05-15 | Escape notecard lines. | David Walter Seikel | 1 | -1/+13 |
2014-05-15 | Properly fix list concatenation, I hope. | David Walter Seikel | 1 | -2/+2 |
2014-05-15 | Some more list adding and concatenation fixes. | David Walter Seikel | 1 | -2/+7 |
2014-05-14 | Fake llGetFreeMemory(). | David Walter Seikel | 1 | -0/+2 |
2014-05-14 | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 2 | -2/+3 |
2014-05-14 | Implement llGetNotecardLine(). | David Walter Seikel | 1 | -0/+82 |
2014-05-14 | Oops, fix up post increment. | David Walter Seikel | 1 | -1/+1 |
2014-05-14 | Fake llGetPermissionsKey(). | David Walter Seikel | 1 | -0/+2 |
2014-05-14 | Shut up some excess debugs. | David Walter Seikel | 1 | -3/+3 |
2014-05-14 | Implement faked llGetLinkNumber() and llMessageLinked(). | David Walter Seikel | 1 | -0/+14 |
2014-05-14 | More server clean up fixings. | David Walter Seikel | 1 | -3/+2 |
2014-05-14 | Don't use the new Lua state if it couldn't be allocated. | David Walter Seikel | 1 | -26/+30 |
2014-05-14 | Get list appending and adding to work. | David Walter Seikel | 2 | -3/+55 |
2014-05-14 | Comment out some excess compiler warnings. | David Walter Seikel | 1 | -2/+2 |
2014-05-14 | Trash the trash thingy that was trashing memory. Plus some debugging prints. | David Walter Seikel | 2 | -4/+22 |
2014-05-14 | Actually implement LSL script resetting, and some associated fixes. | David Walter Seikel | 2 | -7/+28 |
2014-05-14 | Display LSL script names instead of lengthy paths and UUIDs. | David Walter Seikel | 2 | -5/+9 |
2014-05-14 | Disable the testing part of test.lua, so it doesn't flood the screen. | David Walter Seikel | 1 | -1/+2 |
2014-05-14 | TODO++ | David Walter Seikel | 1 | -0/+1 |
2014-05-14 | llSay() and friends log if no where to send them. | David Walter Seikel | 1 | -0/+10 |
2014-05-14 | Implement a half arsed touch_start() from extantz. | David Walter Seikel | 4 | -51/+38 |
2014-05-14 | Starting up and closing down the servers gets some love. Needs more love. | David Walter Seikel | 3 | -64/+56 |
2014-05-13 | Purkle gets an append command, and use it from extantz to show llSay() and fr... | David Walter Seikel | 2 | -27/+42 |
2014-05-13 | GuiLuaLoad() now returns the GuiLua it loaded, and adds the name. Use that f... | David Walter Seikel | 4 | -4/+9 |