]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.h
471
[divverent/darkplaces.git] / netconn.h
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...