ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

Lag compensation now supports pose parameters #331

Open AltimorTASDK opened 9 years ago

AltimorTASDK commented 9 years ago

Fixes the lack of pose parameter lag compensation shown here in CSGO: https://www.youtube.com/watch?v=I0_xRnxe-sE 2015-08-14_00003 Hitboxes are now pretty tight doing the same thing I did in the video. I took that picture with 75ms of lag added by client interpolation.

EDIT: I actually don't know of any Source game with wrapping pose parameters, it's just possible

AltimorTASDK commented 7 years ago

@formatme This bug was fixed a while ago, the recent bug was different

XutaxKamay commented 7 months ago

9 years after, I noticed something flags |= LC_POSE_PARAMS_CHANGED; is missing right?

Because it checks if the flag is set but it does not set it at all...