]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
added .float sendcomplexanimation server qc field which if TRUE will
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 May 2011 13:39:22 +0000 (13:39 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 6 May 2011 13:39:22 +0000 (13:39 +0000)
commitfc9f3eecc683677641ba6f44a678ec36e33ee013
treea7bbb7468d37b39db2d63ea91a037bedbed4ca86
parente1566b77c280f0fb9c0961c11db24c4d9ddfd3c3
added .float sendcomplexanimation server qc field which if TRUE will
send .frame .frame2 .frame3 .frame4 .frame1time .frame2time .frame3time
.frame4time .lerpfrac .lerpfrac3 .lerpfrac4 OR .skeletonindex if set
(BANDWIDTH HOG, skeletal networking inadvisable in multiplayer)

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