Module darkplaces: Change committed

molivier at icculus.org molivier at icculus.org
Thu Apr 8 09:12:01 EDT 2004


Commiter   : molivier
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2004-04-08 13:12:01 UTC

Log message:

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"

Modified files:
     cl_demo.c common.c console.c console.h fs.c fs.h host.c todo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20040408.131201.molivier.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20040408/8a262d7f/attachment.diff>


More information about the twilight-commits mailing list