summaryrefslogtreecommitdiff
path: root/source/sv_public.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-08-28 17:35:47 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-08-28 17:35:47 +0000
commit8d466c8c99a82c9fa87d2c8a932413da1ac89e04 (patch)
tree9954623456ae4dc245daa98f57f913f9892a742b /source/sv_public.h
parent651dbdd53d61b75108ffdc95f3efdb285adc7170 (diff)
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.
Diffstat (limited to 'source/sv_public.h')
-rw-r--r--source/sv_public.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/sv_public.h b/source/sv_public.h
index 54e860a..c6c5e91 100644
--- a/source/sv_public.h
+++ b/source/sv_public.h
@@ -34,7 +34,8 @@ typedef enum {
void SV_ProcessEvents( void );
void SV_Init (void);
void SV_Shutdown( const char *finalmsg, killtype_t type );
-void SV_Frame (int msec);
+void SV_Frame (unsigned msec);
void SV_SetConsoleTitle( void );
+void SV_ConsoleOutput( const char *msg );
qboolean MVD_GetDemoPercent( int *percent, int *bufferPercent );