]> git.localhorst.tv Git - space.git/commit
move to SDL2
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Dec 2013 13:59:45 +0000 (14:59 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Dec 2013 13:59:45 +0000 (14:59 +0100)
commit61c2d30a60d586cbe63885885c6a373c7713af1e
treea55598c844e382a02ca29813721134a377df6737
parent08d0e47634e1632c96ebe3308535a86f5e625b40
move to SDL2

wow, this is great. yay
25 files changed:
build/config.mk
build/space.mk
src/app/Application.cpp
src/app/Application.h
src/app/SDL.cpp [new file with mode: 0644]
src/app/SDL.h [new file with mode: 0644]
src/entity/Entity.h
src/graphics/Camera.cpp
src/graphics/Camera.h
src/graphics/Canvas.cpp [new file with mode: 0644]
src/graphics/Canvas.h [new file with mode: 0644]
src/graphics/Color.h
src/graphics/Moveable.h
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/primitive.cpp [deleted file]
src/graphics/primitive.h [deleted file]
src/math/Vector.h [deleted file]
src/sdl/InitSDL.cpp [deleted file]
src/sdl/InitSDL.h [deleted file]
src/sdl/InitScreen.cpp [deleted file]
src/sdl/InitScreen.h [deleted file]
src/space.cpp
src/world/Universe.h