]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
fix size of entity_state_t (it was 98 bytes, now 96 bytes)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 8 Jan 2010 07:19:20 +0000 (07:19 +0000)
committerRudolf Polzer <rpolzer@grawp.div0.qc.to>
Fri, 8 Jan 2010 08:34:36 +0000 (09:34 +0100)
commitf859b1c5228fa64eebff67e9b46d87e1042da153
tree9f8f3c8534775ef868c48397bb114559d58632b9
parent5eb9e644d7ece1ee2be67000191389c1d90eeaee
fix size of entity_state_t (it was 98 bytes, now 96 bytes)
reduce memory usage by having server update render flags on
exteriormodeltoclient entities for each player they are sent to rather
than copying the entire entity_state_t array and modifying it, now the
EntityFrame*_WriteFrame functions take a pointer array

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9810 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1d060f60bce1d5ac45b1ef349c45ed5ef3e0dbeb
protocol.c
protocol.h
server.h
sv_main.c