aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-18Clean up the server startup and connection a bit.David Walter Seikel3-60/+45
2014-05-18No need to say this is where the history is show now that it's actually being...David Walter Seikel1-2/+2
2014-05-18Implement hiding and showing window Lua functions.David Walter Seikel1-0/+21
2014-05-18Implement text entry and text box widgets.David Walter Seikel2-11/+16
2014-05-18Add widget hide, show, and text setting functions.David Walter Seikel3-2/+49
2014-05-17Get rid of the last of the artificial delays.David Walter Seikel1-13/+6
2014-05-17Use the new server connector stuff in love.David Walter Seikel1-16/+21
2014-05-17Fake llRequestPermissions().David Walter Seikel1-1/+3
2014-05-17Faked llListen().David Walter Seikel1-0/+5
2014-05-17Fake llSameGroup().David Walter Seikel1-0/+2
2014-05-17More window adjusting.David Walter Seikel1-1/+1
2014-05-17Wait a second before extantz tries to reconnect.David Walter Seikel1-1/+12
2014-05-17Adjust windows a bit.David Walter Seikel3-4/+4
2014-05-17Remove excess sleep and env setting.David Walter Seikel1-14/+2
2014-05-17Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel1-3/+10
2014-05-17Use the new server connector, and some related movements.David Walter Seikel6-52/+68
2014-05-17Add a smarter server connect function.David Walter Seikel2-0/+76
2014-05-17Rearrange things in the libraries.David Walter Seikel10-73/+71
2014-05-17Move the new pcall stuff to Runnr.c.David Walter Seikel3-62/+69
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