quakeforge/libs/audio/renderer
Bill Currie 49a85718f8 total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf
(Sys_DPrintf is new) is now used exclusively for all lib printing. Con_Init
sets the sys printf recirection to Con_Print (which has been revamped
appropriatly) and the server sets it to SV_Print (which was SV_Printf and
the new SV_Printf calls /it/). This should fix the rcon print redirection
issues.
2001-09-21 04:22:46 +00:00
..
.gitignore Put the sound renderer in it's proper place: as a full-fledged plugin. 2001-08-23 04:01:46 +00:00
Makefile.am Put the sound renderer in it's proper place: as a full-fledged plugin. 2001-08-23 04:01:46 +00:00
snd_dma.c total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf 2001-09-21 04:22:46 +00:00
snd_mem.c total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf 2001-09-21 04:22:46 +00:00
snd_mix.c total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf 2001-09-21 04:22:46 +00:00
snd_mixa.S oh, the joys of asm in shared libs 2001-08-30 22:32:11 +00:00
snd_null.c Lots of whitespace, header cleanups, and a few tiny optimizations. 2001-09-09 21:41:35 +00:00