Mercurial > hg > openttd
graph
-
(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum. draftFri, 10 Apr 2009 16:20:54 +0000, by alberth
-
(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] draftFri, 10 Apr 2009 12:56:55 +0000, by rubidium
-
(svn r16013) -Codechange: Add nested widgets to music windows. draftFri, 10 Apr 2009 11:06:12 +0000, by alberth
-
(svn r16011) -Codechange: Extracting widget number enums from the window classes. draftFri, 10 Apr 2009 11:02:09 +0000, by alberth
-
(svn r16010) -Cleanup: Declare variables at first use. draftFri, 10 Apr 2009 10:29:28 +0000, by alberth
-
(svn r16009) -Codechange: Simplifying some variable assignments. draftFri, 10 Apr 2009 10:21:16 +0000, by alberth
-
(svn r16008) -Fix (r15808): Unswap swapped music selection panels. draftFri, 10 Apr 2009 09:43:53 +0000, by alberth
-
(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 :( draftFri, 10 Apr 2009 09:23:35 +0000, by rubidium
-
(svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions. draftThu, 09 Apr 2009 22:37:59 +0000, by frosch
-
(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. draftThu, 09 Apr 2009 21:36:09 +0000, by rubidium
-
(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse) draftThu, 09 Apr 2009 21:26:29 +0000, by rubidium
-
(svn r16003) -Codechange: Replaced magic widget number constant with enumerated value in graph legend window. draftThu, 09 Apr 2009 11:42:24 +0000, by alberth
-
(svn r16002) -Codechange: Added nested widgets for company league window draftThu, 09 Apr 2009 11:22:36 +0000, by alberth
-
(svn r16001) -Codechange: Added nested widgets to cargo payment rates window draftThu, 09 Apr 2009 09:41:10 +0000, by alberth
-
(svn r15998) -Codechange: some coding style updates draftThu, 09 Apr 2009 01:16:15 +0000, by rubidium
-
(svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the industry window when there are more lines of information draftThu, 09 Apr 2009 01:10:35 +0000, by rubidium
-
(svn r15993) -Codechange: clean up/generalise the handling of the server list draftWed, 08 Apr 2009 23:41:48 +0000, by rubidium
-
(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect to them in any case draftWed, 08 Apr 2009 21:16:24 +0000, by rubidium
-
(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString. draftWed, 08 Apr 2009 21:11:16 +0000, by rubidium
-
(svn r15989) -Fix (r15987: segfault due to uninitialised sockets. draftWed, 08 Apr 2009 21:03:00 +0000, by rubidium
-
(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names. draftWed, 08 Apr 2009 19:39:03 +0000, by rubidium
-
(svn r15987) -Fix: make the master socket only listen on the IP the server is bound to. draftWed, 08 Apr 2009 19:36:51 +0000, by rubidium
-
(svn r15985) -Update: WebTranslator2 update to 2009-04-08 17:53:32 draftWed, 08 Apr 2009 17:53:40 +0000, by translators
-
(svn r15984) -Codechange: prepare the UDP receiver to process multiple types of returned server lists. draftWed, 08 Apr 2009 17:51:04 +0000, by rubidium
-
(svn r15982) -Codechange: use GetAddressAsString to get the name instead of passing the hostname and the IP into a string. draftWed, 08 Apr 2009 12:52:53 +0000, by rubidium
-
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file. draftWed, 08 Apr 2009 12:09:07 +0000, by rubidium
-
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless. draftWed, 08 Apr 2009 11:57:00 +0000, by rubidium
-
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding draftWed, 08 Apr 2009 01:23:44 +0000, by rubidium
-
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses. draftWed, 08 Apr 2009 01:22:57 +0000, by rubidium
-
(svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails draftWed, 08 Apr 2009 00:41:35 +0000, by rubidium
-
(svn r15975) -Codechange: register each of the IPs we have bound to to the masterserver draftWed, 08 Apr 2009 00:26:49 +0000, by rubidium
-
(svn r15974) -Fix (r15969): win32 compilation was broken (again) draftWed, 08 Apr 2009 00:10:20 +0000, by glx
-
(svn r15973) -Codechange: make it possible to listen on multiple TCP sockets draftWed, 08 Apr 2009 00:05:16 +0000, by rubidium
-
(svn r15972) -Codechange: remove unneeded parameter draftWed, 08 Apr 2009 00:03:05 +0000, by rubidium
-
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to multiple sockets. draftTue, 07 Apr 2009 20:27:13 +0000, by rubidium
-
(svn r15970) -Codechange: make it possible to resolve a single address into multiple sockets. draftTue, 07 Apr 2009 19:52:01 +0000, by rubidium
-
(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited. draftTue, 07 Apr 2009 19:06:36 +0000, by rubidium
-
(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier. draftTue, 07 Apr 2009 19:04:37 +0000, by rubidium
-
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly draftTue, 07 Apr 2009 18:23:14 +0000, by rubidium
-
(svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. Take care of that now. Also introduce #textdir for all languages. draftTue, 07 Apr 2009 14:28:32 +0000, by svnsync
-
(svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway) draftTue, 07 Apr 2009 00:05:44 +0000, by smatz
-
(svn r15964) -Update: WebTranslator2 update to 2009-04-06 17:40:13 draftMon, 06 Apr 2009 17:40:24 +0000, by translators
-
(svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character earlier than necessary. draftMon, 06 Apr 2009 10:05:36 +0000, by 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. draftSun, 05 Apr 2009 19:43:41 +0000, by rubidium
-
(svn r15960) -Update: WebTranslator2 update to 2009-04-05 17:47:56 draftSun, 05 Apr 2009 17:48:08 +0000, by translators
-
(svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iterations and show a messagebox blaming the newgrf. (mizipzor) draftSun, 05 Apr 2009 12:17:36 +0000, by frosch
-
(svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. draftSun, 05 Apr 2009 08:06:40 +0000, by peter1138
-
(svn r15956) -Codechange: Enumorize station spec flags. draftSun, 05 Apr 2009 08:01:36 +0000, by peter1138
-
(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list draftSat, 04 Apr 2009 13:09:36 +0000, by rubidium
-
(svn r15953) -Fix [FS#2783]: left - right != width causing strings to be truncated too early draftSat, 04 Apr 2009 10:59:14 +0000, by rubidium
-
(svn r15952) -Codechange: Added nested widgets to operating profit, income, delivered cargo, and company value windows. draftSat, 04 Apr 2009 09:03:28 +0000, by alberth
-
(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. draftSat, 04 Apr 2009 08:48:12 +0000, by rubidium
-
(svn r15948) -Fix: resolve network addresses before comparing them draftSat, 04 Apr 2009 01:51:32 +0000, by rubidium
-
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address. draftSat, 04 Apr 2009 00:48:48 +0000, by rubidium
-
(svn r15946) -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching. draftSat, 04 Apr 2009 00:47:08 +0000, by rubidium
-
(svn r15944) -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 draftFri, 03 Apr 2009 21:46:52 +0000, by rubidium
-
(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tip draftFri, 03 Apr 2009 20:41:20 +0000, by alberth
-
(svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01 draftFri, 03 Apr 2009 17:29:07 +0000, by translators
-
(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;) draftFri, 03 Apr 2009 17:20:57 +0000, by rubidium
-
(svn r15940) -Codechange: move setting reuse address to the binding process. draftFri, 03 Apr 2009 17:02:29 +0000, by rubidium
-
(svn r15938) -Fix: broadcast addresses detection was broken for win32 draftFri, 03 Apr 2009 16:22:34 +0000, by glx
-
(svn r15935) -Codechange: function to compare IP addresses (to sort them) draftFri, 03 Apr 2009 15:42:41 +0000, by rubidium
-
(svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in the specifications. draftFri, 03 Apr 2009 15:24:39 +0000, by rubidium
-
(svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo() either draftFri, 03 Apr 2009 14:01:45 +0000, by glx
-
(svn r15932) -Codechange: show ip:port as (fallback) servername instead of only the ip. This way you can clearly see there aren't any duplicates. draftFri, 03 Apr 2009 12:54:38 +0000, by rubidium
-
(svn r15931) -Codechange: let the host and ban lists use of SmallVector. draftFri, 03 Apr 2009 12:49:58 +0000, by rubidium
-
(svn r15929) -Codechange: Added nested widgets for statusbar. draftFri, 03 Apr 2009 12:39:52 +0000, by alberth
-
(svn r15928) -Codechange: Moving statusbar widget numbers outside StatusBarWindow draftFri, 03 Apr 2009 12:38:18 +0000, by alberth
-
(svn r15927) -Codechange: Added nested widget for generate-world windows draftFri, 03 Apr 2009 11:59:41 +0000, by alberth
-
(svn r15926) -Codechange: make the broadcast IP list less AF dependent. draftFri, 03 Apr 2009 11:02:41 +0000, by rubidium
-
(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF dependant. draftFri, 03 Apr 2009 10:29:56 +0000, by rubidium
-
(svn r15924) -Codechange: replace NetworkResolveHost with something less AF dependant. draftFri, 03 Apr 2009 09:07:16 +0000, by rubidium
-
(svn r15922) -Codechange: unify the ways to listen on a socket draftFri, 03 Apr 2009 01:24:52 +0000, by rubidium
-
(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want sizeof(sockaddr) or whatever is 'valid' for the given protocol draftFri, 03 Apr 2009 00:33:00 +0000, by rubidium
-
(svn r15920) -Codechange: make the (TCP) connecting less AF dependent. draftThu, 02 Apr 2009 23:59:43 +0000, by rubidium
-
(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you compile for XP SP2+). Also fix a MSVC warning. draftThu, 02 Apr 2009 23:22:59 +0000, by glx
-
(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' data (as spotted by SpComb) draftThu, 02 Apr 2009 23:03:18 +0000, by rubidium
-
(svn r15917) -Codechange: remove the latest traces of NetworkAddress::GetIP. draftThu, 02 Apr 2009 20:39:30 +0000, by rubidium
-
(svn r15916) -Codechange: let the network game list use NetworkAddress draftThu, 02 Apr 2009 20:17:46 +0000, by rubidium
-
(svn r15915) -Codechange: let the udp code use NetworkAddress. draftThu, 02 Apr 2009 19:21:26 +0000, by rubidium
-
(svn r15914) -Codechange: let the content handling make use of NetworkAddress. draftThu, 02 Apr 2009 18:35:59 +0000, by rubidium
-
(svn r15911) -Update: WebTranslator2 update to 2009-04-01 13:51:05 draftWed, 01 Apr 2009 13:51:09 +0000, by translators
-
(svn r15910) -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it. draftWed, 01 Apr 2009 08:38:57 +0000, by yexo
-
(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__LP64__. Especially when another part of your API depends on whether __LP64__ is defined and thus making it non-trivial to silence the warnings from the undefinedness of __LP64__ in #if !__LP64__... draftWed, 01 Apr 2009 02:58:38 +0000, by rubidium
-
(svn r15908) -Fix: off-by-one in viewport strings/flags; left + width != right draftWed, 01 Apr 2009 02:51:37 +0000, by rubidium
-
(svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with a 2 pixel offset draftTue, 31 Mar 2009 22:55:38 +0000, by glx
-
(svn r15906) -Codechange: Completed widget number enum of world-generation windows. draftTue, 31 Mar 2009 17:46:18 +0000, by alberth
-
(svn r15905) -Fix (r15424): chat completion got called twice causing tab completion to seemingly fail draftTue, 31 Mar 2009 00:57:21 +0000, by rubidium
-
(svn r15902) -Cleanup: remove pointless merge info; we're not intending to merge moved files back anyways... draftMon, 30 Mar 2009 23:13:02 +0000, by rubidium
-
(svn r15901) -Add: AIIndustryType::IsBuiltOnWater(), HasHeliport() and HasDock(). Just like AIIndustry. draftMon, 30 Mar 2009 20:48:10 +0000, by frosch
-
(svn r15900) -Fix (r5076): Adding settings is not enough, you also have to use them. draftMon, 30 Mar 2009 20:19:25 +0000, by frosch
-
(svn r15899) -Fix (r15898): Removed widget number comments used for debugging. draftMon, 30 Mar 2009 20:04:29 +0000, by alberth
-
(svn r15898) -Codechange: Added nested widgets for create-scenrario window draftMon, 30 Mar 2009 20:02:16 +0000, by alberth
-
(svn r15897) -Codechange: Completed widget numbers and comment of create-scenario window. draftMon, 30 Mar 2009 19:52:59 +0000, by alberth
-
(svn r15896) -Update: WebTranslator2 update to 2009-03-30 17:35:58 draftMon, 30 Mar 2009 17:36:07 +0000, by translators
-
(svn r15895) -Fix (r15685): fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow draftMon, 30 Mar 2009 08:59:26 +0000, by rubidium
-
(svn r15894) -Codechange: remove console widget array (it was empty anyway) and window desc draftMon, 30 Mar 2009 01:15:51 +0000, by glx
-
(svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash draftMon, 30 Mar 2009 00:21:43 +0000, by glx
-
(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. draftSun, 29 Mar 2009 19:55:08 +0000, by rubidium
-
(svn r15891) -Fix (r13464): YAPF used different penalties for aqueducts than for other water tiles. draftSun, 29 Mar 2009 18:20:02 +0000, by frosch
-
(svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done draftSun, 29 Mar 2009 15:06:44 +0000, by smatz
-
(svn r15889) -Codechange: Add pre/inter/post space to nested background widgets draftSun, 29 Mar 2009 13:25:01 +0000, by alberth
-
(svn r15888) -Fix (r15103)[FS#2772]: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level. draftSun, 29 Mar 2009 11:41:42 +0000, by frosch
-
(svn r15887) -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files. draftSun, 29 Mar 2009 11:03:15 +0000, by yexo
-
(svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees) draftSun, 29 Mar 2009 10:52:54 +0000, by rubidium
-
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback draftSun, 29 Mar 2009 09:49:11 +0000, by alberth
-
(svn r15884) -Codechange: New widgets for the industry windows draftSat, 28 Mar 2009 19:08:55 +0000, by glx
-
(svn r15883) -Codechange: Make a widget enum for the sign list and use widget offsets instead of direct locations. draftSat, 28 Mar 2009 17:39:03 +0000, by peter1138
-
(svn r15882) -Codechange: New widgets for generation progress window. draftSat, 28 Mar 2009 16:35:33 +0000, by alberth
-
(svn r15881) -Fix (r15875): add an explicit cast so some compilers stop complaining. draftSat, 28 Mar 2009 16:19:04 +0000, by yexo
-
(svn r15880) -Codechange: add an invisible widget on company manager face windows to position company manager face image draftSat, 28 Mar 2009 15:20:03 +0000, by glx
-
(svn r15879) -Codechange: add an invisible widget on advanced company face window to determine where to draw the strings instead refering to other widgets. Required for rtl languages. draftSat, 28 Mar 2009 14:55:11 +0000, by glx
-
(svn r15878) -Codechange: New widgets for the engine preview window. draftSat, 28 Mar 2009 13:35:07 +0000, by alberth
-
(svn r15877) -Codechange: Let drop down lists know about font height. draftSat, 28 Mar 2009 12:47:29 +0000, by peter1138