]> git.localhorst.tv Git - blank.git/commit - src/server/ServerState.cpp
lil cleanup of common and unused stuff
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 15 Oct 2015 14:59:08 +0000 (16:59 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 15 Oct 2015 15:18:12 +0000 (17:18 +0200)
commit9c5308ba4108bd842af6d9d2e893ea575a7e6ca8
tree95ca9ad5ecf2c37966858a6868c2062f912f27e1
parent4e3afb4c7631591b80cb7740a9b6f46da69b7ae4
lil cleanup of common and unused stuff
18 files changed:
src/app/Assets.hpp
src/app/FPSController.cpp [deleted file]
src/app/FPSController.hpp [deleted file]
src/app/TextureIndex.hpp [deleted file]
src/app/app.cpp
src/client/InteractiveState.hpp
src/client/client.cpp
src/model/Part.hpp
src/model/model.cpp
src/server/ServerState.cpp
src/server/ServerState.hpp
src/shared/ResourceIndex.hpp [new file with mode: 0644]
src/shared/WorldResources.hpp [new file with mode: 0644]
src/shared/shared.cpp [new file with mode: 0644]
src/standalone/MasterState.cpp
src/standalone/MasterState.hpp
src/world/ChunkRenderer.hpp
src/world/chunk.cpp