]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
fixed several issues in the recent effect rate limiting code (situations
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 13:05:26 +0000 (13:05 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 13:05:26 +0000 (13:05 +0000)
commit4e2e5919933861c25b2169f8d6a439e6eba54403
tree7dad9107411cf283771020493dab12e14b510385
parent5fad5d7b600953be1cbad81862ac5bf51ba0fb99
fixed several issues in the recent effect rate limiting code (situations
where it could get stuck and stop sending them entirely due to too low a
rate setting)
fixed issues introduced in recent stats code (was not resetting them on
a level change, leading to very broken stats for the client)
this includes a missing part of the LOWPRECISION-on-all-entities patch so
that now works

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