]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
edict: fix escape parsing and make exceptions configurable
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 4 Aug 2024 10:49:40 +0000 (20:49 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 5 Aug 2024 16:54:33 +0000 (02:54 +1000)
commit9f8bfeb825c41dac016d0cb0dabd236be812cdae
tree67263b7a98a342d1098a85725f6a6d6d07cfb73b
parent57ac2fb78007e85bca5cfba3fefdb49f63169300
edict: fix escape parsing and make exceptions configurable

In 312123ecffc7e3dd892c7df754c911b47b9cdfaa a bug was introduced where
newlines were no longer supported in string fields.
This patch supports them again, which requires exceptions be
reintroduced to fully support some buggy maps, but this time there's a
cvar for documentation and adjustment.  The other notes and fixes in
https://github.com/DarkPlacesEngine/darkplaces/pull/185 still apply.

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