]> 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)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 6 May 2011 19:12:53 +0000 (21:12 +0200)
commit489ebac9babed0d5c863cd12801943254e74b84f
treea7bbb7468d37b39db2d63ea91a037bedbed4ca86
parentfdbf23402b21ad794aa9402bb991a16056c0a168
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
::stable-branch::merge=fc9f3eecc683677641ba6f44a678ec36e33ee013
cl_main.c
client.h
model_shared.h
progsvm.h
protocol.c
protocol.h
prvm_edict.c
sv_main.c