]> git.localhorst.tv Git - blank.git/commit - src/io/filesystem.cpp
load block types from data file
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 12 Aug 2015 11:46:09 +0000 (13:46 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 12 Aug 2015 11:46:09 +0000 (13:46 +0200)
commitede25c0a2f59e21521d1cd962e6ea9d78169ca12
treec2a70abcef41e6d2fc678277a2282a3e4f721720
parentd02daa5a4805dc3184884f3a7cd7620e5787adcb
load block types from data file
21 files changed:
TODO
assets
src/app/Assets.hpp
src/app/UnloadState.cpp
src/app/app.cpp
src/app/io.cpp [deleted file]
src/app/io.hpp [deleted file]
src/app/runtime.cpp
src/io/Token.hpp [new file with mode: 0644]
src/io/TokenStreamReader.hpp [new file with mode: 0644]
src/io/Tokenizer.hpp [new file with mode: 0644]
src/io/WorldSave.cpp [new file with mode: 0644]
src/io/WorldSave.hpp [new file with mode: 0644]
src/io/filesystem.cpp [new file with mode: 0644]
src/io/filesystem.hpp [new file with mode: 0644]
src/io/token.cpp [new file with mode: 0644]
src/world/World.cpp
src/world/World.hpp
src/world/WorldSave.cpp [deleted file]
src/world/WorldSave.hpp [deleted file]
src/world/chunk.cpp