]> git.xonotic.org Git - xonotic/darkplaces.git/commit
add a DEMOMSG_CLIENT_TO_SERVER flag to demos (0x80000000) in the size field; packets...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Jan 2008 09:40:11 +0000 (09:40 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Jan 2008 09:40:11 +0000 (09:40 +0000)
commitffffe657727890724cd57beecc8d34cf33154746
tree859cb1eccc8fa4d861307e52612a222a9e88ac7b
parent46e41e1bda4e4eafc79ff7f217e9c6834124ce6d
add a DEMOMSG_CLIENT_TO_SERVER flag to demos (0x80000000) in the size field; packets with this flag will be ignored by playback. sv_autodemo_perclient 2 will record these packages for debugging purposes (like, recording a speedhacker's or other protocol exploiter's packets, and analyzing them with the data in the demo file manually)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8032 d7cf8633-e32d-0410-b094-e92efae38249
cl_demo.c
quakedef.h
sv_demo.c
sv_demo.h
sv_main.c
sv_user.c