]> icculus.org git repositories - divverent/darkplaces.git/commit
net_wins.c is gone, winsock support merged into net_udp.c
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Mar 2003 08:37:13 +0000 (08:37 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Mar 2003 08:37:13 +0000 (08:37 +0000)
commit5fc5892a12b5e363a32ef7da5c2dc9cae5234f8f
tree1d3f04e82104c0ef0917bbafe81ecdc48db0a166
parent927449b5ad3a24c07444744df5273d64c79a67f1
net_wins.c is gone, winsock support merged into net_udp.c
numerous other cleanups/changes also done to net_udp.c (to try to simplify it, hopefully work better, that kind of stuff)
support for partial IP addresses has been removed (that is you say you can't simply type 'connect 1.123' and have it expand to xxx.xxx.1.123 where xxx.xxx came from your own IP address, however hostnames still work fine)
also the automatic changing of the hostname cvar according to internet hostname has been removed, so servers will be called "UNNAMED" if they don't set it, rather than using their internet hostname

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2865 d7cf8633-e32d-0410-b094-e92efae38249
darkplaces.dsp
makefile.mingw
makefile.mingwcross
net_udp.c
net_wins.c [deleted file]