]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added Con_MaskPrintf, Con_Printf/Con_DPrintf and friends are now just
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 27 Dec 2009 11:33:49 +0000 (11:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 27 Dec 2009 11:33:49 +0000 (11:33 +0000)
commitb24bdbbbbfe16b3f2d7e5823386bf1c68578524e
treedf973f3a87ea7c637ffca96c9f284392ed54fd8c
parentd39861bfe72a5a9ec8cfbcc83457db58a74b75d9
added Con_MaskPrintf, Con_Printf/Con_DPrintf and friends are now just
wrappers for these
added console text filtering - the developer cvar now shows/hides
developer prints (Con_DPrintf) on the fly, these are still logged to
files and terminal output regardless of the cvar though

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9704 d7cf8633-e32d-0410-b094-e92efae38249
cd_shared.c
console.c
console.h
cvar.c
gl_draw.c
host.c
netconn.c
sv_main.c
sys_shared.c