]> git.localhorst.tv Git - blank.git/commit
renamed Shape -> CollisionBounds
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 12 Oct 2015 14:18:01 +0000 (16:18 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 12 Oct 2015 14:18:01 +0000 (16:18 +0200)
commitb61d462707dd3d40a32a6104d88eb24f6a52df63
treed899d275d51749f7ab52404207fd47f51d05afb5
parenteba29c8ad489194cd1e3cd64b5f23424ad4384ef
renamed Shape -> CollisionBounds

et al
12 files changed:
src/app/app.cpp
src/model/CollisionBounds.hpp [new file with mode: 0644]
src/model/Shape.hpp [deleted file]
src/model/bounds.cpp [new file with mode: 0644]
src/model/bounds.hpp [new file with mode: 0644]
src/model/model.cpp
src/model/shape.cpp [deleted file]
src/model/shapes.hpp [deleted file]
src/ui/ui.cpp
src/world/BlockType.hpp
src/world/block.cpp
src/world/chunk.cpp