]> git.localhorst.tv Git - blank.git/commit
get rid of angular velocity
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 21 Oct 2015 13:33:37 +0000 (15:33 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 21 Oct 2015 13:33:37 +0000 (15:33 +0200)
commit808d9dbd3ab101c0ff10697e36ef2c45a23b6ef5
tree60227db2cd176bfb522510168e048f4727b8de9b
parent7c5e04a4af82947ae8e26db3d03f13a555c10aba
get rid of angular velocity

orientation will be managed solely by controllers (ai/animation/input/etc)
doc/protocol
src/ai/RandomWalk.hpp
src/ai/Spawner.cpp
src/ai/ai.cpp
src/net/net.cpp
src/world/Entity.hpp
src/world/EntityDerivative.hpp
src/world/EntityState.hpp
src/world/world.cpp
tst/net/PacketTest.cpp