]> git.localhorst.tv Git - blank.git/commit
add packet for merging player state back to client
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 14 Sep 2015 15:44:35 +0000 (17:44 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 14 Sep 2015 15:45:49 +0000 (17:45 +0200)
commit8507332e2d0c54aec4045fb6f0021bdc3bd57750
tree36c9ed96ff7f611aa7f9dade7ea7742db8c2fd44
parentcf5ce8220483bb062740eeaedde6474928fd5e0e
add packet for merging player state back to client

also, part of the merge procedure is already in place
doc/protocol
src/client/InteractiveState.hpp
src/client/MasterState.hpp
src/client/client.cpp
src/net/ClientConnection.hpp
src/net/ConnectionHandler.hpp
src/net/Packet.hpp
src/net/net.cpp