]> git.localhorst.tv Git - blank.git/commit
centralize entity controllers
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 23 Oct 2015 13:00:43 +0000 (15:00 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 23 Oct 2015 13:05:28 +0000 (15:05 +0200)
commit150d065f431d665326fd8028748c48a74ad956bb
tree6c8fc9154e2c7d34877ab8780e44c420684fc12a
parent80a9a59d71a7b144c12f64cbef4644751bd54745
centralize entity controllers
30 files changed:
src/ai/AIController.hpp [new file with mode: 0644]
src/ai/Chaser.hpp [deleted file]
src/ai/Controller.hpp [deleted file]
src/ai/RandomWalk.hpp [deleted file]
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/ai/ai.cpp
src/app/IntervalTimer.hpp
src/audio/Audio.hpp
src/audio/audio.cpp
src/client/ChunkReceiver.hpp
src/client/InteractiveState.hpp
src/client/NetworkedInput.hpp
src/client/client.cpp
src/client/net.cpp
src/net/Connection.hpp
src/rand/GaloisLFSR.hpp
src/server/ClientConnection.hpp
src/server/ServerState.hpp
src/server/net.cpp
src/standalone/MasterState.cpp
src/ui/DirectInput.hpp
src/ui/HUD.hpp
src/ui/PlayerController.hpp
src/ui/ui.cpp
src/world/Entity.hpp
src/world/EntityController.hpp [new file with mode: 0644]
src/world/world.cpp
tst/app/TimerTest.cpp
tst/app/TimerTest.hpp