]> git.localhorst.tv Git - blank.git/commit
split chunk redering from world model
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Aug 2015 09:45:20 +0000 (11:45 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Aug 2015 09:48:06 +0000 (11:48 +0200)
commitad7cf72ed47c39640d5588ba53386e090289b4d1
tree28018c7586a784c83270968c5ec466bd02325f84
parente872614d387c4bfc3afb04bcc7cba3d9b8f3954b
split chunk redering from world model

first step towards headless
18 files changed:
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/app/PreloadState.cpp
src/app/PreloadState.hpp
src/app/WorldState.cpp
src/app/WorldState.hpp
src/io/WorldSave.cpp
src/ui/HUD.hpp
src/ui/ui.cpp
src/world/Block.hpp
src/world/BlockTypeRegistry.hpp
src/world/Chunk.hpp
src/world/ChunkRenderer.hpp [new file with mode: 0644]
src/world/World.cpp
src/world/World.hpp
src/world/chunk.cpp
src/world/render.cpp [new file with mode: 0644]
tst/test.cpp