]> icculus.org git repositories - divverent/darkplaces.git/commit
Added a "log_file" cvar to control the log file name (default: "" which means no...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Apr 2004 13:11:51 +0000 (13:11 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 8 Apr 2004 13:11:51 +0000 (13:11 +0000)
commit76fa048af00f95e290d0b90a8009a2a33aa5badd
treeaaf5da6ddcc6d20d5b0793ed927cc8b1c5c5e4e5
parentc0cf058bf3c8d866dd2279b2ae418550803360cd
Added a "log_file" cvar to control the log file name (default: "" which means no log, "-condebug" sets it to "qconsole.log"). Added a "log_sync" cvar to control whether or not the log output is flushed at each write (default: 0, "-condebug" sets it to 1).
Note that we now need to wait until the cvars are initialized to start logging the console, so the logging system puts every message printed before that in a logging queue that is proceed when the log file is actually opened.
Renamed "Con_LogPrint" and "Con_LogPrintf" to "Log_Print" and "Log_Printf" respectively. Added "FS_VPrintf"

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4090 d7cf8633-e32d-0410-b094-e92efae38249
cl_demo.c
common.c
console.c
console.h
fs.c
fs.h
host.c
todo