]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added .float disableclientprediction field for qc to use to disable prediction intent...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 27 Mar 2007 19:48:09 +0000 (19:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 27 Mar 2007 19:48:09 +0000 (19:48 +0000)
commit976cd2c64d5f04dfcefe5dd1be7a95ba99c6e973
tree43097c8552d321622b4e75a394e8d8441e938179
parent6cc0941be6ffbd83485303ab426e4bbeb9c4063f
added .float disableclientprediction field for qc to use to disable prediction intentionally if it so wishes
added .movetype check to disable prediction whenever movetype is not MOVETYPE_WALK, this fixes unwanted prediction issues in all known cases
moved prediction disabling code from SV_ReadClientMove to SV_ExecuteClientMoves as a minor cleanup

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