]> git.localhorst.tv Git - blank.git/commit
make command output visible to player(s)
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Nov 2015 13:47:30 +0000 (14:47 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 23 Nov 2015 14:00:30 +0000 (15:00 +0100)
commitfa3c4a14546d73ddc2671cd5cc58208839bf7173
tree9e3979725b2c9475a631df9774d34848bf692f0d
parentbc171dfe0897bccbbf9d9114d128be0801a1aff9
make command output visible to player(s)
15 files changed:
doc/todo
src/server/ClientConnection.hpp
src/server/NetworkCLIFeedback.hpp [new file with mode: 0644]
src/server/Server.hpp
src/server/net.cpp
src/shared/CLI.hpp
src/shared/CLIContext.hpp [new file with mode: 0644]
src/shared/cli.cpp
src/shared/commands.hpp
src/standalone/DirectCLIFeedback.hpp [new file with mode: 0644]
src/standalone/MasterState.cpp [deleted file]
src/standalone/MasterState.hpp
src/standalone/PreloadState.cpp [deleted file]
src/standalone/UnloadState.cpp [deleted file]
src/standalone/standalone.cpp [new file with mode: 0644]