]> icculus.org git repositories - divverent/darkplaces.git/commit
New console commands sv_cmd, menu_cmd, cl_cmd, that call GameCommand(string s) in...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Apr 2007 20:01:38 +0000 (20:01 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 15 Apr 2007 20:01:38 +0000 (20:01 +0000)
commit10335c4c27003a165ae9c4557447c9bd109d0623
tree1f1e4660df8d768f55631850d0ae458da307bf46
parent273ddb99dc21400859b9d6d6b171df26c24bd474
New console commands sv_cmd, menu_cmd, cl_cmd, that call GameCommand(string s) in the server, menu, client program with the remainder of the command line as argument. Extension: DP_QC_CMD for all of them, DP_SV_CMD for sv_cmd.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7097 d7cf8633-e32d-0410-b094-e92efae38249
mvm_cmds.c
progsvm.h
prvm_edict.c
svvm_cmds.c