]> git.xonotic.org Git - xonotic/darkplaces.git/commit
sv.datagram is now flushed to client->unreliablemsg buffers, along with
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 07:57:51 +0000 (07:57 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 16 Apr 2007 07:57:51 +0000 (07:57 +0000)
commit5c00b1379d819146fb18968fd9b5fa84bf4a770a
tree6c2cd018396fe55573e565e6e647ec88d856e6fb
parentabdd5985233ee91d3393e0abc9a56182b39439f4
sv.datagram is now flushed to client->unreliablemsg buffers, along with
logging of good split points so that each effect can be issued to
different packets as space allows (sending some each packet), this makes
effects finally obey the rate limit
cleaned up sending of csqc stats in pre-DP6 protocols and renamed the
autosentstats stuff to customstats to better represent what it does
implemented stats updates in pre-DP6 protocols (mostly for sake of
customstats code cleanlyness)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7105 d7cf8633-e32d-0410-b094-e92efae38249
host.c
protocol.c
protocol.h
prvm_exec.c
server.h
sv_main.c
svvm_cmds.c