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