aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-24Move ExtantzStuffs to extantz.David Walter Seikel2-9/+9
2014-05-24White space fixes.David Walter Seikel1-9/+9
2014-05-24Auto clean the files we build.David Walter Seikel3-4/+3
2014-05-24Big include and libraries clean up.David Walter Seikel23-60/+263
2014-05-24Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel6-6/+25
2014-05-24Ideas about how to deal with in world objects. Includes some entirely ↵David Walter Seikel1-0/+163
untested code bits.
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel17-855/+773
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel22-150/+149
2014-05-20The results of a session with valgrind.David Walter Seikel13-26/+66
I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries.
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 ↵David Walter Seikel1-2/+2
being used.
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
is the action for. Still failing somehow, but not getting any useful errors.
2014-05-16For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ↵David Walter Seikel1-10/+10
from extantz. Still trying to debug this.
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
tweakage.
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
this now. NOTE - It uses a Lua debug function for this.
2014-05-16TODO++David Walter Seikel1-0/+1
2014-05-16Slightly better faked llDialog(), plus remove newlines from the callers, ↵David Walter Seikel2-0/+7
since that's not handled yet.