]> icculus.org git repositories - divverent/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)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 May 2010 12:16:28 +0000 (12:16 +0000)
commit64cdb85e04fe54b7614860bd27f7bbd53bdcaedb
treea94cb13c2b2e256bfb4be92f991586395897f1ed
parent64ca9e1ee2a283592ae5872e554ebb8575340e88
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
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