implement connectbr command, along with providing best-route info from the server browser.
does not use proxies by default. this is the first pass at this, and I'm not sure the ping values are reliable enough to have any faith in the routes selected. fix a couple of other issues too. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4933 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d789a2c81a
commit
6f5f8c3e34
8 changed files with 327 additions and 38 deletions
|
@ -5095,7 +5095,7 @@ void NET_PrintAddresses(ftenet_connections_t *collection)
|
|||
}
|
||||
|
||||
if (warn)
|
||||
Con_Printf("net address (%s): no addresses\n", con[i]->name);
|
||||
Con_Printf("net address: no addresses\n");
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue