| Commit message (Expand) | Author | Files | Lines |
2016-03-13 | Add an avatar, and hook the camera up to it. | David Walter Seikel | 2 | -18/+34 |
2016-03-13 | Resizing cleanup. | David Walter Seikel | 1 | -10/+8 |
2016-03-13 | Different way of dealing with object popups, run a timer, check for mouse ina... | David Walter Seikel | 3 | -29/+68 |
2016-03-13 | Update to new eo_* syntax. | David Walter Seikel | 9 | -252/+237 |
2016-03-07 | Experimenting with creating my own cube and heightfield. | David Walter Seikel | 1 | -10/+115 |
2016-02-06 | Adjust in world positions a bit. | David Walter Seikel | 1 | -1/+1 |
2016-02-06 | Lights! Cameras! Action? | David Walter Seikel | 1 | -3/+8 |
2016-02-06 | Add test terrain support. | David Walter Seikel | 2 | -3/+23 |
2016-02-06 | Pass stuff size up to C code. | David Walter Seikel | 3 | -7/+11 |
2016-02-06 | Put the ~/.SledHamr/ creation code into all three main binaries. sigh | David Walter Seikel | 5 | -15/+27 |
2016-02-06 | Create our home directories, if not already created. | David Walter Seikel | 3 | -2/+21 |
2016-02-06 | Switch to eina_quaternion, instead of the copy pasted, coz it's hidden, evas_... | David Walter Seikel | 3 | -1604/+25 |
2016-02-06 | Move return() to the hashed commands. | David Walter Seikel | 1 | -7/+16 |
2016-02-06 | Actually use the command hash. A little. | David Walter Seikel | 2 | -37/+49 |
2016-02-05 | TODO about what to do with link messages. | David Walter Seikel | 1 | -0/+1 |
2016-02-05 | More Lua network messages clean ups. | David Walter Seikel | 4 | -168/+198 |
2016-02-05 | The next step in cleaning up the network Lua messages. | David Walter Seikel | 5 | -134/+195 |
2016-02-04 | Various TODO items about parsing network commands. | David Walter Seikel | 1 | -0/+14 |
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 | 3 | -27/+24 |
2016-01-21 | Rejig the structure of windows a lot. | David Walter Seikel | 8 | -130/+165 |
2016-01-21 | Rewrite the layers description. | David Walter Seikel | 1 | -22/+86 |
2016-01-21 | No need to test twice. | David Walter Seikel | 1 | -4/+0 |
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 | 4 | -9/+20 |
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 | 3 | -131/+107 |
2016-01-19 | Clean up LSL command and argument passing. | David Walter Seikel | 4 | -86/+82 |
2016-01-18 | Actually send compile messages back. Plus some refactoring of the script eng... | David Walter Seikel | 5 | -63/+78 |
2016-01-17 | Unify the message sending code a bit. | David Walter Seikel | 6 | -92/+44 |
2016-01-17 | Bunch of debuggingnesses. | David Walter Seikel | 2 | -2/+6 |
2016-01-17 | Catch "return ..." as well as "function(...". | David Walter Seikel | 1 | -0/+2 |
2016-01-03 | Remove left over comments. | David Walter Seikel | 2 | -5/+0 |
2016-01-03 | Clean up logging, removing most of the printf's. | David Walter Seikel | 8 | -91/+86 |
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 | Left overs from previous commits. | David Walter Seikel | 2 | -111/+56 |
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 | 9 | -642/+670 |
2016-01-01 | Fix some long standing typoes. | David Walter Seikel | 2 | -5/+5 |
2016-01-01 | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 3 | -111/+384 |
2015-12-31 | Fix menus, with an evil hack. | David Walter Seikel | 4 | -110/+126 |
2015-12-31 | Replace cube and sphere code with Evas_3D primitives. | David Walter Seikel | 3 | -242/+12 |
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 | 6 | -140/+141 |
2015-07-09 | Add some ideas for how to make Lua Skang less verbose. | David Walter Seikel | 1 | -0/+9 |
2015-06-18 | Fix up yet another API break. | David Walter Seikel | 6 | -32/+32 |
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 |