]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cbuf: refactor and fix parsing of text blocks into the linked list
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Sep 2023 04:40:22 +0000 (14:40 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 26 Sep 2023 04:40:22 +0000 (14:40 +1000)
commitc4cba77a1452975e9e8482a2df29cac4259c418f
treede3ff326969c873609306124bf81762072a9e915
parentd72036a01474e96e5de4dcab8756b052ae9e834e
cbuf: refactor and fix parsing of text blocks into the linked list

Simplifies the parsing to a single loop with less state tracking.
Reorganises the code for readability.

Fixes https://gitlab.com/xonotic/darkplaces/-/issues/378

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