]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make `name` be a command or virtual cvar on a game-specific basis
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 28 Sep 2023 09:03:28 +0000 (19:03 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 28 Sep 2023 09:03:28 +0000 (19:03 +1000)
commit74b49d6e5412af206448119963e0a4b3617e8ca4
tree90dea155a64eb30a09b7749dc3fadef4f9a1d1d9
parentea7ad935aa214b3a52eb7079110e992fbfe750ee
Make `name` be a command or virtual cvar on a game-specific basis

This allows matching the client console behaviour of div0-stable in
games that want it.

Closes https://gitlab.com/xonotic/darkplaces/-/issues/337

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_cmd.c