aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-13Add an avatar, and hook the camera up to it.David Walter Seikel1-0/+15
2016-03-13Different way of dealing with object popups, run a timer, check for mouse ↵David Walter Seikel1-29/+53
inactivity.
2016-03-13Update to new eo_* syntax.David Walter Seikel1-120/+103
2016-03-07Experimenting with creating my own cube and heightfield.David Walter Seikel1-10/+115
2016-02-06Lights! Cameras! Action?David Walter Seikel1-3/+8
2016-02-06Add test terrain support.David Walter Seikel1-2/+21
2016-02-06Pass stuff size up to C code.David Walter Seikel1-6/+9
This is getting unweildy. lol
2016-01-01Fix some long standing typoes.David Walter Seikel1-1/+1
2015-12-31Replace cube and sphere code with Evas_3D primitives.David Walter Seikel1-239/+12
Clicking on them works again. B-)
2015-09-11Failed experiment, but let's keep it for now.David Walter Seikel1-1/+20
2015-09-11Update to latest API changes.David Walter Seikel1-113/+113
2015-06-18Fix up yet another API break.David Walter Seikel1-2/+2
These APIs will settle down soonish, they promise.
2015-03-22We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵David Walter Seikel1-2/+2
case they change their mind again.
2014-12-26Bring it up to date with EFL changes. Though more are needed.David Walter Seikel1-4/+4
2014-06-11Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel1-1/+1
with. sigh
2014-06-02Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel1-1/+140
2014-06-01Get the from disk sim loading to work.David Walter Seikel1-17/+196
Still an odd problem with sonic that doesn't make sense.
2014-05-30Slightly less half arsed stuffs creation.David Walter Seikel1-0/+456
2014-05-24Big include and libraries clean up.David Walter Seikel1-1/+0
2014-05-20The results of a session with valgrind.David Walter Seikel1-2/+15
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.
2014-05-14Implement a half arsed touch_start() from extantz.David Walter Seikel1-0/+2
2014-05-12Typo--David Walter Seikel1-1/+1
2014-05-08Been there, done that, remove the TODO.David Walter Seikel1-1/+0
2014-05-08eo_add_custom() is the way.David Walter Seikel1-6/+2
2014-05-06Scenri figures out it's own evas, and size. Clean up an unneeded obj ↵David Walter Seikel1-11/+16
variable. Plus more comments.
2014-05-06Scenri no longer needs ourGlobals.David Walter Seikel1-9/+9
2014-05-06Camera no longer needs ourGlobals.David Walter Seikel1-1/+1
2014-05-06Shuffle stuff around into the new scenri.c and camera stuff.David Walter Seikel1-0/+147