]> git.localhorst.tv Git - blank.git/commit - src/server/ServerState.cpp
move server and client stuff around
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 18 Sep 2015 13:01:21 +0000 (15:01 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 18 Sep 2015 13:01:21 +0000 (15:01 +0200)
commit8ae45b6555d55f301f83daf8c1337d332d8305ab
treedd8cba5af0166c8b22d7ea2f78ab32307fef2eb7
parent7fd76e64de47f564117b9e6f73f1482d93842108
move server and client stuff around
24 files changed:
src/app/Runtime.hpp
src/app/ServerState.cpp [deleted file]
src/app/ServerState.hpp [deleted file]
src/app/runtime.cpp
src/client/ChunkReceiver.hpp [new file with mode: 0644]
src/client/ChunkTransmission.hpp [new file with mode: 0644]
src/client/Client.hpp [new file with mode: 0644]
src/client/InteractiveState.hpp
src/client/MasterState.hpp
src/client/net.cpp [new file with mode: 0644]
src/net/ChunkReceiver.hpp [deleted file]
src/net/ChunkTransmission.hpp [deleted file]
src/net/ChunkTransmitter.hpp [deleted file]
src/net/Client.hpp [deleted file]
src/net/ClientConnection.hpp [deleted file]
src/net/Server.hpp [deleted file]
src/net/chunk.cpp [deleted file]
src/net/net.cpp
src/server/ChunkTransmitter.hpp [new file with mode: 0644]
src/server/ClientConnection.hpp [new file with mode: 0644]
src/server/Server.hpp [new file with mode: 0644]
src/server/ServerState.cpp [new file with mode: 0644]
src/server/ServerState.hpp [new file with mode: 0644]
src/server/net.cpp [new file with mode: 0644]