]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added support for arguire's strange protocols that expand
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Oct 2007 03:12:19 +0000 (03:12 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Oct 2007 03:12:19 +0000 (03:12 +0000)
commit545926ff9670b675714b3b2d8acbfe19e08483f3
tree1aabb9639c8b6d075145f7be97577e4e6fc18f64
parent8e93242aa86e179855a36c9ed735ae02e4cb684c
added support for arguire's strange protocols that expand
modelindex/soundindex to 16bit (sometimes), these protocols are
not recommended for mods as the more standard QUAKEDP protocol already
supported 16bit indices by use of additional svc_ codes and additional
entity update bits, however these protocols are used in the warpspasm
demos, so this makes them play

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7598 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c
cl_parse.c
common.c
common.h
netconn.c
protocol.c
sbar.c
sv_main.c
sv_user.c
svvm_cmds.c