rubidium
|
dd2661bbbd
|
(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter)
|
2009-04-26 10:45:07 +00:00 |
|
rubidium
|
11c6d30e77
|
(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter)
|
2009-04-26 10:45:07 +00:00 |
|
rubidium
|
6c3fa9b487
|
(svn r16135) -Fix [FS#2856]: always give the server an already resolved 'client address' so we can be sure the client address is always resolved
|
2009-04-24 10:52:51 +00:00 |
|
rubidium
|
169a003e9a
|
(svn r16135) -Fix [FS#2856]: always give the server an already resolved 'client address' so we can be sure the client address is always resolved
|
2009-04-24 10:52:51 +00:00 |
|
rubidium
|
c530ca27bb
|
(svn r16134) -Change: do not add duplicates to the broadcast list
|
2009-04-24 10:33:16 +00:00 |
|
rubidium
|
5db32d1dc5
|
(svn r16134) -Change: do not add duplicates to the broadcast list
|
2009-04-24 10:33:16 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
d3de980714
|
(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due to mathematical overflow.
|
2009-04-17 17:48:33 +00:00 |
|
rubidium
|
f14425e2c4
|
(svn r16071) -Fix [FS#2845]: content download progress bar 'resetting' due to mathematical overflow.
|
2009-04-17 17:48:33 +00:00 |
|
rubidium
|
b34eb75c11
|
(svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted
|
2009-04-15 20:37:00 +00:00 |
|
rubidium
|
d04ebf2fa5
|
(svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted
|
2009-04-15 20:37:00 +00:00 |
|
rubidium
|
8ad5729e9c
|
(svn r16064) -Fix: memory leak when querying a server multiple times.
|
2009-04-15 20:35:52 +00:00 |
|
rubidium
|
3061d70387
|
(svn r16064) -Fix: memory leak when querying a server multiple times.
|
2009-04-15 20:35:52 +00:00 |
|
glx
|
388dc27474
|
(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the fallback even when freeaddrinfo is available
|
2009-04-12 22:13:05 +00:00 |
|
glx
|
532fca65ef
|
(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the fallback even when freeaddrinfo is available
|
2009-04-12 22:13:05 +00:00 |
|
rubidium
|
b78820a361
|
(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.
|
2009-04-11 20:26:25 +00:00 |
|
rubidium
|
47e2901e18
|
(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.
|
2009-04-11 20:26:25 +00:00 |
|
peter1138
|
f492281b9d
|
(svn r16026) -Codechange: Use font height for chat line spacing instead of fixed value.
|
2009-04-11 10:38:00 +00:00 |
|
peter1138
|
be7215497c
|
(svn r16026) -Codechange: Use font height for chat line spacing instead of fixed value.
|
2009-04-11 10:38:00 +00:00 |
|
rubidium
|
a46de87b03
|
(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be 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.
|
2009-04-10 20:18:48 +00:00 |
|
rubidium
|
2663ad302f
|
(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be 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.
|
2009-04-10 20:18:48 +00:00 |
|
rubidium
|
8cd7def31c
|
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
2009-04-10 12:56:55 +00:00 |
|
rubidium
|
7d3db3ee91
|
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]
|
2009-04-10 12:56:55 +00:00 |
|
rubidium
|
7ae8228ed3
|
(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make the master socket do that too; too bad getaddrinfo can't handle binding to any address on any port at the same time :(
|
2009-04-10 09:23:35 +00:00 |
|
rubidium
|
460fbc7c92
|
(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make the master socket do that too; too bad getaddrinfo can't handle binding to any address on any port at the same time :(
|
2009-04-10 09:23:35 +00:00 |
|
rubidium
|
c71e59263d
|
(svn r16005) -Fix: assertion when there is no last joined server; when you've got an unresolved address, the hostname cannot be resolved either so return it as-is.
|
2009-04-09 21:36:09 +00:00 |
|
rubidium
|
28bce241fd
|
(svn r16005) -Fix: assertion when there is no last joined server; when you've got an unresolved address, the hostname cannot be resolved either so return it as-is.
|
2009-04-09 21:36:09 +00:00 |
|
rubidium
|
04b174687b
|
(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse)
|
2009-04-09 21:26:29 +00:00 |
|
rubidium
|
8477e92386
|
(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse)
|
2009-04-09 21:26:29 +00:00 |
|
rubidium
|
fe42ae8ad4
|
(svn r16000) -Feature: IPv6 support
|
2009-04-09 01:22:45 +00:00 |
|
rubidium
|
c0f9af5607
|
(svn r16000) -Feature: IPv6 support
|
2009-04-09 01:22:45 +00:00 |
|
rubidium
|
b0113af67c
|
(svn r15998) -Codechange: some coding style updates
|
2009-04-09 01:16:15 +00:00 |
|
rubidium
|
ebe0f9e7f7
|
(svn r15998) -Codechange: some coding style updates
|
2009-04-09 01:16:15 +00:00 |
|
rubidium
|
be53295ee8
|
(svn r15993) -Codechange: clean up/generalise the handling of the server list
|
2009-04-08 23:41:48 +00:00 |
|
rubidium
|
882e495f5c
|
(svn r15993) -Codechange: clean up/generalise the handling of the server list
|
2009-04-08 23:41:48 +00:00 |
|
rubidium
|
e321f5637f
|
(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect to them in any case
|
2009-04-08 21:16:24 +00:00 |
|
rubidium
|
c2dbc8270b
|
(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect to them in any case
|
2009-04-08 21:16:24 +00:00 |
|
rubidium
|
19b50f8ed8
|
(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.
|
2009-04-08 21:11:16 +00:00 |
|
rubidium
|
0f0cc67d62
|
(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.
|
2009-04-08 21:11:16 +00:00 |
|
rubidium
|
6c6fb6a927
|
(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.
|
2009-04-08 21:03:00 +00:00 |
|
rubidium
|
e779c56e31
|
(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.
|
2009-04-08 21:03:00 +00:00 |
|
rubidium
|
0630f0db4f
|
(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names.
|
2009-04-08 19:39:03 +00:00 |
|
rubidium
|
1d4318c0d1
|
(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names.
|
2009-04-08 19:39:03 +00:00 |
|
rubidium
|
f5339e492a
|
(svn r15987) -Fix: make the master socket only listen on the IP the server is bound to.
|
2009-04-08 19:36:51 +00:00 |
|
rubidium
|
08e37a6f10
|
(svn r15987) -Fix: make the master socket only listen on the IP the server is bound to.
|
2009-04-08 19:36:51 +00:00 |
|
rubidium
|
10ccad9d3d
|
(svn r15984) -Codechange: prepare the UDP receiver to process multiple types of returned server lists.
|
2009-04-08 17:51:04 +00:00 |
|
rubidium
|
080095ade5
|
(svn r15984) -Codechange: prepare the UDP receiver to process multiple types of returned server lists.
|
2009-04-08 17:51:04 +00:00 |
|
rubidium
|
1cd5ac75ff
|
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string.
|
2009-04-08 12:52:53 +00:00 |
|
rubidium
|
cd8da0d69e
|
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string.
|
2009-04-08 12:52:53 +00:00 |
|