Module darkplaces: Change committed

havoc at icculus.org havoc at icculus.org
Thu Jan 13 01:07:33 EST 2005


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2005-01-13 06:07:33 UTC

Log message:

rearranged entire SV_Physics process (which may break mods but I hope not!):
each operation (move, prethink, think, postthink) is now a separate stage (as an optimization mainly)
moves are now done before prethinks, thinks, and postthinks so that think-spawned entities do not move on their first frame (this fixes the issue that all projectiles appeared some distance from the player, dependent on server framerate, so rocket trails and other things look correct)
added a relink of any entity that moves for any reason (just an origin compare), not sure if this is a good idea but it is more consistent

Modified files:
     sv_phys.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20050113.060733.havoc.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20050113/9279bb2a/attachment.diff>


More information about the twilight-commits mailing list