------------------------------------------------------------------------ r13900 | belugas | 2008-07-31 17:45:52 +0000 (Thu, 31 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis. ------------------------------------------------------------------------ r13899 | belugas | 2008-07-31 17:19:47 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Replace numbers with Colours enum on roads gui. save command file before commiting :P ------------------------------------------------------------------------ r13898 | belugas | 2008-07-31 17:17:27 +0000 (Thu, 31 Jul 2008) | 1 line -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis ------------------------------------------------------------------------ r13897 | belugas | 2008-07-31 16:44:51 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Replace remaining numbers with Colours enum on news guis -Fix: a few misalignements ------------------------------------------------------------------------ r13896 | belugas | 2008-07-31 16:42:11 +0000 (Thu, 31 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis ------------------------------------------------------------------------ r13895 | belugas | 2008-07-31 14:42:55 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls -Fix: a few misalignements ------------------------------------------------------------------------ r13894 | smatz | 2008-07-31 14:32:35 +0000 (Thu, 31 Jul 2008) | 1 line -Fix: bashisms in configure and Makefile.in ------------------------------------------------------------------------ r13893 | bjarni | 2008-07-31 14:00:01 +0000 (Thu, 31 Jul 2008) | 2 lines -Fix: [OSX] solved a deprecated warning specific to 10.5 ------------------------------------------------------------------------ r13892 | bjarni | 2008-07-31 13:44:57 +0000 (Thu, 31 Jul 2008) | 2 lines -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended ------------------------------------------------------------------------ r13891 | smatz | 2008-07-31 13:28:23 +0000 (Thu, 31 Jul 2008) | 1 line -Fix (r12547): one could click on waypoint and station signs even when they were invisible ------------------------------------------------------------------------ r13890 | peter1138 | 2008-07-31 05:47:29 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Simplify drawing of invisibilty buttons in the transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly. ------------------------------------------------------------------------ r13889 | belugas | 2008-07-31 03:13:35 +0000 (Thu, 31 Jul 2008) | 3 lines -Codechange: Replace numbers with Colours enum on transparency gui. -Fix: "true" is not a color. COLOUR_PALE_GREEN should look better, at least in the code ;) ------------------------------------------------------------------------ r13888 | belugas | 2008-07-31 02:59:21 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Replace numbers with Colours enum on miscellaneous guis. ------------------------------------------------------------------------ r13887 | belugas | 2008-07-31 02:36:01 +0000 (Thu, 31 Jul 2008) | 2 lines -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis. The fact that it goes alphabetically is pure coincidence. ------------------------------------------------------------------------ r13885 | frosch | 2008-07-30 18:23:12 +0000 (Wed, 30 Jul 2008) | 1 line -Fix [FS#2168]: Var 0x7F is not feature-specific. ------------------------------------------------------------------------ r13884 | smatz | 2008-07-30 17:41:02 +0000 (Wed, 30 Jul 2008) | 1 line -Fix (r11822): custom vehicle names from TTD(Patch) games were lost ------------------------------------------------------------------------ r13883 | belugas | 2008-07-30 17:39:26 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on graph gui ------------------------------------------------------------------------ r13882 | belugas | 2008-07-30 17:13:55 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Replace widget numbers with appropriate enums ------------------------------------------------------------------------ r13881 | frosch | 2008-07-30 17:06:17 +0000 (Wed, 30 Jul 2008) | 1 line -Cleanup (r12751): Remove some dead code. ------------------------------------------------------------------------ r13880 | belugas | 2008-07-30 16:23:55 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code ------------------------------------------------------------------------ r13879 | belugas | 2008-07-30 16:13:58 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on engine, industries and group gui ------------------------------------------------------------------------ r13876 | belugas | 2008-07-30 14:04:15 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Replace numbers with Colours enum on bridge gui ------------------------------------------------------------------------ r13875 | belugas | 2008-07-30 02:15:58 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: Remove some magic numbers in favour of the Colours enum they are representing ------------------------------------------------------------------------ r13874 | belugas | 2008-07-30 02:07:49 +0000 (Wed, 30 Jul 2008) | 1 line -Change: missing svn:property eol-style ------------------------------------------------------------------------ r13873 | belugas | 2008-07-30 02:04:44 +0000 (Wed, 30 Jul 2008) | 1 line -Codechange: remove useless string from all language files affected by r13872. which removed the STR_NEWS_OPEN_CLOSE string ------------------------------------------------------------------------ r13872 | belugas | 2008-07-30 01:53:03 +0000 (Wed, 30 Jul 2008) | 1 line -Feature: Split the news message announcing opening and closure of industries into two news of their own ------------------------------------------------------------------------ r13870 | peter1138 | 2008-07-29 22:19:37 +0000 (Tue, 29 Jul 2008) | 2 lines -Fix [FS#2167]: Callback 10 (visual effect and powered wagons setting) and powered wagons operation were not performed for articulated wagons. ------------------------------------------------------------------------ r13869 | rubidium | 2008-07-29 21:45:30 +0000 (Tue, 29 Jul 2008) | 2 lines -Fix [FS#2153] (r13674): in some cases the sprite cache could be filled with unremovable items. ------------------------------------------------------------------------ r13868 | frosch | 2008-07-29 19:51:30 +0000 (Tue, 29 Jul 2008) | 1 line -Fix: Parent scope of industry variables. ------------------------------------------------------------------------ r13867 | belugas | 2008-07-29 15:34:56 +0000 (Tue, 29 Jul 2008) | 2 lines -Codechange: Fix missing alignment ------------------------------------------------------------------------ r13866 | peter1138 | 2008-07-29 10:26:48 +0000 (Tue, 29 Jul 2008) | 2 lines -Codechange: Use sortlist for sign windows ------------------------------------------------------------------------ r13865 | peter1138 | 2008-07-29 07:51:55 +0000 (Tue, 29 Jul 2008) | 2 lines -Codechange: Use case-insensitive sort for NewGRF list. ------------------------------------------------------------------------ r13864 | belugas | 2008-07-28 23:37:19 +0000 (Mon, 28 Jul 2008) | 1 line -Feature(FS #2164): All industry creations are now generating a news event, even those funded by a real player. ------------------------------------------------------------------------ r13863 | smatz | 2008-07-28 23:10:26 +0000 (Mon, 28 Jul 2008) | 1 line -Fix (r13852): make the nightly compile again ------------------------------------------------------------------------ r13859 | smatz | 2008-07-28 15:31:11 +0000 (Mon, 28 Jul 2008) | 1 line -Fix: loading of TTD(Patch) savegames from the command line didn't work ------------------------------------------------------------------------ r13858 | smatz | 2008-07-28 15:17:47 +0000 (Mon, 28 Jul 2008) | 1 line -Fix: buffer overflow for too long filename supplied as '-g' parameter ------------------------------------------------------------------------ r13855 | peter1138 | 2008-07-28 06:16:34 +0000 (Mon, 28 Jul 2008) | 2 lines -Fix [FS#2157]: Cargo type lookup was incorrect for GRFv7 files without a translation table. ------------------------------------------------------------------------ r13852 | bjarni | 2008-07-27 20:43:21 +0000 (Sun, 27 Jul 2008) | 2 lines -Fix (r13849): [OSX] fixed universal binary building without breaking anything this time ------------------------------------------------------------------------ r13851 | frosch | 2008-07-27 18:36:11 +0000 (Sun, 27 Jul 2008) | 1 line -Fix (r9393): GetTownByTile() is only valid for houses and roads. ------------------------------------------------------------------------ r13850 | frosch | 2008-07-27 15:17:16 +0000 (Sun, 27 Jul 2008) | 1 line -Fix [FS#2146]: Fix resp. implement refitting of articulated vehicles during autoreplace. ------------------------------------------------------------------------ r13849 | bjarni | 2008-07-27 14:16:24 +0000 (Sun, 27 Jul 2008) | 2 lines -Fix: [OSX] 10.5 appears to be more picky when setting up compiling of universal binaries ------------------------------------------------------------------------ r13847 | frosch | 2008-07-27 12:35:14 +0000 (Sun, 27 Jul 2008) | 1 line -Codechange: Add MAX_ARTICULATED_PARTS and set it to 100. ------------------------------------------------------------------------ r13846 | frosch | 2008-07-27 09:16:23 +0000 (Sun, 27 Jul 2008) | 1 line -Fix (r13838): Do not draw water borders inside of industries. ------------------------------------------------------------------------ r13845 | frosch | 2008-07-27 09:12:18 +0000 (Sun, 27 Jul 2008) | 1 line -Fix (r13838): When adding a WaterClass to oilrig station tiles, also make use of it. ------------------------------------------------------------------------ r13844 | frosch | 2008-07-26 22:00:59 +0000 (Sat, 26 Jul 2008) | 1 line -Fix (r13074, r13591): Power, running cost and capacity of multiheaded engines were (too often) doubled in newspaper resp. offer window. ------------------------------------------------------------------------ r13840 | frosch | 2008-07-26 17:55:49 +0000 (Sat, 26 Jul 2008) | 1 line -Fix: Some glitches in the autoreplace GUI. ------------------------------------------------------------------------ r13838 | frosch | 2008-07-26 16:14:10 +0000 (Sat, 26 Jul 2008) | 1 line -Codechange: Make industry tiles aware of WaterClasses. ------------------------------------------------------------------------ r13836 | peter1138 | 2008-07-26 14:58:08 +0000 (Sat, 26 Jul 2008) | 2 lines -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs are changed and cargo types are added, so that cargo payment rates are correct. ------------------------------------------------------------------------ r13832 | peter1138 | 2008-07-26 10:21:26 +0000 (Sat, 26 Jul 2008) | 1 line -Fix [FS#2152]: FreeType may return a bitmap glyph even if a grey-scale glyph was requested. ------------------------------------------------------------------------ r13831 | peter1138 | 2008-07-26 07:43:20 +0000 (Sat, 26 Jul 2008) | 1 line -Codechange: Make purchase list order NewGRF property an extended byte. ------------------------------------------------------------------------ r13830 | smatz | 2008-07-25 22:37:34 +0000 (Fri, 25 Jul 2008) | 1 line -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries ------------------------------------------------------------------------ r13826 | smatz | 2008-07-25 19:50:40 +0000 (Fri, 25 Jul 2008) | 1 line -Codechange: use 'INVALID_DATE' instead of '0' as placeholder in tile description ------------------------------------------------------------------------ r13825 | peter1138 | 2008-07-25 17:33:53 +0000 (Fri, 25 Jul 2008) | 2 lines -Revert (r13821 partially): preview_player_rank wasn't a PlayerByte value in r12143, and still isn't a PlayerByte value. ------------------------------------------------------------------------ r13824 | rubidium | 2008-07-25 13:20:50 +0000 (Fri, 25 Jul 2008) | 2 lines -Fix (r13822): also make sure a tile is a road stop tile before trying to get information about the roadstop... ------------------------------------------------------------------------ r13822 | rubidium | 2008-07-25 10:10:11 +0000 (Fri, 25 Jul 2008) | 2 lines -Fix [FS#2166]: building through the wrong side of a drive through station was allowed. ------------------------------------------------------------------------ r13821 | rubidium | 2008-07-25 10:00:03 +0000 (Fri, 25 Jul 2008) | 2 lines -Codechange: replace some uint8/bytes with more specificly named typedefs and replace a few magic numbers. ------------------------------------------------------------------------ r13820 | miham | 2008-07-24 22:59:29 +0000 (Thu, 24 Jul 2008) | 15 lines -Update: WebTranslator2 update to 2008-07-25 00:59:06 brazilian_portuguese - 3 fixed by tucalipe (3) catalan - 10 fixed by arnaullv (10) czech - 12 fixed, 3 changed by Hadez (15) danish - 21 fixed by ThomasA (21) dutch - 16 fixed by habell (16) estonian - 37 fixed by kristjans (37) french - 19 fixed by glx (19) italian - 19 fixed by lorenzodv (19) korean - 10 fixed by leejaeuk5 (10) simplified_chinese - 97 fixed, 17 changed by ww9980 (114) slovak - 87 fixed by lengyel (87) spanish - 10 fixed by eusebio (10) ukrainian - 2 fixed by mad (2) ------------------------------------------------------------------------ r13819 | glx | 2008-07-24 20:29:40 +0000 (Thu, 24 Jul 2008) | 1 line -Fix (r13801): --man-dir=xxx was 'ignored' ------------------------------------------------------------------------ r13818 | peter1138 | 2008-07-24 18:29:01 +0000 (Thu, 24 Jul 2008) | 1 line -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset. ------------------------------------------------------------------------