]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
made the following changes to CL_NetworkTimeReceived:
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Apr 2007 09:48:52 +0000 (09:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 Apr 2007 09:48:52 +0000 (09:48 +0000)
commit3a12518a4f3897519c5578d154c597b8549b8dcf
tree52566aaebb1c21b66922314a7b8b8512bf720ca9
parentb2d2ee0fe91a0f3820c4d66842f1143224620a41
made the following changes to CL_NetworkTimeReceived:
changed cl_nettimesyncmode 2 to be more tolerant of out of bounds values, this fixes occasional choppyness
now prints warnings if time is out of bounds if developer is 10 or higher
simplified some code
disabled time interpolation code during signon process, this should give better starting values for cl.time

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7060 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c