------------------------------------------------------------------------ r15985 | translators | 2009-04-08 17:53:40 +0000 (Wed, 08 Apr 2009) | 10 lines -Update: WebTranslator2 update to 2009-04-08 17:53:32 catalan - 1 fixed by arnaullv (1) english_US - 1 fixed by WhiteRabbit (1) estonian - 1 changed by kristjans (1) galician - 7 fixed by Condex (7) malay - 2 fixed by tombakemas (2) romanian - 2 fixed by kkmic (2) serbian - 2 fixed by etran (2) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r15984 | rubidium | 2009-04-08 17:51:04 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: prepare the UDP receiver to process multiple types of returned server lists. ------------------------------------------------------------------------ r15982 | rubidium | 2009-04-08 12:52:53 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string. ------------------------------------------------------------------------ r15981 | rubidium | 2009-04-08 12:09:07 +0000 (Wed, 08 Apr 2009) | 2 lines -Fix: don't print the address family when writing the IP+port to the config file. ------------------------------------------------------------------------ r15980 | rubidium | 2009-04-08 11:57:00 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: don't try to bind to the same socket twice; it's quite pointless. ------------------------------------------------------------------------ r15979 | rubidium | 2009-04-08 01:23:44 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: tweak the debug/warning levels of some of the messages when binding ------------------------------------------------------------------------ r15978 | rubidium | 2009-04-08 01:22:57 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: support parsing [] enclosed IPv6 addresses. ------------------------------------------------------------------------ r15976 | rubidium | 2009-04-08 00:41:35 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: make it a bit more clear for what (type of) address binding fails ------------------------------------------------------------------------ r15975 | rubidium | 2009-04-08 00:26:49 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: register each of the IPs we have bound to to the masterserver ------------------------------------------------------------------------ r15974 | glx | 2009-04-08 00:10:20 +0000 (Wed, 08 Apr 2009) | 1 line -Fix (r15969): win32 compilation was broken (again) ------------------------------------------------------------------------ r15973 | rubidium | 2009-04-08 00:05:16 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: make it possible to listen on multiple TCP sockets ------------------------------------------------------------------------ r15972 | rubidium | 2009-04-08 00:03:05 +0000 (Wed, 08 Apr 2009) | 2 lines -Codechange: remove unneeded parameter ------------------------------------------------------------------------ r15971 | rubidium | 2009-04-07 20:27:13 +0000 (Tue, 07 Apr 2009) | 2 lines -Codechange: make it possible for UDP socket handlers to bind to multiple sockets. ------------------------------------------------------------------------ r15970 | rubidium | 2009-04-07 19:52:01 +0000 (Tue, 07 Apr 2009) | 2 lines -Codechange: make it possible to resolve a single address into multiple sockets. ------------------------------------------------------------------------ r15969 | rubidium | 2009-04-07 19:06:36 +0000 (Tue, 07 Apr 2009) | 2 lines -Codechange: make the list of broadcast addresses virtually unlimited. ------------------------------------------------------------------------ r15968 | rubidium | 2009-04-07 19:04:37 +0000 (Tue, 07 Apr 2009) | 2 lines -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier. ------------------------------------------------------------------------ r15967 | rubidium | 2009-04-07 18:23:14 +0000 (Tue, 07 Apr 2009) | 2 lines -Codechange: do not access NetworkSocketHandler::has_quit directly ------------------------------------------------------------------------ r15966 | svnsync | 2009-04-07 14:28:32 +0000 (Tue, 07 Apr 2009) | 2 lines -Fix: over time, several incosistancies were not fixed by WT2. Take care of that now. Also introduce #textdir for all languages. ------------------------------------------------------------------------ r15965 | smatz | 2009-04-07 00:05:44 +0000 (Tue, 07 Apr 2009) | 1 line -Change: use recent Czech language for plural form (it has been official for years anyway) ------------------------------------------------------------------------ r15964 | translators | 2009-04-06 17:40:24 +0000 (Mon, 06 Apr 2009) | 11 lines -Update: WebTranslator2 update to 2009-04-06 17:40:13 afrikaans - 36 fixed by burgerd (36) czech - 2 fixed, 6 changed by SmatZ (8) dutch - 1 fixed by habell (1) estonian - 111 fixed, 5 changed by kristjans (116) finnish - 2 fixed by jpx_ (2) german - 1 fixed by planetmaker (1) luxembourgish - 30 fixed by Gubius (30) serbian - 100 fixed by etran (100) slovenian - 2 fixed by Necrolyte (2) ------------------------------------------------------------------------ r15963 | rubidium | 2009-04-06 10:05:36 +0000 (Mon, 06 Apr 2009) | 2 lines -Fix [FS#2814]: (v)seprintf chopped of strings one character earlier than necessary. ------------------------------------------------------------------------ r15961 | rubidium | 2009-04-05 19:43:41 +0000 (Sun, 05 Apr 2009) | 2 lines -Codechange: prepare the 'client' side for receiving 'session keys' from the masterserver so servers can register with multiple IPs as the same server. ------------------------------------------------------------------------ r15960 | translators | 2009-04-05 17:48:08 +0000 (Sun, 05 Apr 2009) | 12 lines -Update: WebTranslator2 update to 2009-04-05 17:47:56 arabic_egypt - 2 fixed by khaloofah (2) catalan - 1 fixed, 4 changed by arnaullv (5) dutch - 1 fixed by Excel20 (1) english_US - 1 fixed by WhiteRabbit (1) estonian - 46 fixed, 1 changed by kristjans (47) french - 2 fixed by glx (2) german - 1 fixed by planetmaker (1) hungarian - 2 fixed by IPG (2) italian - 2 fixed by lorenzodv (2) serbian - 62 fixed by etran (62) ------------------------------------------------------------------------ r15958 | frosch | 2009-04-05 12:17:36 +0000 (Sun, 05 Apr 2009) | 1 line -Fix [FS#2787]: Abort production callback after 0x10000 iterations and show a messagebox blaming the newgrf. (mizipzor) ------------------------------------------------------------------------ r15957 | peter1138 | 2009-04-05 08:06:40 +0000 (Sun, 05 Apr 2009) | 2 lines -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. ------------------------------------------------------------------------ r15956 | peter1138 | 2009-04-05 08:01:36 +0000 (Sun, 05 Apr 2009) | 2 lines -Codechange: Enumorize station spec flags. ------------------------------------------------------------------------ r15954 | rubidium | 2009-04-04 13:09:36 +0000 (Sat, 04 Apr 2009) | 2 lines -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list ------------------------------------------------------------------------ r15953 | rubidium | 2009-04-04 10:59:14 +0000 (Sat, 04 Apr 2009) | 2 lines -Fix [FS#2783]: left - right != width causing strings to be truncated too early ------------------------------------------------------------------------ r15952 | alberth | 2009-04-04 09:03:28 +0000 (Sat, 04 Apr 2009) | 1 line -Codechange: Added nested widgets to operating profit, income, delivered cargo, and company value windows. ------------------------------------------------------------------------ r15951 | rubidium | 2009-04-04 08:48:12 +0000 (Sat, 04 Apr 2009) | 2 lines -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. ------------------------------------------------------------------------ r15950 | glx | 2009-04-04 03:45:02 +0000 (Sat, 04 Apr 2009) | 1 line -Fix (r15946): mingw compilation ------------------------------------------------------------------------ r15948 | rubidium | 2009-04-04 01:51:32 +0000 (Sat, 04 Apr 2009) | 2 lines -Fix: resolve network addresses before comparing them ------------------------------------------------------------------------ r15947 | rubidium | 2009-04-04 00:48:48 +0000 (Sat, 04 Apr 2009) | 2 lines -Codechange: replace uint32 client_ip with NetworkAddress client_address. ------------------------------------------------------------------------ r15946 | rubidium | 2009-04-04 00:47:08 +0000 (Sat, 04 Apr 2009) | 2 lines -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching. ------------------------------------------------------------------------ r15945 | glx | 2009-04-03 23:44:31 +0000 (Fri, 03 Apr 2009) | 1 line -Fix (r15944): win32 compilation ------------------------------------------------------------------------ r15944 | rubidium | 2009-04-03 21:46:52 +0000 (Fri, 03 Apr 2009) | 2 lines -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 ------------------------------------------------------------------------ r15943 | alberth | 2009-04-03 20:41:20 +0000 (Fri, 03 Apr 2009) | 1 line -Fix: Tooltip of detailed ratings window button showed wrong tip ------------------------------------------------------------------------ r15942 | translators | 2009-04-03 17:29:07 +0000 (Fri, 03 Apr 2009) | 6 lines -Update: WebTranslator2 update to 2009-04-03 17:29:01 icelandic - 3 changed by scrooge (3) lithuanian - 3 fixed by geckonas (3) serbian - 29 fixed by Jenraux (29) slovak - 7 changed by ezimir (7) ------------------------------------------------------------------------ r15941 | rubidium | 2009-04-03 17:20:57 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: jonty-comp's wish partly implemented (content server) ;) ------------------------------------------------------------------------ r15940 | rubidium | 2009-04-03 17:02:29 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: move setting reuse address to the binding process. ------------------------------------------------------------------------ r15938 | glx | 2009-04-03 16:22:34 +0000 (Fri, 03 Apr 2009) | 1 line -Fix: broadcast addresses detection was broken for win32 ------------------------------------------------------------------------ r15935 | rubidium | 2009-04-03 15:42:41 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: function to compare IP addresses (to sort them) ------------------------------------------------------------------------ r15934 | rubidium | 2009-04-03 15:24:39 +0000 (Fri, 03 Apr 2009) | 2 lines -Fix: work around Solaris' inability to "parse" 0 as defined in the specifications. ------------------------------------------------------------------------ r15933 | glx | 2009-04-03 14:01:45 +0000 (Fri, 03 Apr 2009) | 1 line -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo() either ------------------------------------------------------------------------ r15932 | rubidium | 2009-04-03 12:54:38 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: show ip:port as (fallback) servername instead of only the ip. This way you can clearly see there aren't any duplicates. ------------------------------------------------------------------------ r15931 | rubidium | 2009-04-03 12:49:58 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: let the host and ban lists use of SmallVector. ------------------------------------------------------------------------ r15930 | glx | 2009-04-03 12:48:11 +0000 (Fri, 03 Apr 2009) | 1 line -Fix (r15926): MSVC compilation ------------------------------------------------------------------------ r15929 | alberth | 2009-04-03 12:39:52 +0000 (Fri, 03 Apr 2009) | 1 line -Codechange: Added nested widgets for statusbar. ------------------------------------------------------------------------ r15928 | alberth | 2009-04-03 12:38:18 +0000 (Fri, 03 Apr 2009) | 1 line -Codechange: Moving statusbar widget numbers outside StatusBarWindow ------------------------------------------------------------------------ r15927 | alberth | 2009-04-03 11:59:41 +0000 (Fri, 03 Apr 2009) | 1 line -Codechange: Added nested widget for generate-world windows ------------------------------------------------------------------------ r15926 | rubidium | 2009-04-03 11:02:41 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: make the broadcast IP list less AF dependent. ------------------------------------------------------------------------ r15925 | rubidium | 2009-04-03 10:29:56 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: remove _network_server_bind_ip as it's pretty AF dependant. ------------------------------------------------------------------------ r15924 | rubidium | 2009-04-03 09:07:16 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: replace NetworkResolveHost with something less AF dependant. ------------------------------------------------------------------------ r15922 | rubidium | 2009-04-03 01:24:52 +0000 (Fri, 03 Apr 2009) | 2 lines -Codechange: unify the ways to listen on a socket ------------------------------------------------------------------------ r15921 | rubidium | 2009-04-03 00:33:00 +0000 (Fri, 03 Apr 2009) | 2 lines -Fix: some OSes don't like sizeof(sockaddr_storage) but want sizeof(sockaddr) or whatever is 'valid' for the given protocol ------------------------------------------------------------------------ r15920 | rubidium | 2009-04-02 23:59:43 +0000 (Thu, 02 Apr 2009) | 2 lines -Codechange: make the (TCP) connecting less AF dependent. ------------------------------------------------------------------------ r15919 | glx | 2009-04-02 23:22:59 +0000 (Thu, 02 Apr 2009) | 1 line -Fix (r15916): mingw doesn't know getnameinfo() (unless you compile for XP SP2+). Also fix a MSVC warning. ------------------------------------------------------------------------ r15918 | rubidium | 2009-04-02 23:03:18 +0000 (Thu, 02 Apr 2009) | 2 lines -Fix (r15917): comparing IPs sometimes failed due to 'random' data (as spotted by SpComb) ------------------------------------------------------------------------ r15917 | rubidium | 2009-04-02 20:39:30 +0000 (Thu, 02 Apr 2009) | 2 lines -Codechange: remove the latest traces of NetworkAddress::GetIP. ------------------------------------------------------------------------ r15916 | rubidium | 2009-04-02 20:17:46 +0000 (Thu, 02 Apr 2009) | 2 lines -Codechange: let the network game list use NetworkAddress ------------------------------------------------------------------------ r15915 | rubidium | 2009-04-02 19:21:26 +0000 (Thu, 02 Apr 2009) | 2 lines -Codechange: let the udp code use NetworkAddress. ------------------------------------------------------------------------ r15914 | rubidium | 2009-04-02 18:35:59 +0000 (Thu, 02 Apr 2009) | 2 lines -Codechange: let the content handling make use of NetworkAddress. ------------------------------------------------------------------------