mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
eb71edb5d4
way.. Sys_Printf is now Sys_StdPrintf for now. Sys_Printf is a function pointer and will end up replacing Con_Printf as well. Names will change to something intelligent when I'm done. Win32 is not yet touched, but I haven't forgotten it. The reason for this is the assumption that Con_Printf and Sys_Printf do not overlap. The new server console WILL change that, requiring that we change how we handle both functions. The plan: Default to using stubs and swap them for full-featured functions on Console init which do all the things we expect. Will also do a stderr version later. |
||
---|---|---|
.. | ||
audio | ||
gamecode | ||
gib | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |