summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-04-07(svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. T...svnsync
2009-04-07(svn r15965) -Change: use recent Czech language for plural form (it has been ...smatz
2009-04-06(svn r15964) -Update: WebTranslator2 update to 2009-04-06 17:40:13translators
2009-04-06(svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character ear...rubidium
2009-04-05(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...rubidium
2009-04-05(svn r15960) -Update: WebTranslator2 update to 2009-04-05 17:47:56translators
2009-04-05(svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iteratio...frosch
2009-04-05(svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when reques...peter1138
2009-04-05(svn r15956) -Codechange: Enumorize station spec flags.peter1138
2009-04-04(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplic...rubidium
2009-04-04(svn r15953) -Fix [FS#2783]: left - right != width causing strings to be trun...rubidium
2009-04-04(svn r15952) -Codechange: Added nested widgets to operating profit, income, d...alberth
2009-04-04(svn r15951) -Fix (r15946) [FS#2803]: ofcourse a couple of OSes/compilers do ...rubidium
2009-04-04(svn r15950) -Fix (r15946): mingw compilationglx
2009-04-04(svn r15948) -Fix: resolve network addresses before comparing themrubidium
2009-04-04(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...rubidium
2009-04-04(svn r15946) -Codechange: move netmask matching to NetworkAddress and add som...rubidium
2009-04-03(svn r15945) -Fix (r15944): win32 compilationglx
2009-04-03(svn r15944) -Codechange: disable IPv4 over IPv6 sockets as there is no defau...rubidium
2009-04-03(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tipalberth
2009-04-03(svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01translators
2009-04-03(svn r15941) -Codechange: jonty-comp's wish partly implemented (content serve...rubidium
2009-04-03(svn r15940) -Codechange: move setting reuse address to the binding process.rubidium
2009-04-03(svn r15938) -Fix: broadcast addresses detection was broken for win32glx
2009-04-03(svn r15935) -Codechange: function to compare IP addresses (to sort them)rubidium
2009-04-03(svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in ...rubidium
2009-04-03(svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo...glx
2009-04-03(svn r15932) -Codechange: show ip:port as (fallback) servername instead of on...rubidium
2009-04-03(svn r15931) -Codechange: let the host and ban lists use of SmallVector.rubidium
2009-04-03(svn r15930) -Fix (r15926): MSVC compilationglx
2009-04-03(svn r15929) -Codechange: Added nested widgets for statusbar.alberth
2009-04-03(svn r15928) -Codechange: Moving statusbar widget numbers outside StatusBarWi...alberth
2009-04-03(svn r15927) -Codechange: Added nested widget for generate-world windowsalberth
2009-04-03(svn r15926) -Codechange: make the broadcast IP list less AF dependent.rubidium
2009-04-03(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF de...rubidium
2009-04-03(svn r15924) -Codechange: replace NetworkResolveHost with something less AF d...rubidium
2009-04-03(svn r15922) -Codechange: unify the ways to listen on a socketrubidium
2009-04-03(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...rubidium
2009-04-02(svn r15920) -Codechange: make the (TCP) connecting less AF dependent.rubidium
2009-04-02(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you comp...glx
2009-04-02(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' da...rubidium
2009-04-02(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP.rubidium
2009-04-02(svn r15916) -Codechange: let the network game list use NetworkAddressrubidium
2009-04-02(svn r15915) -Codechange: let the udp code use NetworkAddress.rubidium
2009-04-02(svn r15914) -Codechange: let the content handling make use of NetworkAddress.rubidium
2009-04-01(svn r15911) -Update: WebTranslator2 update to 2009-04-01 13:51:05translators
2009-04-01(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make ...yexo
2009-04-01(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__LP...rubidium
2009-04-01(svn r15908) -Fix: off-by-one in viewport strings/flags; left + width != rightrubidium