]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix issues with physics hud jumpspeed
authorotta8634 <k9wolf@pm.me>
Wed, 25 Sep 2024 06:00:20 +0000 (14:00 +0800)
committerotta8634 <k9wolf@pm.me>
Wed, 25 Sep 2024 06:00:20 +0000 (14:00 +0800)
commit7412ac6121253c91b5cc6bea3f33360c1b0115f4
tree73b0d726c8c90915abdbd8edb8a3b3bfd05e4304
parentfe0fd54f70034bc455a3a8e93e0b69a29ae5a9b6
Fix issues with physics hud jumpspeed

Previous commit broke the previous-speed caching
Made it use xy-speed rather than xyz-speed (ignores vertical speed)
Made the cvar description reflect that it ignores vertical speed
Used previous-frame speed rather than current frame -- acceleration after
the jump would've already happened in the current frame
_hud_common.cfg
qcsrc/client/hud/panel/physics.qc