]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Add sv_gameplayfix_nosquashentities to control entity hitbox squashing (#170)
authorJames O'Neill <hemebond@gmail.com>
Fri, 8 Nov 2024 13:18:34 +0000 (22:18 +0900)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 13:18:34 +0000 (08:18 -0500)
commitcaa1458b53e6a960e9c642dad6baebbdb500a722
tree8b1e5e5c285064b7245d78bd48165747ad7b78ed
parent6803afa9274660586b8bdd4c425b0115d92cf711
Add sv_gameplayfix_nosquashentities to control entity hitbox squashing (#170)

Adds new cvar `sv_gameplayfix_nosquashentities` which, when enabled,
will prevent entity hitboxes being resized when the entity is squashed
by a mover. This means the entity can continue to interact with pushers
and movers. Fixes #155.
server.h
sv_main.c
sv_phys.c