]> git.localhorst.tv Git - gworm.git/commit
basic gravity calculations
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 14 Jan 2014 06:59:59 +0000 (07:59 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 14 Jan 2014 07:08:52 +0000 (08:08 +0100)
commit587986123da991c9d640d43f26a8c7035cd7cec5
tree40ace52243ce1412b939962e62cfb787fdfa9deb
basic gravity calculations

with dubious results
23 files changed:
.gitignore [new file with mode: 0644]
build/config.mk [new file with mode: 0644]
build/debug/Makefile [new file with mode: 0644]
build/gworm.mk [new file with mode: 0644]
build/release/Makefile [new file with mode: 0644]
build/targets.mk [new file with mode: 0644]
src/app/Application.cpp [new file with mode: 0644]
src/app/Application.h [new file with mode: 0644]
src/app/SDL.cpp [new file with mode: 0644]
src/app/SDL.h [new file with mode: 0644]
src/graphics/Camera.cpp [new file with mode: 0644]
src/graphics/Camera.h [new file with mode: 0644]
src/graphics/Canvas.cpp [new file with mode: 0644]
src/graphics/Canvas.h [new file with mode: 0644]
src/graphics/Color.h [new file with mode: 0644]
src/graphics/Moveable.h [new file with mode: 0644]
src/graphics/Vector.h [new file with mode: 0644]
src/graphics/Window.cpp [new file with mode: 0644]
src/graphics/Window.h [new file with mode: 0644]
src/graphics/const.h [new file with mode: 0644]
src/gworm.cpp [new file with mode: 0644]
src/world/World.cpp [new file with mode: 0644]
src/world/World.h [new file with mode: 0644]