]> git.xonotic.org Git - xonotic/darkplaces.git/commit
protocol/dp8: Implement parting messages
authorCloudwalk <cloudwalk009@gmail.com>
Thu, 22 Jul 2021 01:31:30 +0000 (21:31 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Thu, 22 Jul 2021 01:31:30 +0000 (21:31 -0400)
commit0706fdfa8e33548670e59234409eac2c51849631
tree79f26ed457903e414198da7d7009e672d7de72ca
parent4048c5cdec22f262fb5925aea3eb0d6941c4d0c5
protocol/dp8: Implement parting messages

* Extended CL_Disconnect and SV_DropClient for this purpose.
* Add a string parameter to svc_disconnect and clc_disconnect, which
  shall contain the parting message.
19 files changed:
cl_demo.c
cl_input.c
cl_main.c
cl_parse.c
client.h
common.h
csprogs.c
fs.c
host.c
host.h
libcurl.c
netconn.c
server.h
sv_ccmds.c
sv_main.c
sv_save.c
sv_send.c
sv_user.c
svvm_cmds.c