Remove the "quit" simulation command and restrict the "set-shading-color" simulation...
commit0c82e9fd8ced2cd4f31bb09ac3fc23bcda5ae688
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Thu, 19 Jan 2017 14:45:32 +0000 (19 14:45 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Thu, 19 Jan 2017 14:45:32 +0000 (19 14:45 +0000)
tree6d23a2844da52ad72faab2f7652db68a39da7237
parente1f32665aaac86323856cec62f0f9ac03143539f
Remove the "quit" simulation command and restrict the "set-shading-color" simulation command to AIs,
since they are only useful for AI debugging and counterproductive in multiplayer mode, refs #3551.

Instead, enable AI developers to exit the game from a new AI API command,
allowing to batch simulate matches. Refs #2755.

Differential Revision: D65
Reviewed By: leper
Consulted: mimo

git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@19155 3db68df2-c116-0410-a063-a993310a9797
binaries/data/mods/public/gui/session/messages.js
binaries/data/mods/public/simulation/ai/common-api/utils.js
binaries/data/mods/public/simulation/helpers/Commands.js
source/simulation2/components/CCmpAIManager.cpp