]> git.localhorst.tv Git - blank.git/commit
per block type "gravity"
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Nov 2015 14:34:56 +0000 (15:34 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 17 Nov 2015 10:36:06 +0000 (11:36 +0100)
commited3bdc028edc0ecb5835d1c0bf18dbc59b342daf
tree35735c3a024f9a89be66187e53ce1f36025dfe12
parent73d4dd2d78eda1e2f8889d1913a97a60cec86876
per block type "gravity"

actually, it's just a configurable acceleration atm, but
who can tell the difference? :P
13 files changed:
assets
doc/todo
src/app/app.cpp
src/client/net.cpp
src/io/WorldSave.cpp
src/world/BlockGravity.hpp [new file with mode: 0644]
src/world/BlockType.hpp
src/world/BlockTypeRegistry.hpp
src/world/Chunk.hpp
src/world/block.cpp
src/world/chunk.cpp
src/world/world.cpp
tst/world/ChunkTest.cpp