]> git.localhorst.tv Git - blank.git/commit
sped up chunk generation a little
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 7 Oct 2015 13:52:15 +0000 (15:52 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 7 Oct 2015 13:52:15 +0000 (15:52 +0200)
commit9240fdf2e68ee014da0d0a89a7fb2f29ebf28e2d
treea5498d039f4a66c53c6fe498d53de13a2f302a49
parent825f479edf9867938b6789215ad7ae6303596cba
sped up chunk generation a little
16 files changed:
doc/thanks [new file with mode: 0644]
src/client/client.cpp
src/rand/SimplexNoise.hpp
src/rand/noise.cpp
src/server/ServerState.cpp
src/standalone/MasterState.cpp
src/world/BlockTypeRegistry.hpp
src/world/Chunk.hpp
src/world/ChunkIndex.hpp
src/world/ChunkStore.hpp
src/world/Generator.cpp
src/world/Generator.hpp
src/world/chunk.cpp
tst/rand/StabilityTest.cpp [new file with mode: 0644]
tst/rand/StabilityTest.hpp [new file with mode: 0644]
tst/world/ChunkTest.cpp