]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/common/items/item.qh
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)
commit5f32ac7b184434178f0b2c501ade8c86574e6c48
tree7a2a38420fa2e8b04b52c03b51a1cc4fa3415dac
parent7a46019af3dd728d31c44c8d40acc57ba1bd4f2f
Remove legacy Quake bbox expansion: map entities

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.
22 files changed:
qcsrc/common/constants.qh
qcsrc/common/gamemodes/gamemode/ctf/sv_ctf.qh
qcsrc/common/gamemodes/gamemode/domination/sv_domination.qc
qcsrc/common/gamemodes/gamemode/keyhunt/sv_keyhunt.qc
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/mapobjects/func/conveyor.qc
qcsrc/common/mapobjects/func/ladder.qc
qcsrc/common/mapobjects/trigger/swamp.qc
qcsrc/common/mapobjects/trigger/viewloc.qc
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/physics/movetypes/movetypes.qc
qcsrc/common/weapons/weapon/porto.qc
qcsrc/lib/warpzone/common.qc
qcsrc/lib/warpzone/util_server.qc
qcsrc/server/bot/default/navigation.qc
qcsrc/server/bot/default/waypoints.qc
xonotic-server.cfg