]> git.localhorst.tv Git - blank.git/commit
transmit chunks from server to client
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 17 Sep 2015 09:23:19 +0000 (11:23 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 17 Sep 2015 15:50:29 +0000 (17:50 +0200)
commitae5a7e7d8517fac406a88e9bf98fd3d5bb1728b9
treea338ab93608e8886f0474cf484ea138c163bdfab
parent8e7e042296946ba2aed73b77ab02feb267eb17d4
transmit chunks from server to client

for now, the server decides which chunks to send

later on, the client should request chunks from the server
with an optional cache tag to avoid unnecessary transmission
14 files changed:
TODO
doc/protocol
src/client/InteractiveState.hpp
src/client/MasterState.hpp
src/client/client.cpp
src/net/ChunkReceiver.hpp [new file with mode: 0644]
src/net/ChunkTransmission.hpp [new file with mode: 0644]
src/net/ChunkTransmitter.hpp [new file with mode: 0644]
src/net/ClientConnection.hpp
src/net/ConnectionHandler.hpp
src/net/Packet.hpp
src/net/chunk.cpp [new file with mode: 0644]
src/net/net.cpp
src/world/ChunkIndex.hpp