]> git.localhorst.tv Git - blank.git/commit
grouped entity physics state into a struct
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 14 Sep 2015 13:15:59 +0000 (15:15 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 14 Sep 2015 13:39:15 +0000 (15:39 +0200)
commitcf5ce8220483bb062740eeaedde6474928fd5e0e
treea28ee51a72b45a6c729a73a46dea06d89a3d77d9
parentd2eb51ad9759eeee743b04aee6f1ae69132fc706
grouped entity physics state into a struct
src/client/client.cpp
src/net/Packet.hpp
src/net/net.cpp
src/world/Entity.cpp [deleted file]
src/world/Entity.hpp
src/world/EntityState.hpp [new file with mode: 0644]
src/world/World.cpp [deleted file]
src/world/world.cpp [new file with mode: 0644]