]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Merge PR 'sv_gameplayfix_stepmultipletimes 1: Make stepping up while jumping reliable'
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:52:00 +0000 (06:52 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:52:00 +0000 (06:52 +1000)
When the player is hard up against a solid surface trying to climb up, they are blocked from gaining any significant speed by the solid, so the distance they could potentially move into the solid at that speed can be well under 0.03125 units, causing the step up to fail.

The same can happen when the player is stepping up with less than 0.03125 units of distance left on their move, causing them to stop dead when climbing stairs at speed with sv_gameplayfix_stepmultipletimes 1.

https://github.com/DarkPlacesEngine/darkplaces/pull/11

branch: bones_was_here/stepup_reliability
commits: 4c6cb7882855468365644ac65b6eb86a3e82a812

Signed-off-by: bones_was_here <bones_was_here@xa.org.au>
1  2 
sv_phys.c

diff --cc sv_phys.c
Simple merge