]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - netconn.c
added a warning comment about dmodel_t not matching the on-disk q1bsp format because...
[xonotic/darkplaces.git] / netconn.c
2005-12-17 havocchanged Venim's dpmaster back to an IP
2005-12-17 havocadded tChr's master server, changed Venim's back to...
2005-11-25 havoccleaned up edict clearing when connecting or coming...
2005-11-25 havocchanged serverlist to using color tags instead of shift...
2005-11-13 havoccorrected dpmaster.deathmask.net IP address comment...
2005-11-13 havocupdated ip address comment for dpmaster.deathmask.net
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-29 havocfix server physics crash on level change from reading...
2005-10-25 havocupdated IP address comment for Willis's dpmaster.deathm...
2005-10-21 havocfix an anonymous struct error with g++ 4
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-06-29 havocstop searching for a server port when one is found
2005-06-28 black-Added sv_playerphysicsqc to control whether the qc...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-14 havocstrlwr does not exist on Linux
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-13 havocfix two signed/unsigned mismatch warnings reported...
2005-06-11 molivierBasic support for Q3's "getstatus" message, for a bette...
2005-06-11 havocsv_public now defaults to 0 except on dedicated servers
2005-06-03 blackFixed an signed/unsigned warning.
2005-06-03 black-Added the cvars net_slist_timeout and net_slist_maxtries.
2005-06-03 havocshut down local server when connected to a remote server
2005-06-02 blackAdded a query queue (test commit so Willis can test...
2005-06-02 black-Changed host_abortserver to host_abortframe.
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 havocreordered the protocolversion_t values to have preferre...
2005-05-24 black-Now netconn also accepts infoRespones from LAN servers...
2005-05-23 havocNetConn_ReceivedMessage now verifies that the packet...
2005-05-23 black-Fix checking the length before knowing its actual...
2005-05-23 black-Fixed a possible buffer overflow bug in NetConn_Receiv...
2005-05-19 havocchanged default heartbeat_period to 120 seconds so...
2005-05-16 havocremoved deadsocket field from server client struct...
2005-05-15 havocdisabled some of the server client connect code that...
2005-05-09 havocchanged blaze.mindphukd.org back to an ip address becau...
2005-05-08 havocimplemented caching of DNS names in lhnet.c
2005-05-05 black-Changed the SDL window icon back to DP's icon.
2005-04-30 havocrelocated the CL_SendMove call to put it at the end...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-04-04 molivierFixed getserversResponse parsing:
2005-04-04 black-ServerList: Changed some if-else-chains to switch...
2005-04-03 black-Changed HostCache to ServerList (and a few other pure...
2005-04-02 black-Now a server is never pinged more than once.
2005-03-15 havocnow searchs LAN for servers (using a broadcast message...
2005-03-02 havocdefault sv_public to 1
2005-02-06 havocadded Venim's dpmaster server (now up to 3 masters)
2005-02-05 black-Only print queried servers once to the console.
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-18 havocdisabled HostCache_Test code because it's wrecking...
2005-01-13 havocNetConn_Read no longer runs cl_packetloss rejection...
2005-01-03 molivierFixed a warning about an uninitialized variable
2004-12-28 black-Changed the name of PingTest to Test (it now also...
2004-12-28 black-Fixed a minor bug in ResetMasks.
2004-12-27 black-Added support for 10 hostcache masks, which will be...
2004-12-26 black-Added a couple of VM builtins.
2004-12-22 black-Fixed a wrong parameter type in netconn.
2004-12-22 black-Fixed the binary insert in the hostcache.
2004-12-22 havocsome cleaning of the hostcache code
2004-12-21 black-Fixed a minor bug in the mask function
2004-12-21 black-Added a new hostcache interface:
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...
next