]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Properly unescape escaped characters in save file when loading (#185)
authorITdevkc <132387209+ITdevkc@users.noreply.github.com>
Mon, 22 Jul 2024 20:27:37 +0000 (16:27 -0400)
committerDes <xon@damianv.com.ar>
Mon, 5 Aug 2024 11:59:14 +0000 (08:59 -0300)
commitebad905fd3c6e428f0d63b5319cd24889403f5af
tree7cc86f6d0940f733edea33577fd60cc04fe86ad0
parent57ad8b4167e2cbdefd14267d5c185dec7ab5423e
Properly unescape escaped characters in save file when loading (#185)

Modified PRVM_ED_ParseEdict to determine whether it is loading a save or
not, and unescape variables if loading a save.
Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/81

---------

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
Co-authored-by: bones_was_here <bones_was_here@xonotic.au>
progsvm.h
prvm_cmds.c
prvm_edict.c
sv_save.c