]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
fixed very annoying '5 second timeout' bug in Host_ShutdownServer (the local client...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Apr 2004 06:20:23 +0000 (06:20 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Apr 2004 06:20:23 +0000 (06:20 +0000)
commit3f94d889aed3fc9aa2fc39ae80c3d00bc56f991f
tree82e545f157f52ae7308f4679048ae1da3bdf99dd
parent57022afbc21b9c8b9491190ded1164e2ab2b4868
fixed very annoying '5 second timeout' bug in Host_ShutdownServer (the local client was timing out on the NetConn_SendToAll because the server was ignoring the client's reply packets, by setting sv.active = false too early)
added Host_ShutdownServer call near every CL_Disconnect call, for consistency
CL_Disconnect and Host_ShutdownServer now report their calls as dprints (previously they were entirely silent)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4081 d7cf8633-e32d-0410-b094-e92efae38249
cl_demo.c
cl_input.c
cl_main.c
host.c
host_cmd.c
netconn.c