]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.h
Add a comment explaining how the compression algorithms are negotiated
[divverent/darkplaces.git] / netconn.h
2008-09-21 divverentseta net_slist_favorites
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-01-22 havocmerged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo...
2007-12-02 havocremoved all but ocrana qw master as the rest were not...
2007-11-12 havocfix SLIF_FREESLOTS to not be an out of bounds array...
2007-11-08 blackClean-up the refresh code and remove the refresh field...
2007-11-08 black- add support for server list refreshes to netconn...
2007-11-05 divverentadd a "freeslots" field to the host cache
2007-07-08 divverentnew cvar log_dest_udp to send all console data to one...
2007-06-13 havocbrought back the client->sendsignon flag from original...
2007-05-11 havocmoved almost all server cvars to sv_main.c and added...
2007-04-18 havocadded numbots and numhumans in server info parsing...
2007-04-16 havocimplemented shownetgraph
2007-03-29 havocadded NetConn_SleepMicroseconds function, and LHNET_Sle...
2007-01-14 havocpatch from div0 that adds a special "extResponse "...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-25 molivierRemoved the extra definitions of hton[sl] and ntoh...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-15 havocsplit up net_slist into net_slist and net_slistqw,...
2006-02-28 havocfilter servers by "gameversion" cvar, which is now...
2006-02-26 havocadded qw master support to server query system, and...
2006-02-24 havocbeginnings of qw protocol support
2006-02-24 havocremoved canSend field from netconn_t, and added a froms...
2006-02-23 havocadded qw compatible "rcon" support (allows a client...
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-12 havocrenamed NetConn_UpdateServerStuff to NetConn_UpdateSock...
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-08-14 eviltypeguyFixups for Solaris port.
2005-06-27 havocincreased server browser viewlist limit (was 128) to...
2005-06-03 black-Added the cvars net_slist_timeout and net_slist_maxtries.
2005-06-02 blackAdded a query queue (test commit so Willis can test...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2005-04-03 black-Changed HostCache to ServerList (and a few other pure...
2004-12-27 black-Added support for 10 hostcache masks, which will be...
2004-12-22 black-Fixed a wrong parameter type in netconn.
2004-12-21 black-Added a new hostcache interface:
2004-11-12 havocmoved rate and connecttime from netconn structure to...
2004-10-15 havocreduced cl_net* cvars to just cl_netlocalping and cl_ne...
2004-05-21 havocTomaz renamed cl_fake* networking cvars to cl_net*
2004-02-21 havocrate limited networking ("rate" command in client conso...
2003-09-19 havocfinished a lot of little todo items, mostly regarding...
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-08 havocsome enhancements to timeout handling inspired by ProQu...
2003-06-22 havocForgot to include lhnet in the previous commit and...