smatz
|
56a7b70591
|
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
|
2009-05-22 15:39:22 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
62a7948af0
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
7eb14aa49f
|
(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable instead of var->index
|
2009-05-22 14:23:36 +00:00 |
|
smatz
|
04723b240e
|
(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable instead of var->index
|
2009-05-22 14:23:36 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
cf986c3099
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
ed1e54bd84
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
e5529d8995
|
(svn r16265) -Fix (r16238): wrong format string for debug output
|
2009-05-10 13:23:23 +00:00 |
|
smatz
|
d4971a22d0
|
(svn r16265) -Fix (r16238): wrong format string for debug output
|
2009-05-10 13:23:23 +00:00 |
|
rubidium
|
dd0b93532a
|
(svn r16238) -Change: improve/clarify some network related debug "error" messages by adding more information to them. Also give some clues on how to fix certain issues (like failing advertising).
|
2009-05-06 09:52:52 +00:00 |
|
rubidium
|
951b9e7615
|
(svn r16238) -Change: improve/clarify some network related debug "error" messages by adding more information to them. Also give some clues on how to fix certain issues (like failing advertising).
|
2009-05-06 09:52:52 +00:00 |
|
yexo
|
f6070e2261
|
(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI companies, since joining an AI company is not possible.
|
2009-04-26 19:48:42 +00:00 |
|
yexo
|
c8ce3f7ef0
|
(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI companies, since joining an AI company is not possible.
|
2009-04-26 19:48:42 +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
|
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 |
|
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 |
|
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
|
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
|
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
|
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 |
|
rubidium
|
f9f61dc208
|
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
|
2009-04-08 12:09:07 +00:00 |
|
rubidium
|
9d6edae94d
|
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
|
2009-04-08 12:09:07 +00:00 |
|
rubidium
|
5a6198092d
|
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless.
|
2009-04-08 11:57:00 +00:00 |
|
rubidium
|
18146572b0
|
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless.
|
2009-04-08 11:57:00 +00:00 |
|
rubidium
|
edf4ab97e1
|
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding
|
2009-04-08 01:23:44 +00:00 |
|
rubidium
|
c2152fa31f
|
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding
|
2009-04-08 01:23:44 +00:00 |
|
rubidium
|
ac043bc7e8
|
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.
|
2009-04-08 01:22:57 +00:00 |
|
rubidium
|
a5a424ce28
|
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.
|
2009-04-08 01:22:57 +00:00 |
|
rubidium
|
632a263f8a
|
(svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails
|
2009-04-08 00:41:35 +00:00 |
|