]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Rewritten SVQC stringbuffer saving routines (which is part of yet unfinished databuff...
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 28 Mar 2013 20:24:13 +0000 (20:24 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 1 Apr 2013 16:08:38 +0000 (18:08 +0200)
commit62dc115ffbd80bada22150e057ce3d0a9c2cb15e
tree72356774ee4d1d5b52bfaad444823507f99ba7e3
parenteab98ec8c989ec8f39f4793d0e388af2b4af96df
Rewritten SVQC stringbuffer saving routines (which is part of yet unfinished databuffers extension). Changes are backwards compatible with old savefile format. Now, once saved stringbuffers are found in extended savegame section, all string buffers allocated by worldspawn()/entityspawn (which is processed prior to savegame parsing) are deleted, and stringbuffers are restored from savegamefile with their original handles.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11930 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=a57871c2f86386e3bed44f645aac4ef15c3024cf
host_cmd.c
progsvm.h
prvm_cmds.c
zone.c
zone.h