]> git.localhorst.tv Git - blank.git/commit
first draft for client/server architecture
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 2 Sep 2015 15:27:01 +0000 (17:27 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 2 Sep 2015 15:34:26 +0000 (17:34 +0200)
commit9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3
tree4c5d8e863eb7c66fe71556d9abe841fe0117aee7
parentf27b8bb27fa87487bb5d29a1456e610255287b04
first draft for client/server architecture
27 files changed:
Makefile
building
running
src/app/Application.hpp
src/app/Assets.hpp
src/app/ClientState.cpp [new file with mode: 0644]
src/app/ClientState.hpp [new file with mode: 0644]
src/app/Environment.hpp
src/app/Runtime.hpp
src/app/ServerState.cpp [new file with mode: 0644]
src/app/ServerState.hpp [new file with mode: 0644]
src/app/State.hpp
src/app/StateControl.hpp
src/app/WorldState.cpp
src/app/app.cpp
src/app/init.cpp
src/app/init.hpp
src/app/runtime.cpp
src/net/Client.hpp [new file with mode: 0644]
src/net/Connection.hpp [new file with mode: 0644]
src/net/Packet.hpp [new file with mode: 0644]
src/net/Server.hpp [new file with mode: 0644]
src/net/io.hpp [new file with mode: 0644]
src/net/net.cpp [new file with mode: 0644]
src/ui/ui.cpp
src/world/ChunkRenderer.hpp
src/world/render.cpp