]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
fixed a critical bug with Vile and other midnight mods (dlights were being controlled...
[divverent/darkplaces.git] / netconn.c
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-11-12 havocmoved the extern prototype for SV_ConnectClient from...
2004-11-12 havocmore preparation for DP_SV_BOTCLIENT, removed a number...
2004-11-12 havocmoved rate and connecttime from netconn structure to...
2004-10-27 havocchanged net_masterextra1 and 2 back to IP addresses...
2004-10-15 havocnow shows status messages in join game menu when a...
2004-10-15 havocreduced cl_net* cvars to just cl_netlocalping and cl_ne...
2004-10-06 havocnow should be able to connect to another server without...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-20 havocchanged net_master's to ghdigital.com and dpmaster...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-05-21 havocTomaz renamed cl_fake* networking cvars to cl_net*
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-02-08 havocadded Willis's dpmaster to list
2004-01-24 havocchanged local server ports to 1 (server) and 2 (client...
2004-01-23 havocdisabled opening of ipv6 sockets since that code still...
2003-12-29 havocupdated sv_masterextra1 to point to the newer master...
2003-09-30 molivierMore strcpy -> strlcpy and sprintf -> snprintf
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-19 havocfinished a lot of little todo items, mostly regarding...
2003-09-13 havocrenamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTO...
2003-09-04 havocthe Connect failed error is now just a print
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-23 havocfix a (very bad!) bug with -port cvar setting
2003-08-23 havocadded error messages when opening sockets (reports...
2003-08-07 havocsimulated packet loss (cl_fakepacketloss_receive, cl_fa...
2003-08-06 havocworking code is better than broken code
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-27 havocadded MAX_PACKETFRAGMENT to limit size of reliable...
2003-07-22 havocuse proper string for conn->address when accepting...
2003-07-21 havocskip over NULL sockets in cl_sockets and sv_sockets...
2003-07-12 havocNetConn_Write should print packets even if LHNET_Write...
2003-07-10 havocserver no longer responds to any netquake control packe...
2003-07-08 havocsome enhancements to timeout handling inspired by ProQu...
2003-06-24 havocReceivedMessage now sets lastMessageTime when a valid...
2003-06-22 havocinitialize the various server properties when parsing...
2003-06-22 havocForgot to include lhnet in the previous commit and...