]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Merge MR 'Reduce RAM usage in various structures'
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 20 Jul 2024 10:48:31 +0000 (20:48 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 20 Jul 2024 10:48:31 +0000 (20:48 +1000)
As I understand in BIH_UNORDERED only children array is used, while front, back, min and max are never written. Opposite true for other node types.

On side note sizes should be explicitly added to ints.

See https://gitlab.com/xonotic/darkplaces/-/merge_requests/149

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>

Trivial merge