]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove legacy Quake bbox expansion: map entities
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 13:13:20 +0000 (23:13 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 21 May 2023 14:34:13 +0000 (00:34 +1000)
This gives QC full control of bboxes
and makes SVQC and CSQC behaviour consistent.

Adds a Small item bbox which is the size most items had previously
if expansion wasn't counted.

Changes powerup, buff and mega pickups to have the same height.
This will make it cheaper to network that information to clients.

Groups all the sv_gameplayfix cvars together in xonotic-server.cfg.

Removes duplication of the item mins/maxs definition
and box + '1 1 1' code.


No differences found