]> Dogcows Code - chaz/yoink/commit
preliminary physics, sound, hud
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 31 Aug 2009 05:59:27 +0000 (23:59 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 31 Aug 2009 05:59:27 +0000 (23:59 -0600)
commitbfa6212d09d8735d8fd5e2638188e4a99f21ada4
tree7142373cf7f8d4065e0e192c0d21c3f3e061bd76
parenteebb993ca929c3f4c235cad9e01dc4797fcd2945
preliminary physics, sound, hud
38 files changed:
configure.ac
data/scenes/Test.json
data/sounds/NightFusion.xm [new file with mode: 0644]
extra/yoink.ebuild
src/Character.cc
src/Character.hh
src/Hud.cc [new file with mode: 0644]
src/Hud.hh [new file with mode: 0644]
src/Makefile.am
src/Moof/Aabb.cc
src/Moof/Animation.cc
src/Moof/Animation.hh
src/Moof/Camera.cc
src/Moof/Engine.cc
src/Moof/Engine.hh
src/Moof/Math.hh
src/Moof/Mippleton.hh
src/Moof/Octree.cc [new file with mode: 0644]
src/Moof/Octree.hh
src/Moof/OpenGL.cc
src/Moof/OpenGL.hh
src/Moof/Physics.hh [new file with mode: 0644]
src/Moof/Rectangle.cc [new file with mode: 0644]
src/Moof/Rectangle.hh [new file with mode: 0644]
src/Moof/Resource.cc
src/Moof/Resource.hh
src/Moof/RigidBody.hh [new file with mode: 0644]
src/Moof/Scene.cc
src/Moof/Scene.hh
src/Moof/Sound.cc [new file with mode: 0644]
src/Moof/Sound.hh [new file with mode: 0644]
src/Moof/State.hh [new file with mode: 0644]
src/Moof/Texture.cc
src/Moof/Texture.hh
src/Moof/Tilemap.cc
src/Moof/Tilemap.hh
src/YoinkApp.cc
src/YoinkApp.hh
This page took 0.028271 seconds and 4 git commands to generate.