]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Add QC/cfg facilities to control deletion of automatically recorded demos
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 May 2010 12:16:28 +0000 (12:16 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 2 May 2010 14:17:23 +0000 (16:17 +0200)
commit02746ccd9290d6ac47b498d6466331770b686752
tree799a814108df530bc79e545a0367a0e7238f9657
parent0def724268240f89e7c828760345b920b459f3ff
Add QC/cfg facilities to control deletion of automatically recorded demos

This patch adds two new cvars, cl_autodemo_delete and
sv_autodemo_perclient_discardable, as well as an entity field for use
by game code, .float discardabledemo.  See the cvar descriptions for
more details.

From: Jānis Rūcis <parasti@gmail.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10112 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=64cdb85e04fe54b7614860bd27f7bbd53bdcaedb
cl_demo.c
cl_main.c
cl_parse.c
client.h
fs.c
fs.h
progsvm.h
prvm_edict.c
sv_demo.c
sv_main.c