]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Move tracking of aliases and csqc function overrides to a separate cmd_userdefined_t...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Jan 2020 20:47:27 +0000 (20:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Jan 2020 20:47:27 +0000 (20:47 +0000)
commitd74aa38fe15426dc870889a72c1ffd1a8bd38575
treeb2647031e32fa4516d68d9e4d0b45ca6be1ff28d
parent2bc7dbd0fb505681037e78da63a863bd97f87ecc
Move tracking of aliases and csqc function overrides to a separate cmd_userdefined_t structure, this way it can be shared between cmd_client and cmd_clientfromserver.

This restores functionality so that stuffcmd in svqc can create aliases that are usable in the client, and can invoke csqc commands, but still have restrictions on engine commands.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12515 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
cmd.h