]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed a lot of Con_DPrint/Con_DPrintf calls to Con_Print/Con_Printf (non-technical...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Dec 2004 23:14:07 +0000 (23:14 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Dec 2004 23:14:07 +0000 (23:14 +0000)
commit5bdc0879026939f551a3ff217064732d59731be2
tree2f0042c96871e57fd22e5622d49e323f6b2b8b9e
parent85f59b573580b932d59c71d46f6fb15d1c7c66cd
changed a lot of Con_DPrint/Con_DPrintf calls to Con_Print/Con_Printf (non-technical things like device errors which should be seen even without developer on)
merged Sys_Print code into Con_Print and changed all other Sys_Print/Sys_Printf calls to calling Con_Print/Con_Printf or Con_DPrint/Con_DPrintf instead
rewrote Con_Print so that timestamps are printed only at the start of each line (or just after the 0x01 or 0x02 characters used for chat messages), not during partial line prints, and timestamps now apply to all output destinations (log, console, terminal)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4816 d7cf8633-e32d-0410-b094-e92efae38249
20 files changed:
cd_bsd.c
cd_linux.c
cd_sdl.c
cd_shared.c
cd_win.c
cl_parse.c
console.c
fs.c
gl_backend.c
host.c
host_cmd.c
model_brush.c
snd_alsa.c
snd_mem.c
sv_phys.c
sys.h
sys_shared.c
vid_sdl.c
vid_shared.c
world.c