]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/common/items/item.qh
Use correct pickup item bboxes on clients
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 12:34:27 +0000 (22:34 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 21 May 2023 14:34:13 +0000 (00:34 +1000)
commit2c5fb2544a77f2cf5fb786aca0d3e8b6e8aaf0cb
treeb817a3bba4c948cdf41dbba9e811d72b9a859f2f
parent5f32ac7b184434178f0b2c501ade8c86574e6c48
Use correct pickup item bboxes on clients

CSQC items currently don't use the item registry so properties including
model and size must be networked.
qcsrc/client/items/items.qc
qcsrc/common/items/item.qh
qcsrc/server/items/items.qc