]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed protocol back to using float coordinates, unless the mod specifies EF_LOWPREC...
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 15:00:15 +0000 (15:00 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 15:00:15 +0000 (15:00 +0000)
commit142ec9e43c5bd046ce3a33e822167373bf244d21
treed9889879cc36a8279b23f7010f1dda73b5fa259b
parent21fddde4fd929d4c87576a98ad6d7438d876f2b5
changed protocol back to using float coordinates, unless the mod specifies EF_LOWPRECISION on an entity, then it is sent using shorts (if it is within the short range, otherwise it uses floats), this loses some bandwidth but makes everything look nice (lifts aren't jerky, etc)

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