]> git.localhorst.tv Git - blank.git/commit
split input handling
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 29 Sep 2015 15:10:37 +0000 (17:10 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 29 Sep 2015 15:10:37 +0000 (17:10 +0200)
commitb066e776622f96e906600a0c4a08de392bd03676
tree6970a53660270beb0e006813566bdcaa9dcd4b62
parente1209ec25c4cc91e13889876106f56bd51aa96e2
split input handling

this should make way for networking input

also, a lot lot lot of mess has piled up that needs cleaning
30 files changed:
doc/running
src/ai/Spawner.cpp
src/app/Config.hpp [new file with mode: 0644]
src/app/Runtime.hpp
src/app/runtime.cpp
src/client/Client.hpp
src/client/InteractiveState.hpp
src/client/MasterState.hpp
src/client/client.cpp
src/client/net.cpp
src/server/ClientConnection.hpp
src/server/Server.hpp
src/server/ServerState.cpp
src/server/ServerState.hpp
src/server/net.cpp
src/standalone/MasterState.cpp
src/standalone/MasterState.hpp
src/ui/ClientController.hpp [new file with mode: 0644]
src/ui/DirectInput.hpp [new file with mode: 0644]
src/ui/HUD.hpp
src/ui/InteractiveManipulator.hpp [new file with mode: 0644]
src/ui/Interface.hpp
src/ui/Keymap.hpp
src/ui/PlayerController.hpp [new file with mode: 0644]
src/ui/ui.cpp
src/world/BlockLookup.hpp
src/world/Player.hpp
src/world/World.hpp
src/world/WorldManipulator.hpp [new file with mode: 0644]
src/world/world.cpp