log

age author description
Sun, 05 Apr 2009 12:17:36 +0000 frosch (svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iterations and show a messagebox blaming the newgrf. (mizipzor) draft
Sun, 05 Apr 2009 08:06:40 +0000 peter1138 (svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. draft
Sun, 05 Apr 2009 08:01:36 +0000 peter1138 (svn r15956) -Codechange: Enumorize station spec flags. draft
Sat, 04 Apr 2009 13:09:36 +0000 rubidium (svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list draft
Sat, 04 Apr 2009 10:59:14 +0000 rubidium (svn r15953) -Fix [FS#2783]: left - right != width causing strings to be truncated too early draft
Sat, 04 Apr 2009 09:03:28 +0000 alberth (svn r15952) -Codechange: Added nested widgets to operating profit, income, delivered cargo, and company value windows. draft
Sat, 04 Apr 2009 08:48:12 +0000 rubidium (svn r15951) -Fix (r15946) [FS#2803]: ofcourse a couple of OSes/compilers do not provide a nice 'interface', so we have to do it the ugly way. draft
Sat, 04 Apr 2009 03:45:02 +0000 glx (svn r15950) -Fix (r15946): mingw compilation draft
Sat, 04 Apr 2009 01:51:32 +0000 rubidium (svn r15948) -Fix: resolve network addresses before comparing them draft
Sat, 04 Apr 2009 00:48:48 +0000 rubidium (svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address. draft
Sat, 04 Apr 2009 00:47:08 +0000 rubidium (svn r15946) -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching. draft
Fri, 03 Apr 2009 23:44:31 +0000 glx (svn r15945) -Fix (r15944): win32 compilation draft
Fri, 03 Apr 2009 21:46:52 +0000 rubidium (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 draft
Fri, 03 Apr 2009 20:41:20 +0000 alberth (svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tip draft
Fri, 03 Apr 2009 17:29:07 +0000 translators (svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01 draft
Fri, 03 Apr 2009 17:20:57 +0000 rubidium (svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;) draft
Fri, 03 Apr 2009 17:02:29 +0000 rubidium (svn r15940) -Codechange: move setting reuse address to the binding process. draft
Fri, 03 Apr 2009 16:22:34 +0000 glx (svn r15938) -Fix: broadcast addresses detection was broken for win32 draft
Fri, 03 Apr 2009 15:42:41 +0000 rubidium (svn r15935) -Codechange: function to compare IP addresses (to sort them) draft
Fri, 03 Apr 2009 15:24:39 +0000 rubidium (svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in the specifications. draft
Fri, 03 Apr 2009 14:01:45 +0000 glx (svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo() either draft
Fri, 03 Apr 2009 12:54:38 +0000 rubidium (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. draft
Fri, 03 Apr 2009 12:49:58 +0000 rubidium (svn r15931) -Codechange: let the host and ban lists use of SmallVector. draft
Fri, 03 Apr 2009 12:48:11 +0000 glx (svn r15930) -Fix (r15926): MSVC compilation draft
Fri, 03 Apr 2009 12:39:52 +0000 alberth (svn r15929) -Codechange: Added nested widgets for statusbar. draft
Fri, 03 Apr 2009 12:38:18 +0000 alberth (svn r15928) -Codechange: Moving statusbar widget numbers outside StatusBarWindow draft
Fri, 03 Apr 2009 11:59:41 +0000 alberth (svn r15927) -Codechange: Added nested widget for generate-world windows draft
Fri, 03 Apr 2009 11:02:41 +0000 rubidium (svn r15926) -Codechange: make the broadcast IP list less AF dependent. draft
Fri, 03 Apr 2009 10:29:56 +0000 rubidium (svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF dependant. draft
Fri, 03 Apr 2009 09:07:16 +0000 rubidium (svn r15924) -Codechange: replace NetworkResolveHost with something less AF dependant. draft