------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r15911 | translators | 2009-04-01 13:51:09 +0000 (Wed, 01 Apr 2009) | 4 lines -Update: WebTranslator2 update to 2009-04-01 13:51:05 icelandic - 27 fixed, 11 changed by scrooge (38) serbian - 37 fixed by etran (37) ------------------------------------------------------------------------ r15910 | yexo | 2009-04-01 08:38:57 +0000 (Wed, 01 Apr 2009) | 1 line -Fix [FS#2777]: Clarify that TILE_INVALID is part of AIMap make doxygen output some documentation for it. ------------------------------------------------------------------------ r15909 | rubidium | 2009-04-01 02:58:38 +0000 (Wed, 01 Apr 2009) | 2 lines -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__... ------------------------------------------------------------------------ r15908 | rubidium | 2009-04-01 02:51:37 +0000 (Wed, 01 Apr 2009) | 2 lines -Fix: off-by-one in viewport strings/flags; left + width != right ------------------------------------------------------------------------ r15907 | glx | 2009-03-31 22:55:38 +0000 (Tue, 31 Mar 2009) | 1 line -Fix (r15841): some strings in save/load dialog were drawn with a 2 pixel offset ------------------------------------------------------------------------ r15906 | alberth | 2009-03-31 17:46:18 +0000 (Tue, 31 Mar 2009) | 1 line -Codechange: Completed widget number enum of world-generation windows. ------------------------------------------------------------------------ r15905 | rubidium | 2009-03-31 00:57:21 +0000 (Tue, 31 Mar 2009) | 2 lines -Fix (r15424): chat completion got called twice causing tab completion to seemingly fail ------------------------------------------------------------------------ r15902 | rubidium | 2009-03-30 23:13:02 +0000 (Mon, 30 Mar 2009) | 2 lines -Cleanup: remove pointless merge info; we're not intending to merge moved files back anyways... ------------------------------------------------------------------------ r15901 | frosch | 2009-03-30 20:48:10 +0000 (Mon, 30 Mar 2009) | 1 line -Add: AIIndustryType::IsBuiltOnWater(), HasHeliport() and HasDock(). Just like AIIndustry. ------------------------------------------------------------------------ r15900 | frosch | 2009-03-30 20:19:25 +0000 (Mon, 30 Mar 2009) | 1 line -Fix (r5076): Adding settings is not enough, you also have to use them. ------------------------------------------------------------------------ r15899 | alberth | 2009-03-30 20:04:29 +0000 (Mon, 30 Mar 2009) | 1 line -Fix (r15898): Removed widget number comments used for debugging. ------------------------------------------------------------------------ r15898 | alberth | 2009-03-30 20:02:16 +0000 (Mon, 30 Mar 2009) | 1 line -Codechange: Added nested widgets for create-scenrario window ------------------------------------------------------------------------ r15897 | alberth | 2009-03-30 19:52:59 +0000 (Mon, 30 Mar 2009) | 1 line -Codechange: Completed widget numbers and comment of create-scenario window. ------------------------------------------------------------------------ r15896 | translators | 2009-03-30 17:36:07 +0000 (Mon, 30 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-30 17:35:58 danish - 2 changed by beruic (2) icelandic - 27 fixed, 13 changed by scrooge (40) indonesian - 6 changed by anansboga (6) polish - 1 fixed, 13 changed by meush (14) serbian - 97 fixed by etran (97) traditional_chinese - 2 fixed by josesun (2) ------------------------------------------------------------------------ r15895 | rubidium | 2009-03-30 08:59:26 +0000 (Mon, 30 Mar 2009) | 2 lines -Fix (r15685): fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow ------------------------------------------------------------------------ r15894 | glx | 2009-03-30 01:15:51 +0000 (Mon, 30 Mar 2009) | 1 line -Codechange: remove console widget array (it was empty anyway) and window desc ------------------------------------------------------------------------ r15893 | glx | 2009-03-30 00:21:43 +0000 (Mon, 30 Mar 2009) | 1 line -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash ------------------------------------------------------------------------ r15892 | rubidium | 2009-03-29 19:55:08 +0000 (Sun, 29 Mar 2009) | 2 lines -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. ------------------------------------------------------------------------ r15891 | frosch | 2009-03-29 18:20:02 +0000 (Sun, 29 Mar 2009) | 1 line -Fix (r13464): YAPF used different penalties for aqueducts than for other water tiles. ------------------------------------------------------------------------ r15890 | smatz | 2009-03-29 15:06:44 +0000 (Sun, 29 Mar 2009) | 2 lines -Codechange: unify the way 'can a town be placed here?' checks are done -Change: the requirements for location of 'random' town are now a bit less strict ------------------------------------------------------------------------ r15889 | alberth | 2009-03-29 13:25:01 +0000 (Sun, 29 Mar 2009) | 1 line -Codechange: Add pre/inter/post space to nested background widgets ------------------------------------------------------------------------ r15888 | frosch | 2009-03-29 11:41:42 +0000 (Sun, 29 Mar 2009) | 1 line -Fix (r15103)[FS#2772]: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level. ------------------------------------------------------------------------ r15887 | yexo | 2009-03-29 11:03:15 +0000 (Sun, 29 Mar 2009) | 1 line -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files. ------------------------------------------------------------------------ r15886 | rubidium | 2009-03-29 10:52:54 +0000 (Sun, 29 Mar 2009) | 2 lines -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees) ------------------------------------------------------------------------ r15885 | alberth | 2009-03-29 09:49:11 +0000 (Sun, 29 Mar 2009) | 1 line -Codechange: Removed new_size parameter of Window::OnResize() callback ------------------------------------------------------------------------ r15884 | glx | 2009-03-28 19:08:55 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for the industry windows ------------------------------------------------------------------------ r15883 | peter1138 | 2009-03-28 17:39:03 +0000 (Sat, 28 Mar 2009) | 2 lines -Codechange: Make a widget enum for the sign list and use widget offsets instead of direct locations. ------------------------------------------------------------------------ r15882 | alberth | 2009-03-28 16:35:33 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for generation progress window. ------------------------------------------------------------------------ r15881 | yexo | 2009-03-28 16:19:04 +0000 (Sat, 28 Mar 2009) | 1 line -Fix (r15875): add an explicit cast so some compilers stop complaining. ------------------------------------------------------------------------ r15880 | glx | 2009-03-28 15:20:03 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: add an invisible widget on company manager face windows to position company manager face image ------------------------------------------------------------------------ r15879 | glx | 2009-03-28 14:55:11 +0000 (Sat, 28 Mar 2009) | 1 line -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. ------------------------------------------------------------------------ r15878 | alberth | 2009-03-28 13:35:07 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for the engine preview window. ------------------------------------------------------------------------ r15877 | peter1138 | 2009-03-28 12:47:29 +0000 (Sat, 28 Mar 2009) | 2 lines -Codechange: Let drop down lists know about font height. ------------------------------------------------------------------------ r15876 | alberth | 2009-03-28 12:40:57 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: Nested widgets for build-dock station and dock toolbar windows. ------------------------------------------------------------------------ r15875 | yexo | 2009-03-28 12:04:38 +0000 (Sat, 28 Mar 2009) | 1 line -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build. ------------------------------------------------------------------------ r15874 | yexo | 2009-03-28 11:17:38 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for the game options window. ------------------------------------------------------------------------ r15873 | alberth | 2009-03-28 11:17:01 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: Changing two comments to Doxygen comment. ------------------------------------------------------------------------ r15872 | yexo | 2009-03-28 11:13:39 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: add paddings for widgets, this makes writing new widget arrays less cumbersome. ------------------------------------------------------------------------ r15871 | alberth | 2009-03-28 10:07:35 +0000 (Sat, 28 Mar 2009) | 1 line -Fix: Repositioning and resizing the coverage highlight buttons of the build-dock window ------------------------------------------------------------------------ r15870 | yexo | 2009-03-28 04:26:43 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for the autoreplace window. ------------------------------------------------------------------------ r15869 | glx | 2009-03-28 04:14:02 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for select manager face and select livery windows ------------------------------------------------------------------------ r15868 | yexo | 2009-03-28 02:54:40 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: remove the close box from the widget array instead of doing it in the constructor of the difficulty window. This makes it work again in rtl languages. ------------------------------------------------------------------------ r15867 | yexo | 2009-03-28 02:46:10 +0000 (Sat, 28 Mar 2009) | 2 lines -Codechange: remove the assumption that the first widgets are the close box/title bar. Most work already done by r15756. ------------------------------------------------------------------------ r15866 | yexo | 2009-03-28 02:11:41 +0000 (Sat, 28 Mar 2009) | 1 line -Codechange: New widgets for the difficulty window. ------------------------------------------------------------------------ r15865 | glx | 2009-03-27 22:59:43 +0000 (Fri, 27 Mar 2009) | 1 line -Codechange: New widgets for company finances windows ------------------------------------------------------------------------ r15864 | glx | 2009-03-27 01:55:25 +0000 (Fri, 27 Mar 2009) | 1 line -Codechange: add some 'invisible' widgets on company finances window, and use them to determine where to draw strings instead using some magic values ------------------------------------------------------------------------