]> icculus.org git repositories - divverent/darkplaces.git/commit
upgraded network protocol to DP5, now sends precise entity angles (except for EF_LOWP...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Mar 2004 03:49:14 +0000 (03:49 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 1 Mar 2004 03:49:14 +0000 (03:49 +0000)
commit5fc362d5d72a0aecbd5a64520b105650f8f2d794
treebbd9a8367e49079ddf161e79c9d6845850eb042d
parent823d8a2d16635f92223b991cb36ae0104fb6d88e
upgraded network protocol to DP5, now sends precise entity angles (except for EF_LOWPRECISION entities), this increases normal entity data by 3 bytes (18 bytes for origin+angles, was 15 bytes in DP4, still 9 bytes for EF_LOWPRECISION origin+angles), upgraded a few other parts of protocol to precise angles and/or floats as well (client data updates now use float for punchvector and velocity
)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3940 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c
cl_parse.c
cl_particles.c
common.c
common.h
protocol.c
protocol.h
sv_main.c
todo
view.c