Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-06 | Pass stuff size up to C code. | David Walter Seikel | 2 | -7/+10 | |
This is getting unweildy. lol | |||||
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-06 | Switch to eina_quaternion, instead of the copy pasted, coz it's hidden, ↵ | David Walter Seikel | 1 | -46/+25 | |
evas_vec3 stuff. | |||||
2016-02-05 | More Lua network messages clean ups. | David Walter Seikel | 1 | -3/+3 | |
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing. | |||||
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 | 2 | -23/+21 | |
2016-01-21 | Rejig the structure of windows a lot. | David Walter Seikel | 3 | -56/+37 | |
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 | 2 | -8/+8 | |
2016-01-20 | Commenting out no longer needed code, which I should probably just delete soon. | David Walter Seikel | 2 | -2/+4 | |
2016-01-20 | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 2 | -122/+90 | |
We'll live with the suckiness of menus and toolbars for now. | |||||
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 | Remove left over comments. | David Walter Seikel | 1 | -1/+0 | |
2016-01-03 | Clean up logging, removing most of the printf's. | David Walter Seikel | 3 | -12/+9 | |
2016-01-03 | Re-enable the web browser I had forgotten disabling. | David Walter Seikel | 1 | -1/+1 | |
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 | 2 | -113/+72 | |
2016-01-01 | Fix some long standing typoes. | David Walter Seikel | 1 | -1/+1 | |
2015-12-31 | Fix menus, with an evil hack. | David Walter Seikel | 2 | -110/+65 | |
ELM managed to break the main menu, it never showed, no matter what I did, but the woMan menus worked fine. Refactored both so they use generic functions for building the menu. Put the main menu in it's own window, which mostly works fine. I gotta rip the elm menu system a new one, or just drop it entirely and build my own. | |||||
2015-12-31 | Replace cube and sphere code with Evas_3D primitives. | David Walter Seikel | 3 | -242/+12 | |
Clicking on them works again. B-) | |||||
2015-09-11 | Failed experiment, but let's keep it for now. | David Walter Seikel | 3 | -2/+24 | |
2015-09-11 | Update to latest API changes. | David Walter Seikel | 5 | -139/+140 | |
2015-06-18 | Fix up yet another API break. | David Walter Seikel | 5 | -21/+21 | |
These APIs will settle down soonish, they promise. | |||||
2015-03-29 | Uncomment this now that EFL got fixed. | David Walter Seikel | 1 | -16/+16 | |
2015-03-22 | The new way to beg for the proper 3D graphics engine. | David Walter Seikel | 1 | -4/+3 | |
2015-03-22 | Comment out the radio buttons for now, this is causing the crashing. | David Walter Seikel | 1 | -20/+20 | |
2015-03-22 | Allow dropping the Evas_3D stuff out of the compile. | David Walter Seikel | 2 | -0/+15 | |
2015-03-22 | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 5 | -12/+12 | |
case they change their mind again. | |||||
2014-12-26 | Bring it up to date with EFL changes. Though more are needed. | David Walter Seikel | 2 | -5/+5 | |
2014-08-30 | Update to new file getting API. | David Walter Seikel | 2 | -3/+3 | |
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-08-10 | Typo-- | David Walter Seikel | 1 | -1/+1 | |
2014-07-31 | Stop building in Irrlicht, but keep it around in case Evas_3D isn't good enough. | David Walter Seikel | 1 | -8/+12 | |
2014-07-31 | Move entirely over to luajit. | David Walter Seikel | 1 | -1/+1 | |
2014-06-11 | Update to post release API change. So much for stable API to collaborate ↵ | David Walter Seikel | 5 | -14/+14 | |
with. sigh | |||||
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 4 | -119/+158 | |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 4 | -36/+251 | |
Still an odd problem with sonic that doesn't make sense. | |||||
2014-05-30 | Slightly less half arsed stuffs creation. | David Walter Seikel | 4 | -597/+514 | |
2014-05-29 | Half arsed generic stuffs creation. | David Walter Seikel | 3 | -88/+278 | |
2014-05-28 | Some more in world object structure stuff and fixes. | David Walter Seikel | 1 | -3/+4 | |
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 | Move ExtantzStuffs to extantz. | David Walter Seikel | 1 | -0/+9 | |
2014-05-24 | Auto clean the files we build. | David Walter Seikel | 1 | -2/+1 | |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 9 | -1586/+6 | |