Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create our home directories, if not already created. | David Walter Seikel | 2016-02-06 | 3 | -2/+21 |
| | |||||
* | Switch to eina_quaternion, instead of the copy pasted, coz it's hidden, ↵ | David Walter Seikel | 2016-02-06 | 3 | -1604/+25 |
| | | | | evas_vec3 stuff. | ||||
* | Move return() to the hashed commands. | David Walter Seikel | 2016-02-06 | 1 | -7/+16 |
| | |||||
* | Actually use the command hash. A little. | David Walter Seikel | 2016-02-06 | 2 | -37/+49 |
| | |||||
* | TODO about what to do with link messages. | David Walter Seikel | 2016-02-05 | 1 | -0/+1 |
| | | | | They are between links, not between scripts. | ||||
* | More Lua network messages clean ups. | David Walter Seikel | 2016-02-05 | 4 | -168/+198 |
| | | | | | | | Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing. | ||||
* | The next step in cleaning up the network Lua messages. | David Walter Seikel | 2016-02-05 | 5 | -134/+195 |
| | |||||
* | Various TODO items about parsing network commands. | David Walter Seikel | 2016-02-04 | 1 | -0/+14 |
| | |||||
* | I have no idea how long this has NOT been needed for. | David Walter Seikel | 2016-02-04 | 1 | -2/+0 |
| | |||||
* | Random cleanups. | David Walter Seikel | 2016-01-21 | 3 | -27/+24 |
| | |||||
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 8 | -130/+165 |
| | |||||
* | Rewrite the layers description. | David Walter Seikel | 2016-01-21 | 1 | -22/+86 |
| | |||||
* | No need to test twice. | David Walter Seikel | 2016-01-21 | 1 | -4/+0 |
| | |||||
* | Backgrounds don't have image_fill_outside. | David Walter Seikel | 2016-01-21 | 1 | -1/+0 |
| | |||||
* | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2016-01-21 | 4 | -9/+20 |
| | |||||
* | Commenting out no longer needed code, which I should probably just delete soon. | David Walter Seikel | 2016-01-20 | 2 | -2/+4 |
| | |||||
* | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 2016-01-20 | 3 | -131/+107 |
| | | | | We'll live with the suckiness of menus and toolbars for now. | ||||
* | Clean up LSL command and argument passing. | David Walter Seikel | 2016-01-19 | 4 | -86/+82 |
| | |||||
* | Actually send compile messages back. Plus some refactoring of the script ↵ | David Walter Seikel | 2016-01-18 | 5 | -63/+78 |
| | | | | engine. | ||||
* | Unify the message sending code a bit. | David Walter Seikel | 2016-01-17 | 6 | -92/+44 |
| | |||||
* | Bunch of debuggingnesses. | David Walter Seikel | 2016-01-17 | 2 | -2/+6 |
| | |||||
* | Catch "return ..." as well as "function(...". | David Walter Seikel | 2016-01-17 | 1 | -0/+2 |
| | |||||
* | Remove left over comments. | David Walter Seikel | 2016-01-03 | 2 | -5/+0 |
| | |||||
* | Clean up logging, removing most of the printf's. | David Walter Seikel | 2016-01-03 | 8 | -91/+86 |
| | |||||
* | Re-enable the web browser I had forgotten disabling. | David Walter Seikel | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Oops, uncomment this, so that file open works again. | David Walter Seikel | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Stop the compile warnings, and clean out commented code. | David Walter Seikel | 2016-01-03 | 1 | -45/+6 |
| | |||||
* | Left overs from previous commits. | David Walter Seikel | 2016-01-03 | 2 | -111/+56 |
| | |||||
* | Delay some of the Extantz startup to make things prettier. | David Walter Seikel | 2016-01-03 | 1 | -16/+131 |
| | |||||
* | Beat the server connection manegement into shape. | David Walter Seikel | 2016-01-03 | 9 | -642/+670 |
| | |||||
* | Fix some long standing typoes. | David Walter Seikel | 2016-01-01 | 2 | -5/+5 |
| | |||||
* | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 2016-01-01 | 3 | -111/+384 |
| | | | | This may not build or run well, it's late, I'm tired. | ||||
* | Fix menus, with an evil hack. | David Walter Seikel | 2015-12-31 | 4 | -110/+126 |
| | | | | | | | | | | 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. | ||||
* | Replace cube and sphere code with Evas_3D primitives. | David Walter Seikel | 2015-12-31 | 3 | -242/+12 |
| | | | | Clicking on them works again. B-) | ||||
* | Failed experiment, but let's keep it for now. | David Walter Seikel | 2015-09-11 | 3 | -2/+24 |
| | |||||
* | Update to latest API changes. | David Walter Seikel | 2015-09-11 | 6 | -140/+141 |
| | |||||
* | Add some ideas for how to make Lua Skang less verbose. | David Walter Seikel | 2015-07-09 | 1 | -0/+9 |
| | |||||
* | Fix up yet another API break. | David Walter Seikel | 2015-06-18 | 6 | -32/+32 |
| | | | | These APIs will settle down soonish, they promise. | ||||
* | Uncomment this now that EFL got fixed. | David Walter Seikel | 2015-03-29 | 1 | -16/+16 |
| | |||||
* | The new way to beg for the proper 3D graphics engine. | David Walter Seikel | 2015-03-22 | 1 | -4/+3 |
| | |||||
* | Comment out the radio buttons for now, this is causing the crashing. | David Walter Seikel | 2015-03-22 | 1 | -20/+20 |
| | |||||
* | Allow dropping the Evas_3D stuff out of the compile. | David Walter Seikel | 2015-03-22 | 2 | -0/+15 |
| | |||||
* | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 2015-03-22 | 6 | -20/+20 |
| | | | | case they change their mind again. | ||||
* | Comment out markers around commented out code. | David Walter Seikel | 2015-03-22 | 1 | -2/+2 |
| | |||||
* | Add internal reference for skang modules, so they can find themselves. | David Walter Seikel | 2015-03-22 | 3 | -5/+5 |
| | |||||
* | Bring it up to date with EFL changes. Though more are needed. | David Walter Seikel | 2014-12-26 | 2 | -5/+5 |
| | |||||
* | Clean up some TODOs and comments. | David Walter Seikel | 2014-09-15 | 2 | -11/+3 |
| | |||||
* | Shut up die spam. | David Walter Seikel | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Second pass fixes up variables now to. | David Walter Seikel | 2014-09-15 | 2 | -18/+60 |
| | |||||
* | Shut up logger startup spam, for now. | David Walter Seikel | 2014-09-14 | 1 | -5/+5 |
| |