]> git.xonotic.org Git - xonotic/darkplaces.git/commit
redesigned csqc shared entity .Version handling, now internally uses a
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 20 Aug 2008 18:33:42 +0000 (18:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 20 Aug 2008 18:33:42 +0000 (18:33 +0000)
commitabc955133d73f40d03447e0243b80e96740c86c9
treeb08fc52fae75ee8aa715bc8a036534dcf541d0aa
parent7f81dc664a496edf46a3cd537f2dc6dcb60ccf4c
redesigned csqc shared entity .Version handling, now internally uses a
flags value instead, while keeping compatibility with .Version (simply
sets flags to 1), each frame the flags value is merged into the
per-client entity flags and cleared, the flags value is exposed to qc as
.float SendFlags, and is a complete alternative to .Version, allowing
multiple updatable properties on an entity to be independently tracked

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8462 d7cf8633-e32d-0410-b094-e92efae38249
progsvm.h
protocol.c
prvm_edict.c
server.h
sv_main.c