log

age author description
Fri, 10 Apr 2009 17:16:46 +0000 rubidium (svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups. draft
Fri, 10 Apr 2009 16:31:29 +0000 alberth (svn r16017) -Codechange: Added nested widgets to transparency settings window. draft
Fri, 10 Apr 2009 16:24:12 +0000 alberth (svn r16016) -Codechange: Moving the TransparencyToolbarWidgets outside the window class. draft
Fri, 10 Apr 2009 16:20:54 +0000 alberth (svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum. draft
Fri, 10 Apr 2009 12:56:55 +0000 rubidium (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] draft
Fri, 10 Apr 2009 11:06:12 +0000 alberth (svn r16013) -Codechange: Add nested widgets to music windows. draft
Fri, 10 Apr 2009 11:03:48 +0000 peter1138 (svn r16012) -Codechange: Code style clean up. draft
Fri, 10 Apr 2009 11:02:09 +0000 alberth (svn r16011) -Codechange: Extracting widget number enums from the window classes. draft
Fri, 10 Apr 2009 10:29:28 +0000 alberth (svn r16010) -Cleanup: Declare variables at first use. draft
Fri, 10 Apr 2009 10:21:16 +0000 alberth (svn r16009) -Codechange: Simplifying some variable assignments. draft
Fri, 10 Apr 2009 09:43:53 +0000 alberth (svn r16008) -Fix (r15808): Unswap swapped music selection panels. draft
Fri, 10 Apr 2009 09:23:35 +0000 rubidium (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 :( draft
Thu, 09 Apr 2009 22:37:59 +0000 frosch (svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions. draft
Thu, 09 Apr 2009 21:36:09 +0000 rubidium (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. draft
Thu, 09 Apr 2009 21:26:29 +0000 rubidium (svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse) draft
Thu, 09 Apr 2009 11:42:24 +0000 alberth (svn r16003) -Codechange: Replaced magic widget number constant with enumerated value in graph legend window. draft
Thu, 09 Apr 2009 11:22:36 +0000 alberth (svn r16002) -Codechange: Added nested widgets for company league window draft
Thu, 09 Apr 2009 09:41:10 +0000 alberth (svn r16001) -Codechange: Added nested widgets to cargo payment rates window draft
Thu, 09 Apr 2009 01:22:45 +0000 rubidium (svn r16000) -Feature: IPv6 support draft
Thu, 09 Apr 2009 01:22:33 +0000 rubidium (svn r15999) -Codechange: VARDEF--; draft
Thu, 09 Apr 2009 01:16:15 +0000 rubidium (svn r15998) -Codechange: some coding style updates draft
Thu, 09 Apr 2009 01:10:35 +0000 rubidium (svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the industry window when there are more lines of information draft
Wed, 08 Apr 2009 23:41:48 +0000 rubidium (svn r15993) -Codechange: clean up/generalise the handling of the server list draft
Wed, 08 Apr 2009 21:16:24 +0000 rubidium (svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect to them in any case draft
Wed, 08 Apr 2009 21:11:16 +0000 rubidium (svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString. draft
Wed, 08 Apr 2009 21:03:00 +0000 rubidium (svn r15989) -Fix (r15987: segfault due to uninitialised sockets. draft
Wed, 08 Apr 2009 19:39:03 +0000 rubidium (svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names. draft
Wed, 08 Apr 2009 19:36:51 +0000 rubidium (svn r15987) -Fix: make the master socket only listen on the IP the server is bound to. draft
Wed, 08 Apr 2009 17:53:40 +0000 translators (svn r15985) -Update: WebTranslator2 update to 2009-04-08 17:53:32 draft
Wed, 08 Apr 2009 17:51:04 +0000 rubidium (svn r15984) -Codechange: prepare the UDP receiver to process multiple types of returned server lists. draft
Wed, 08 Apr 2009 12:52:53 +0000 rubidium (svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string. draft
Wed, 08 Apr 2009 12:09:07 +0000 rubidium (svn r15981) -Fix: don't print the address family when writing the IP+port to the config file. draft
Wed, 08 Apr 2009 11:57:00 +0000 rubidium (svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless. draft
Wed, 08 Apr 2009 01:23:44 +0000 rubidium (svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding draft
Wed, 08 Apr 2009 01:22:57 +0000 rubidium (svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses. draft
Wed, 08 Apr 2009 00:41:35 +0000 rubidium (svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails draft
Wed, 08 Apr 2009 00:26:49 +0000 rubidium (svn r15975) -Codechange: register each of the IPs we have bound to to the masterserver draft
Wed, 08 Apr 2009 00:10:20 +0000 glx (svn r15974) -Fix (r15969): win32 compilation was broken (again) draft
Wed, 08 Apr 2009 00:05:16 +0000 rubidium (svn r15973) -Codechange: make it possible to listen on multiple TCP sockets draft
Wed, 08 Apr 2009 00:03:05 +0000 rubidium (svn r15972) -Codechange: remove unneeded parameter draft
Tue, 07 Apr 2009 20:27:13 +0000 rubidium (svn r15971) -Codechange: make it possible for UDP socket handlers to bind to multiple sockets. draft
Tue, 07 Apr 2009 19:52:01 +0000 rubidium (svn r15970) -Codechange: make it possible to resolve a single address into multiple sockets. draft
Tue, 07 Apr 2009 19:06:36 +0000 rubidium (svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited. draft
Tue, 07 Apr 2009 19:04:37 +0000 rubidium (svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier. draft
Tue, 07 Apr 2009 18:23:14 +0000 rubidium (svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly draft
Tue, 07 Apr 2009 14:28:32 +0000 svnsync (svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. Take care of that now. Also introduce #textdir for all languages. draft
Tue, 07 Apr 2009 00:05:44 +0000 smatz (svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway) draft
Mon, 06 Apr 2009 17:40:24 +0000 translators (svn r15964) -Update: WebTranslator2 update to 2009-04-06 17:40:13 draft
Mon, 06 Apr 2009 10:05:36 +0000 rubidium (svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character earlier than necessary. draft
Sun, 05 Apr 2009 19:43:41 +0000 rubidium (svn r15961) -Codechange: prepare the 'client' side for receiving 'session keys' from the masterserver so servers can register with multiple IPs as the same server. draft
Sun, 05 Apr 2009 17:48:08 +0000 translators (svn r15960) -Update: WebTranslator2 update to 2009-04-05 17:47:56 draft
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