]> git.xonotic.org Git - xonotic/darkplaces.git/commit - clvm_cmds.c
Implement extension DP_QC_FINDBOX
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 24 Feb 2023 18:53:08 +0000 (04:53 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 24 Feb 2023 18:53:08 +0000 (04:53 +1000)
commitbdd723fea3554c3a391ae854a79b8be705aebdb9
treed01b66e7cb89bce30569d115b5e62ebe6c85feb0
parent01388e51050dbb248ec7323b4c2deadc1f4f1a4d
Implement extension DP_QC_FINDBOX

Returns a chain of entities that are touching a box (a simpler findradius);
supports DP_QC_FINDCHAIN_TOFIELD

Implements https://gitlab.com/xonotic/darkplaces/-/issues/373

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
clvm_cmds.c
dpdefs/dpextensions.qc
svvm_cmds.c