From: bones_was_here Date: Thu, 18 May 2023 13:13:20 +0000 (+1000) Subject: Remove legacy Quake bbox expansion: map entities X-Git-Tag: xonotic-v0.8.6~93^2~2 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=5f32ac7b184434178f0b2c501ade8c86574e6c48;hp=5f32ac7b184434178f0b2c501ade8c86574e6c48;p=xonotic%2Fxonotic-data.pk3dir.git 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. ---