]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
items: remove blind nudging of items during spawn
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 15 Jul 2023 11:29:40 +0000 (21:29 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 14 Mar 2024 22:14:46 +0000 (08:14 +1000)
commitcc83c39c27ea0757cf169562428e443c5ab60fdc
tree11c226d68633db7d1038d87fcd0dac5bb80b8d2c
parentb46379e6cac0154c099d239b35521943129a1574
items: remove blind nudging of items during spawn

In some cases this isn't enough to fix a bad placement, in rare cases it
can cause a bad placement because it doesn't consider the brushwork
near the item.

It's replaced by smart nudging (DP_QC_NUDGEOUTOFSOLID).
qcsrc/server/items/items.qc