]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - lhnet.c
Added showbrand cvar, possible values 1-8. Draws the image gfx/brand on an edge or...
[xonotic/darkplaces.git] / lhnet.c
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-05-08 havocimplemented caching of DNS names in lhnet.c
2005-05-05 havoccl_netlocalping now adds only half as much lag, so...
2005-03-15 havocLHNET now enables broadcast send/receive on any UDP...
2005-01-23 havocfixed scaling of cl_netlocalping cvar (it was multiplyi...
2004-10-25 molivierFreeBSD support
2004-10-15 havocreduced cl_net* cvars to just cl_netlocalping and cl_ne...
2004-09-14 moliviersocklen_t is "int" in the Winsocks API
2004-09-09 havocsocklen_t is missing on windows... use size_t there...
2004-09-07 havocfixed STANDALONETEST so it works again
2004-05-21 havocTomaz renamed cl_fake* networking cvars to cl_net*
2004-04-01 havocfix the namelen parameter in the getsockname call
2004-04-01 havocnow uses getsockname to find out what address/port...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havoccl_fakelocalping cvars now produce the specified ping...
2004-01-24 havocfix a severe bug with the checking of WSAStartup (basic...
2004-01-23 havocdisabled opening of ipv6 sockets since that code still...
2003-12-09 molivierEarly support for NetBSD (the dedicated binary works...
2003-08-29 havocnow prints "Connection refused" if LHNET_Read gets...
2003-08-07 havocsimulated packet loss (cl_fakepacketloss_receive, cl_fa...
2003-07-21 havocfix an error in a last minute change (was using maxcont...
2003-07-21 havocpatch up some major cracks in the armor of the function...
2003-07-04 havocbecause gethostbyname("0.0.0.0") fails in windows,...
2003-07-03 havocfix htons warnings in MSVC (thanks to Tomaz for reporti...
2003-06-22 havocForgot to include lhnet in the previous commit and...