]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Merge PR 'sv_gameplayfix_stepmultipletimes 1: Prevent players moving too far/fast...
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:54:53 +0000 (06:54 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 16 Jan 2022 20:54:53 +0000 (06:54 +1000)
commit6ff5802848663ece807c1a425da91d7630a8a036
treeb41de87e3994c29444af9abaceae7e1f6d934c77
parent819ea19a0017f7af07baf3e65824d81379818d7b
parent365e221966b15c24c6e2f4cbb6e619b0db443ebf
Merge PR 'sv_gameplayfix_stepmultipletimes 1: Prevent players moving too far/fast when stepping up a staircase'

After the player made some horizontal progress, and before stepping up, it's necessary to recalculate the remaining time and distance for the move. Previously the step up made the player travel (up to) nearly the move's full distance, again.

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

branch: bones_was_here/stepup_distance
commits: 365e221966b15c24c6e2f4cbb6e619b0db443ebf

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