Commit Graph

11648 Commits (730c6b4e6c3b577c39a6e6c0d36d338687feefb6)
 

Author SHA1 Message Date
alberth 730c6b4e6c (svn r16032) -Codechange: Completing widget numbers of query windows. 15 years ago
alberth 4d4b127a6a (svn r16031) -Codechange: Added nested widgets to highscore and endgame windows. 15 years ago
translators e9b1784a39 (svn r16030) -Update: WebTranslator2 update to 2009-04-11 17:38:26
serbian    - 50 fixed by etran (50)
traditional_chinese - 6 fixed, 2 changed by josesun (8)
15 years ago
rubidium bdbea82217 (svn r16029) -Fix [FS#2785]: do not give "... Mines" as name to the station of oil rigs, or more general: do not add "... Mines" when the all of the cargoes are part of the liquid, passenger or mail classes. 15 years ago
rubidium 1c9b299ed1 (svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to inconsistent "tables".
-Codechange: unduplicate settings "tables" that might be made inconsistent in the future (to prevent other cases like FS#2826).
15 years ago
frosch 92a1b03a00 (svn r16027) -Fix (r9555): Usage of uninitialised memory when trying to build a random new industry, but there are no industrytypes to choose from (i.e. all appearance probabilities are zero). 15 years ago
peter1138 f492281b9d (svn r16026) -Codechange: Use font height for chat line spacing instead of fixed value. 15 years ago
rubidium 20a290cefe (svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations. 15 years ago
rubidium 11e2ca71e6 (svn r16024) -Codechange: harden string copying on places where it's possible 15 years ago
rubidium c7d4158c1b (svn r16023) -Fix (r15615) [FS#2817]: 32 bpp sprites in tars would also be shown in the list of heightmaps. 15 years ago
rubidium a46de87b03 (svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be delayed so much that the network stuff was already closed and the packet would never reach the master server causing the server to appear online longer than necessary. 15 years ago
peter1138 edb46a0289 (svn r16021) -Codechange: Offset current console output by (width of "] ")+5 pixels instead of 5+5 pixels. 15 years ago
peter1138 fb46ddf655 (svn r16020) -Codechange: Use actual font height for console output instead of fixed value. 15 years ago
translators ba19a352d8 (svn r16019) -Update: WebTranslator2 update to 2009-04-10 17:49:32
estonian   - 11 changed by kristjans (11)
serbian    - 50 fixed by etran (50)
turkish    - 2 fixed by Emin (2)
15 years ago
rubidium 41286d0915 (svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups. 15 years ago
alberth 7025440aff (svn r16017) -Codechange: Added nested widgets to transparency settings window. 15 years ago
alberth 9aa6570faa (svn r16016) -Codechange: Moving the TransparencyToolbarWidgets outside the window class. 15 years ago
alberth 0a5f781ea6 (svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum. 15 years ago
rubidium 8cd7def31c (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] 15 years ago
alberth bb02e72326 (svn r16013) -Codechange: Add nested widgets to music windows. 15 years ago
peter1138 99d2707e06 (svn r16012) -Codechange: Code style clean up. 15 years ago
alberth 328fc1fc71 (svn r16011) -Codechange: Extracting widget number enums from the window classes. 15 years ago
alberth 3ea6a6be53 (svn r16010) -Cleanup: Declare variables at first use. 15 years ago
alberth b1673a2d27 (svn r16009) -Codechange: Simplifying some variable assignments. 15 years ago
alberth a903a5dc79 (svn r16008) -Fix (r15808): Unswap swapped music selection panels. 15 years ago
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 :( 15 years ago
frosch 870e234d23 (svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions. 15 years ago
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. 15 years ago
rubidium 04b174687b (svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse) 15 years ago
alberth 6fecc82c3d (svn r16003) -Codechange: Replaced magic widget number constant with enumerated value in graph legend window. 15 years ago
alberth fad4eeb2d1 (svn r16002) -Codechange: Added nested widgets for company league window 15 years ago
alberth f38419ac3c (svn r16001) -Codechange: Added nested widgets to cargo payment rates window 15 years ago
rubidium fe42ae8ad4 (svn r16000) -Feature: IPv6 support 15 years ago
rubidium 8911a34b35 (svn r15999) -Codechange: VARDEF--; 15 years ago
rubidium b0113af67c (svn r15998) -Codechange: some coding style updates 15 years ago
rubidium 6f2ce87c5e (svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the industry window when there are more lines of information 15 years ago
rubidium be53295ee8 (svn r15993) -Codechange: clean up/generalise the handling of the server list 15 years ago
rubidium e321f5637f (svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect to them in any case 15 years ago
rubidium 19b50f8ed8 (svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString. 15 years ago
rubidium 6c6fb6a927 (svn r15989) -Fix (r15987: segfault due to uninitialised sockets. 15 years ago
rubidium 0630f0db4f (svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names. 15 years ago
rubidium f5339e492a (svn r15987) -Fix: make the master socket only listen on the IP the server is bound to. 15 years ago
translators 8d63322c57 (svn r15985) -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)
15 years ago
rubidium 10ccad9d3d (svn r15984) -Codechange: prepare the UDP receiver to process multiple types of returned server lists. 15 years ago
rubidium 1cd5ac75ff (svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string. 15 years ago
rubidium f9f61dc208 (svn r15981) -Fix: don't print the address family when writing the IP+port to the config file. 15 years ago
rubidium 5a6198092d (svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless. 15 years ago
rubidium edf4ab97e1 (svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding 15 years ago
rubidium ac043bc7e8 (svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses. 15 years ago
rubidium 632a263f8a (svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails 15 years ago