Mercurial > hg > openttd
graph
-
(svn r15944) -Codechange: disable IPv4 over IPv6 sockets as there is no default value and not all OSes actually support IPv4 over IPv6 so making it the same on all OSes eases debugging and such draftFri, 03 Apr 2009 21:46:52 +0000, by rubidium
-
(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tip draftFri, 03 Apr 2009 20:41:20 +0000, by alberth
-
(svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01 draftFri, 03 Apr 2009 17:29:07 +0000, by translators
-
(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;) draftFri, 03 Apr 2009 17:20:57 +0000, by rubidium
-
(svn r15940) -Codechange: move setting reuse address to the binding process. draftFri, 03 Apr 2009 17:02:29 +0000, by rubidium
-
(svn r15938) -Fix: broadcast addresses detection was broken for win32 draftFri, 03 Apr 2009 16:22:34 +0000, by glx
-
(svn r15935) -Codechange: function to compare IP addresses (to sort them) draftFri, 03 Apr 2009 15:42:41 +0000, by rubidium
-
(svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in the specifications. draftFri, 03 Apr 2009 15:24:39 +0000, by rubidium
-
(svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo() either draftFri, 03 Apr 2009 14:01:45 +0000, by glx
-
(svn r15932) -Codechange: show ip:port as (fallback) servername instead of only the ip. This way you can clearly see there aren't any duplicates. draftFri, 03 Apr 2009 12:54:38 +0000, by rubidium
-
(svn r15931) -Codechange: let the host and ban lists use of SmallVector. draftFri, 03 Apr 2009 12:49:58 +0000, by rubidium
-
(svn r15929) -Codechange: Added nested widgets for statusbar. draftFri, 03 Apr 2009 12:39:52 +0000, by alberth
-
(svn r15928) -Codechange: Moving statusbar widget numbers outside StatusBarWindow draftFri, 03 Apr 2009 12:38:18 +0000, by alberth
-
(svn r15927) -Codechange: Added nested widget for generate-world windows draftFri, 03 Apr 2009 11:59:41 +0000, by alberth
-
(svn r15926) -Codechange: make the broadcast IP list less AF dependent. draftFri, 03 Apr 2009 11:02:41 +0000, by rubidium
-
(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF dependant. draftFri, 03 Apr 2009 10:29:56 +0000, by rubidium
-
(svn r15924) -Codechange: replace NetworkResolveHost with something less AF dependant. draftFri, 03 Apr 2009 09:07:16 +0000, by rubidium
-
(svn r15922) -Codechange: unify the ways to listen on a socket draftFri, 03 Apr 2009 01:24:52 +0000, by rubidium
-
(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want sizeof(sockaddr) or whatever is 'valid' for the given protocol draftFri, 03 Apr 2009 00:33:00 +0000, by rubidium
-
(svn r15920) -Codechange: make the (TCP) connecting less AF dependent. draftThu, 02 Apr 2009 23:59:43 +0000, by rubidium
-
(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you compile for XP SP2+). Also fix a MSVC warning. draftThu, 02 Apr 2009 23:22:59 +0000, by glx
-
(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' data (as spotted by SpComb) draftThu, 02 Apr 2009 23:03:18 +0000, by rubidium
-
(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP. draftThu, 02 Apr 2009 20:39:30 +0000, by rubidium
-
(svn r15916) -Codechange: let the network game list use NetworkAddress draftThu, 02 Apr 2009 20:17:46 +0000, by rubidium
-
(svn r15915) -Codechange: let the udp code use NetworkAddress. draftThu, 02 Apr 2009 19:21:26 +0000, by rubidium
-
(svn r15914) -Codechange: let the content handling make use of NetworkAddress. draftThu, 02 Apr 2009 18:35:59 +0000, by rubidium
-
(svn r15911) -Update: WebTranslator2 update to 2009-04-01 13:51:05 draftWed, 01 Apr 2009 13:51:09 +0000, by translators
-
(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it. draftWed, 01 Apr 2009 08:38:57 +0000, by yexo
-
(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__LP64__. Especially when another part of your API depends on whether __LP64__ is defined and thus making it non-trivial to silence the warnings from the undefinedness of __LP64__ in #if !__LP64__... draftWed, 01 Apr 2009 02:58:38 +0000, by rubidium