Age | Commit message (Collapse) | Author |
|
PoolItem::IsValidID(index)
|
|
PoolItem::GetPoolSize()
|
|
|
|
debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions.
|
|
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
|
|
|
used incorrect length.
|
|
|
|
company
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
messages by adding more information to them. Also give some clues on how to fix certain issues (like failing advertising).
|
|
|
|
windows, and add them as comment.
|
|
|
|
|
|
|
|
window structs.
|
|
|
|
|
|
console commands.
|
|
companies, since joining an AI company is not possible.
|
|
DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
|
|
they are part of strings and add some colours to a few strings.
|
|
same as for DrawString (except the addition of the bottom parameter)
|
|
'client address' so we can be sure the client address is always resolved
|
|
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
to mathematical overflow.
|
|
time the window gets repainted
|
|
|
|
fallback even when freeaddrinfo is available
|
|
|
|
fixed value.
|
|
delayed so much that the network stuff was already closed and the packet would never reach the master server causing the server to appear online longer than necessary.
|
|
[network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
|
the master socket do that too; too bad getaddrinfo can't handle binding to any address on any port at the same time :(
|
|
you've got an unresolved address, the hostname cannot be resolved either so return it as-is.
|
|
to register an IPv6 address (only if it could ofcourse)
|
|
|
|
|
|
|
|
connect to them in any case
|
|
|
|
|
|
NETWORK_CLIENT_NAME_LENGTH for the length of client names.
|
|
is bound to.
|
|
of returned server lists.
|
|
passing the hostname and the IP into a string.
|
|
to the config file.
|