]> git.localhorst.tv Git - blank.git/commit
treat head pitch and yaw as entity state
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 22 Oct 2015 07:25:41 +0000 (09:25 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 22 Oct 2015 07:25:41 +0000 (09:25 +0200)
commit33b37e7242e4cbfa76e4a0d6e5bb54223b541162
tree00d31e4409397f1e44a2d1a99b7b601010df74f8
parent808d9dbd3ab101c0ff10697e36ef2c45a23b6ef5
treat head pitch and yaw as entity state
16 files changed:
doc/protocol
src/app/app.cpp
src/client/net.cpp
src/io/WorldSave.cpp
src/model/Instance.hpp
src/model/Model.hpp
src/model/model.cpp
src/net/Packet.hpp
src/net/net.cpp
src/server/net.cpp
src/ui/PlayerController.hpp
src/ui/ui.cpp
src/world/Entity.hpp
src/world/EntityState.hpp
src/world/world.cpp
tst/net/PacketTest.cpp