]> git.localhorst.tv Git - blank.git/commit
transmit player input from client to server
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 1 Oct 2015 10:30:54 +0000 (12:30 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 1 Oct 2015 10:52:50 +0000 (12:52 +0200)
commitc1da86ebab41895bf49ed747c75ecf722e8c5586
tree66edeb6a792efacbba4e66490ade7797a48aca5b
parentccd6e7001572808400b9cb9bc91f9bedcf28a1ad
transmit player input from client to server
16 files changed:
doc/protocol
src/client/Client.hpp
src/client/InteractiveState.hpp
src/client/NetworkedInput.hpp [new file with mode: 0644]
src/client/client.cpp
src/client/net.cpp
src/net/Packet.hpp
src/net/net.cpp
src/server/ClientConnection.hpp
src/server/Server.hpp
src/server/net.cpp
src/ui/DirectInput.hpp
src/ui/PlayerController.hpp
src/ui/ui.cpp
tst/net/PacketTest.cpp
tst/net/PacketTest.hpp