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