]> 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)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 20:27:37 +0000 (06:27 +1000)
commit312123ecffc7e3dd892c7df754c911b47b9cdfaa
treea47b2248277b4874f49456226eb2957157892a1c
parentb2d0815fef1d28cf3956f4f7d92670d7cbf8f3a3
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