]> git.localhorst.tv Git - blank.git/commit
move steering behaviours into entity
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 27 Nov 2015 15:43:02 +0000 (16:43 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 27 Nov 2015 15:43:02 +0000 (16:43 +0100)
commit6a3227ca747d0598711f7354cd39897184e9fe6a
tree1c135e6b6e89bd931f16c39424851f668dca279e
parentdc9e991ce52da5d89722e1b5f3862988afaa41cc
move steering behaviours into entity
20 files changed:
src/ai/AIController.hpp
src/ai/AIState.hpp
src/ai/ChaseState.hpp
src/ai/FleeState.hpp
src/ai/IdleState.hpp
src/ai/RoamState.hpp
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/ai/ai.cpp
src/app/Environment.hpp
src/app/runtime.cpp
src/server/ServerState.cpp
src/standalone/standalone.cpp
src/ui/PlayerController.hpp
src/ui/ui.cpp
src/world/Entity.hpp
src/world/EntityController.hpp
src/world/Steering.hpp [new file with mode: 0644]
src/world/World.hpp
src/world/world.cpp