]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
some cleanups to hostcache (got rid of driver/address stuff and expanded the strings...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 25 May 2003 22:46:31 +0000 (22:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 25 May 2003 22:46:31 +0000 (22:46 +0000)
commit14418daa3cb38466864cd7cc53001bbb1bac2b22
tree454ef110e530bd100eae7236dffe218faf0fe8d7
parentac98bf077bc6ec661e54210d8b3bc8ce687cede2
some cleanups to hostcache (got rid of driver/address stuff and expanded the strings, also increased number of cache slots)
connecting to a server is now much more direct (does not use hostcache)
now ignores the address string received in server info packets because it's often bogus in dp (sorry...  but not really avoidable)
slist reports now include the address of the server (useful!!) and are much wider (79 characters) to give more room for info
the NOROUTINGFIX option has been kind of merged away, whether the server uses it or not is still optional (search for routing fix)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3038 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
net.h
net_dgrm.c
net_loop.c
net_main.c
server.h
sv_main.c
sv_user.c