]> git.localhorst.tv Git - space.git/commit
grid view
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Dec 2013 06:42:43 +0000 (07:42 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 17 Dec 2013 07:20:59 +0000 (08:20 +0100)
commit96ab5904b059e00e78b26a6527790c8dc951e324
tree6e22ec039c8b1ee53212ed48b8cd9e0010ac47ae
grid view
27 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/release/Makefile [new file with mode: 0644]
build/space.mk [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/entity/Ship.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/Color.h [new file with mode: 0644]
src/graphics/Moveable.h [new file with mode: 0644]
src/graphics/primitive.cpp [new file with mode: 0644]
src/graphics/primitive.h [new file with mode: 0644]
src/math/Vector.h [new file with mode: 0644]
src/sdl/InitSDL.cpp [new file with mode: 0644]
src/sdl/InitSDL.h [new file with mode: 0644]
src/sdl/InitScreen.cpp [new file with mode: 0644]
src/sdl/InitScreen.h [new file with mode: 0644]
src/space.cpp [new file with mode: 0644]
src/world/Resource.cpp [new file with mode: 0644]
src/world/Resource.h [new file with mode: 0644]
src/world/Sector.cpp [new file with mode: 0644]
src/world/Sector.h [new file with mode: 0644]
src/world/Universe.cpp [new file with mode: 0644]
src/world/Universe.h [new file with mode: 0644]