]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Remove legacy Quake bbox expansion: items (and buffs)
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 15 Jul 2023 10:55:22 +0000 (20:55 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 14 Mar 2024 22:14:45 +0000 (08:14 +1000)
commitb46379e6cac0154c099d239b35521943129a1574
tree172ab8abca5d735d5587f4a229fd327869f2bf67
parentc79acd2307d83b4edb1284cd94bce8c634ce1864
Remove legacy Quake bbox expansion: items (and buffs)

Adds a Small 48x48x48 item bbox which is used for 5 and 25 health and
armor items. This is the biggest horizontal size that fits in the 25h
alcove on finalrage.

Changes powerup, buff and mega pickups to all have the same height.
This will make it cheaper to network item bboxes to CSQC.
qcsrc/common/constants.qh
qcsrc/common/items/item.qh
qcsrc/common/items/item/armor.qh
qcsrc/common/items/item/health.qh
qcsrc/common/items/item/pickup.qh
qcsrc/common/mutators/mutator/buffs/sv_buffs.qc
qcsrc/common/mutators/mutator/buffs/sv_buffs.qh
qcsrc/common/mutators/mutator/powerups/powerups.qh
qcsrc/common/weapons/weapon/porto.qc
qcsrc/server/items/items.qc