summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-11(svn r16034) -Fix: compile warnings generated by 64 bits MSVC.rubidium
2009-04-11(svn r16033) -Codechange: Added nested widgets to about window, land-info win...alberth
2009-04-11(svn r16032) -Codechange: Completing widget numbers of query windows.alberth
2009-04-11(svn r16031) -Codechange: Added nested widgets to highscore and endgame windows.alberth
2009-04-11(svn r16030) -Update: WebTranslator2 update to 2009-04-11 17:38:26translators
2009-04-11(svn r16029) -Fix [FS#2785]: do not give "... Mines" as name to the station o...rubidium
2009-04-11(svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to in...rubidium
2009-04-11(svn r16027) -Fix (r9555): Usage of uninitialised memory when trying to build...frosch
2009-04-11(svn r16026) -Codechange: Use font height for chat line spacing instead of fi...peter1138
2009-04-10(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker w...rubidium
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-04-10(svn r16023) -Fix (r15615) [FS#2817]: 32 bpp sprites in tars would also be sh...rubidium
2009-04-10(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be ...rubidium
2009-04-10(svn r16021) -Codechange: Offset current console output by (width of "] ")+5 ...peter1138
2009-04-10(svn r16020) -Codechange: Use actual font height for console output instead o...peter1138
2009-04-10(svn r16019) -Update: WebTranslator2 update to 2009-04-10 17:49:32translators
2009-04-10(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so th...rubidium
2009-04-10(svn r16017) -Codechange: Added nested widgets to transparency settings window.alberth
2009-04-10(svn r16016) -Codechange: Moving the TransparencyToolbarWidgets outside the w...alberth
2009-04-10(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum.alberth
2009-04-10(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...rubidium
2009-04-10(svn r16013) -Codechange: Add nested widgets to music windows.alberth
2009-04-10(svn r16012) -Codechange: Code style clean up.peter1138
2009-04-10(svn r16011) -Codechange: Extracting widget number enums from the window clas...alberth
2009-04-10(svn r16010) -Cleanup: Declare variables at first use.alberth
2009-04-10(svn r16009) -Codechange: Simplifying some variable assignments.alberth
2009-04-10(svn r16008) -Fix (r15808): Unswap swapped music selection panels.alberth
2009-04-10(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make ...rubidium
2009-04-09(svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the...frosch
2009-04-09(svn r16005) -Fix: assertion when there is no last joined server; when you've...rubidium
2009-04-09(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to...rubidium
2009-04-09(svn r16003) -Codechange: Replaced magic widget number constant with enumerat...alberth
2009-04-09(svn r16002) -Codechange: Added nested widgets for company league windowalberth
2009-04-09(svn r16001) -Codechange: Added nested widgets to cargo payment rates windowalberth
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
2009-04-09(svn r15999) -Codechange: VARDEF--;rubidium
2009-04-09(svn r15998) -Codechange: some coding style updatesrubidium
2009-04-09(svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the ...rubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect...rubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium
2009-04-08(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.rubidium
2009-04-08(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWOR...rubidium
2009-04-08(svn r15987) -Fix: make the master socket only listen on the IP the server is...rubidium
2009-04-08(svn r15985) -Update: WebTranslator2 update to 2009-04-08 17:53:32translators
2009-04-08(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...rubidium
2009-04-08(svn r15982) -Codechange: use GetAddressAsString to get the name instead of p...rubidium
2009-04-08(svn r15981) -Fix: don't print the address family when writing the IP+port to...rubidium
2009-04-08(svn r15980) -Codechange: don't try to bind to the same socket twice; it's qu...rubidium
2009-04-08(svn r15979) -Codechange: tweak the debug/warning levels of some of the messa...rubidium