| Commit message (Expand) | Author | Files | Lines |
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 1 | -1/+1 |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 1 | -1/+1 |
2014-05-30 | Slightly less half arsed stuffs creation. | David Walter Seikel | 1 | -0/+2 |
2014-05-29 | Half arsed generic stuffs creation. | David Walter Seikel | 1 | -1/+1 |
2014-05-28 | Some more in world object structure stuff and fixes. | David Walter Seikel | 1 | -8/+20 |
2014-05-28 | The UUID faking code is common enough to stick it in a macro. | David Walter Seikel | 1 | -0/+1 |
2014-05-27 | Last part of switching the sim over to the new specs. | David Walter Seikel | 1 | -3/+4 |
2014-05-26 | TODO++ | David Walter Seikel | 1 | -0/+1 |
2014-05-24 | Move the latest thoughts about directory structure into the love docs, add mo... | David Walter Seikel | 1 | -115/+0 |
2014-05-24 | More notes about stuffs directory structure. | David Walter Seikel | 1 | -0/+117 |
2014-05-24 | Move ExtantzStuffs to extantz. | David Walter Seikel | 1 | -9/+0 |
2014-05-24 | White space fixes. | David Walter Seikel | 1 | -9/+9 |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 5 | -4/+1973 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 4 | -38/+634 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 6 | -65/+105 |
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 3 | -15/+25 |
2014-05-18 | Clean up the server startup and connection a bit. | David Walter Seikel | 1 | -10/+9 |
2014-05-18 | Implement text entry and text box widgets. | David Walter Seikel | 1 | -1/+16 |
2014-05-18 | Add widget hide, show, and text setting functions. | David Walter Seikel | 2 | -0/+12 |
2014-05-17 | Don't sleep to wait for reconnecting, use a timer instead. | David Walter Seikel | 1 | -3/+10 |
2014-05-17 | Add a smarter server connect function. | David Walter Seikel | 2 | -0/+76 |
2014-05-17 | Rearrange things in the libraries. | David Walter Seikel | 6 | -72/+67 |
2014-05-17 | Move the new pcall stuff to Runnr.c. | David Walter Seikel | 2 | -0/+67 |
2014-05-16 | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 2 | -0/+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 | Move timeDiff() to LumbrJack, it has more than one user now. | David Walter Seikel | 2 | -0/+26 |
2014-05-13 | Finish separating out love. | David Walter Seikel | 2 | -0/+38 |
2014-05-12 | Move poor mans introspection into winFang.c, and use it in purkle. | David Walter Seikel | 3 | -21/+103 |
2014-05-12 | widgetAdd now does the box / grid decision, and some oter things moved into it. | David Walter Seikel | 2 | -14/+19 |
2014-05-12 | Change WinFang title to marker, since the slider options are borked. | David Walter Seikel | 1 | -3/+2 |
2014-05-12 | Try to calculate minimum winFang size, and fail coz no one else does. | David Walter Seikel | 3 | -11/+39 |
2014-05-12 | Fiddle with the winFang title, and white space cleanups on winFang.edc. | David Walter Seikel | 2 | -146/+155 |
2014-05-12 | Internal and external windows now both use the layout. | David Walter Seikel | 3 | -68/+70 |
2014-05-12 | A little more clean up of winFang move / resize. | David Walter Seikel | 1 | -15/+14 |
2014-05-12 | Fix up winFang move and resize. Still more to fix here though. | David Walter Seikel | 3 | -33/+72 |
2014-05-12 | Move the callback comments. | David Walter Seikel | 1 | -0/+54 |
2014-05-11 | Clean up the winFang layout stuff. | David Walter Seikel | 2 | -47/+49 |
2014-05-11 | Change internal windows from Elm win to Elm layout. | David Walter Seikel | 4 | -76/+172 |
2014-05-11 | Resize instead of mapping windows. Got the basics of a window manager in a f... | David Walter Seikel | 1 | -67/+97 |
2014-05-11 | Add a rectangle to pad out those that don't use the winFang box, and have the... | David Walter Seikel | 2 | -0/+20 |
2014-05-11 | Add internal window title bar, and dragging them around. Plus some related c... | David Walter Seikel | 2 | -11/+96 |
2014-05-10 | Add physics to the windows. | David Walter Seikel | 2 | -2/+14 |
2014-05-08 | Setup all the Lua paths in a central place. | David Walter Seikel | 2 | -1/+15 |
2014-05-06 | All winFangs now get a complimentary box. | David Walter Seikel | 2 | -0/+10 |
2014-05-06 | WinFangs use an Elm image instead of a rectangle for their background, and ot... | David Walter Seikel | 2 | -6/+10 |
2014-05-06 | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 2 | -5/+14 |
2014-05-05 | Clean up include files. | David Walter Seikel | 4 | -2/+20 |
2014-05-05 | Support light user data in the Lua argument support functions. | David Walter Seikel | 1 | -1/+18 |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 1 | -13/+7 |