]> git.localhorst.tv Git - blank.git/commit - src/server/ServerState.cpp
actually load shapes
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 13 Oct 2015 12:38:30 +0000 (14:38 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 13 Oct 2015 12:38:30 +0000 (14:38 +0200)
commit3a487f44c26f9bb9d1a1c831406b6497b2b3b425
tree08371119ab643d6839a4d18288283f7d9c56a58c
parentbc48fbd6be3283a2e1aaa9249909fab32c617692
actually load shapes

load, not use :P
15 files changed:
assets
src/app/Assets.hpp
src/app/app.cpp
src/client/InteractiveState.hpp
src/client/client.cpp
src/model/Shape.cpp [deleted file]
src/model/Shape.hpp
src/model/ShapeRegistry.hpp [new file with mode: 0644]
src/model/shape.cpp [new file with mode: 0644]
src/server/ServerState.cpp
src/server/ServerState.hpp
src/standalone/MasterState.cpp
src/standalone/MasterState.hpp
src/world/BlockType.hpp
src/world/block.cpp