| Commit message (Expand) | Author | Files | Lines |
2016-02-06 | Put the ~/.SledHamr/ creation code into all three main binaries. sigh | David Walter Seikel | 1 | -14/+1 |
2016-02-06 | Create our home directories, if not already created. | David Walter Seikel | 1 | -0/+17 |
2016-02-05 | More Lua network messages clean ups. | David Walter Seikel | 1 | -3/+3 |
2016-02-05 | The next step in cleaning up the network Lua messages. | David Walter Seikel | 1 | -4/+4 |
2016-02-04 | I have no idea how long this has NOT been needed for. | David Walter Seikel | 1 | -2/+0 |
2016-01-21 | Random cleanups. | David Walter Seikel | 1 | -7/+5 |
2016-01-21 | Rejig the structure of windows a lot. | David Walter Seikel | 1 | -43/+34 |
2016-01-21 | Rewrite the layers description. | David Walter Seikel | 1 | -22/+86 |
2016-01-21 | Backgrounds don't have image_fill_outside. | David Walter Seikel | 1 | -1/+0 |
2016-01-21 | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 1 | -5/+5 |
2016-01-20 | Commenting out no longer needed code, which I should probably just delete soon. | David Walter Seikel | 1 | -1/+3 |
2016-01-20 | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 1 | -117/+82 |
2016-01-19 | Clean up LSL command and argument passing. | David Walter Seikel | 1 | -11/+12 |
2016-01-17 | Unify the message sending code a bit. | David Walter Seikel | 1 | -3/+3 |
2016-01-03 | Clean up logging, removing most of the printf's. | David Walter Seikel | 1 | -4/+2 |
2016-01-03 | Oops, uncomment this, so that file open works again. | David Walter Seikel | 1 | -1/+1 |
2016-01-03 | Stop the compile warnings, and clean out commented code. | David Walter Seikel | 1 | -45/+6 |
2016-01-03 | Delay some of the Extantz startup to make things prettier. | David Walter Seikel | 1 | -16/+131 |
2016-01-03 | Beat the server connection manegement into shape. | David Walter Seikel | 1 | -111/+70 |
2015-12-31 | Fix menus, with an evil hack. | David Walter Seikel | 1 | -91/+61 |
2015-12-31 | Replace cube and sphere code with Evas_3D primitives. | David Walter Seikel | 1 | -1/+0 |
2015-09-11 | Failed experiment, but let's keep it for now. | David Walter Seikel | 1 | -1/+3 |
2015-09-11 | Update to latest API changes. | David Walter Seikel | 1 | -1/+2 |
2015-06-18 | Fix up yet another API break. | David Walter Seikel | 1 | -5/+5 |
2015-03-22 | The new way to beg for the proper 3D graphics engine. | David Walter Seikel | 1 | -4/+3 |
2015-03-22 | Allow dropping the Evas_3D stuff out of the compile. | David Walter Seikel | 1 | -0/+14 |
2015-03-22 | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in c... | David Walter Seikel | 1 | -1/+1 |
2014-08-30 | Update to new file getting API. | David Walter Seikel | 1 | -1/+1 |
2014-08-10 | It seems that now we have to kick Elm harder to get GL out of it. | David Walter Seikel | 1 | -0/+1 |
2014-06-11 | Update to post release API change. So much for stable API to collaborate wit... | David Walter Seikel | 1 | -2/+2 |
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 1 | -2/+3 |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 1 | -13/+45 |
2014-05-30 | Slightly less half arsed stuffs creation. | David Walter Seikel | 1 | -1/+1 |
2014-05-29 | Half arsed generic stuffs creation. | David Walter Seikel | 1 | -1/+2 |
2014-05-28 | The UUID faking code is common enough to stick it in a macro. | David Walter Seikel | 1 | -1/+1 |
2014-05-24 | Pretend to login, and some commenting out so it all compiles. Fix it up later. | David Walter Seikel | 1 | -0/+6 |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 1 | -1/+1 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 1 | -18/+9 |
2014-05-20 | The results of a session with valgrind. | David Walter Seikel | 1 | -2/+4 |
2014-05-18 | Clean up the server startup and connection a bit. | David Walter Seikel | 1 | -23/+17 |
2014-05-17 | Wait a second before extantz tries to reconnect. | David Walter Seikel | 1 | -1/+12 |
2014-05-17 | Remove excess sleep and env setting. | David Walter Seikel | 1 | -14/+2 |
2014-05-17 | Use the new server connector, and some related movements. | David Walter Seikel | 1 | -40/+52 |
2014-05-16 | A little clean up. | David Walter Seikel | 1 | -3/+2 |
2014-05-16 | For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ... | David Walter Seikel | 1 | -10/+10 |
2014-05-16 | Stick the connection to the love server in the GuiLua structure, and related ... | David Walter Seikel | 1 | -14/+14 |
2014-05-16 | Add a stub LSLGuiMess Lua script. | David Walter Seikel | 1 | -1/+6 |
2014-05-16 | TODO++ | David Walter Seikel | 1 | -0/+1 |
2014-05-16 | Slightly better faked llDialog(), plus remove newlines from the callers, sinc... | David Walter Seikel | 1 | -0/+6 |
2014-05-14 | TODO++ | David Walter Seikel | 1 | -0/+1 |