From cb1f4461911154e547a15480ef98199832a2cbf7 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 5 Feb 2009 12:56:45 +0000 Subject: Report download size/done percentage in the output of ‘status d’ command. Fixed a small memory leak possible when client was requesting another download without stopping the previous one. Properly exit dedicated server running as Win32 service given a ‘quit’ command. No longer assume ‘portalopen’ array indices to be mapped directly into ‘areaportals’ array. No longer error out when CM_SetAreaPortalState is called on the areaportal inside MAX_MAP_AREAPORTALS range but not referenced anywhere on the map. Flush server logfile on Com_Error. Changed default value of ‘uf’ cvar to include UF_LOCALFOV (from 0 to 4). Added ‘cl_lag’ macro expanding to server to client packetloss percentage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/sys_unix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/sys_unix.c') diff --git a/source/sys_unix.c b/source/sys_unix.c index 66102eb..4fa67d0 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -569,6 +569,8 @@ qboolean Sys_GetFileInfo( FILE *fp, fsFileInfo_t *info ) { /* ================= Sys_Quit + +This function never returns. ================= */ void Sys_Quit( void ) { -- cgit v1.2.3