quakeforge/libs/console
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 the beginnings of the console lib (using plugins for the client/server type 2001-07-16 20:41:10 +00:00
client.c some minor work getting the client side of libQFconsole working, but nowhere 2001-09-19 03:39:04 +00:00
complete.c Whitespace. 2001-09-10 12:56:23 +00:00
console.c total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf 2001-09-21 04:22:46 +00:00
inputline.c - cleanup of up/down key handling, as per suggestions from james 2001-09-20 15:14:44 +00:00
list.c Whitespace. 2001-09-10 12:56:23 +00:00
Makefile.am don't have blank SUBDIRS=, it hurts 2001-08-01 05:07:58 +00:00
server.c - build fix for without curses 2001-09-20 19:34:02 +00:00