]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Delete the cmd_clientfromserver interpreter. Use cmd_client instead
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 11 Jun 2020 14:46:58 +0000 (14:46 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 11 Jun 2020 14:46:58 +0000 (14:46 +0000)
commit5ac525ad06f9775fb38b1f8ad475dbccb9202d8f
tree3674f58a8ab1e3a887a14f91ef1d2f1d751ac548
parent7533e5096f4bf10a4ae825eec4b3384625019240
Delete the cmd_clientfromserver interpreter. Use cmd_client instead

This should eliminate an entire class of bugs related to commands
missing from the appropriate interpreter.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12667 d7cf8633-e32d-0410-b094-e92efae38249
cd_shared.c
cl_parse.c
cmd.c
cmd.h
csprogs.c
host.c
host_cmd.c
libcurl.c
view.c