From 8d466c8c99a82c9fa87d2c8a932413da1ac89e04 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 28 Aug 2008 17:35:47 +0000 Subject: Removed unimplemented `sv_mvd_wait' cvar. Bind server TCP socket with SO_REUSEADDR option, close it properly on shutdown. Implemented server console logging over HTTP, accessible at `/console' URI. Added `sv_console_auth' cvar controlling access to server console. Never allow server realtime go back. Spectator chat on GTV is no longer audible. Moved POV name on the very top of the screen. --- source/common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/common.c') diff --git a/source/common.c b/source/common.c index 0dc03b4..dad3b9d 100644 --- a/source/common.c +++ b/source/common.c @@ -284,6 +284,9 @@ void Com_Printf( const char *fmt, ... ) { // debugging console Sys_ConsoleOutput( msg ); + // remote console + SV_ConsoleOutput( msg ); + // logfile if( com_logFile ) { LogFile_Output( msg ); -- cgit v1.2.3