]> git.localhorst.tv Git - blank.git/commit
unified location handling
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 3 Nov 2015 15:54:08 +0000 (16:54 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 3 Nov 2015 15:54:08 +0000 (16:54 +0100)
commit4727825186798902f68df5b99a6a32f0ef618454
tree6804dafa6d7497737067e46005c5a9d1f89d5608
parent4fbf5a3c1b0e530706023f5fc4be2f68d30ea645
unified location handling
24 files changed:
src/ai/ai.cpp
src/client/net.cpp
src/geometry/Location.hpp [new file with mode: 0644]
src/io/WorldSave.cpp
src/io/WorldSave.hpp
src/net/net.cpp
src/server/net.cpp
src/shared/cli.cpp
src/world/Block.hpp
src/world/BlockLookup.hpp
src/world/Chunk.hpp
src/world/ChunkIndex.hpp
src/world/ChunkStore.hpp
src/world/Entity.hpp
src/world/EntityState.hpp
src/world/Generator.cpp
src/world/World.hpp
src/world/WorldCollision.hpp
src/world/chunk.cpp
src/world/world.cpp
tst/geometry/LocationTest.cpp [new file with mode: 0644]
tst/geometry/LocationTest.hpp [new file with mode: 0644]
tst/net/PacketTest.cpp
tst/world/ChunkTest.cpp