------------------------------------------------------------------------ r13978 | peter1138 | 2008-08-03 17:36:39 +0000 (Sun, 03 Aug 2008) | 2 lines -Fix: Incorrect widget size. ------------------------------------------------------------------------ r13977 | peter1138 | 2008-08-03 17:35:08 +0000 (Sun, 03 Aug 2008) | 2 lines -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets. ------------------------------------------------------------------------ r13976 | frosch | 2008-08-03 17:16:39 +0000 (Sun, 03 Aug 2008) | 1 line -Fix (r13953) [YAPP]: A crashing train could sometimes free the reservation of another train. (assisted by michi_cc) ------------------------------------------------------------------------ r13975 | peter1138 | 2008-08-03 14:58:26 +0000 (Sun, 03 Aug 2008) | 2 lines -Codechange: Replace some globals used by the small map window with static members of the window. ------------------------------------------------------------------------ r13974 | frosch | 2008-08-03 14:16:57 +0000 (Sun, 03 Aug 2008) | 1 line -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc) ------------------------------------------------------------------------ r13973 | smatz | 2008-08-03 11:28:35 +0000 (Sun, 03 Aug 2008) | 1 line -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc) ------------------------------------------------------------------------ r13972 | rubidium | 2008-08-03 08:25:26 +0000 (Sun, 03 Aug 2008) | 2 lines -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect. ------------------------------------------------------------------------ r13971 | rubidium | 2008-08-03 08:20:04 +0000 (Sun, 03 Aug 2008) | 2 lines -Fix [YAPP]: segfault due to mixed up variables (michi_cc) ------------------------------------------------------------------------ r13970 | belugas | 2008-08-03 02:18:45 +0000 (Sun, 03 Aug 2008) | 4 lines -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis. Mostly forgotten ones. ------------------------------------------------------------------------ r13968 | glx | 2008-08-02 23:30:50 +0000 (Sat, 02 Aug 2008) | 1 line -Fix (r13923): 'cast from pointer to integer of different size' warning ------------------------------------------------------------------------ r13967 | rubidium | 2008-08-02 22:57:47 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc) ------------------------------------------------------------------------ r13966 | rubidium | 2008-08-02 22:57:18 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc) ------------------------------------------------------------------------ r13965 | rubidium | 2008-08-02 22:57:03 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc) ------------------------------------------------------------------------ r13964 | rubidium | 2008-08-02 22:56:50 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc) ------------------------------------------------------------------------ r13963 | rubidium | 2008-08-02 22:56:35 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc) ------------------------------------------------------------------------ r13962 | rubidium | 2008-08-02 22:56:21 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Do not reverse in front of red signals when inside a PBS block and reversing of stuck trains is disabled. (michi_cc) ------------------------------------------------------------------------ r13961 | rubidium | 2008-08-02 22:56:07 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Handle train reversing. (michi_cc) ------------------------------------------------------------------------ r13960 | rubidium | 2008-08-02 22:55:52 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc) ------------------------------------------------------------------------ r13959 | rubidium | 2008-08-02 22:55:38 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Try to extend a train reservation as far as possible and only call into the pathfinder on track choices. (michi_cc) ------------------------------------------------------------------------ r13958 | rubidium | 2008-08-02 22:55:23 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc) ------------------------------------------------------------------------ r13957 | rubidium | 2008-08-02 22:55:08 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc) ------------------------------------------------------------------------ r13956 | rubidium | 2008-08-02 22:54:53 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Function for getting the train holding a reserved path. (michi_cc) ------------------------------------------------------------------------ r13955 | rubidium | 2008-08-02 22:54:38 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc) ------------------------------------------------------------------------ r13954 | rubidium | 2008-08-02 22:54:23 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: On reserving a path that ends at the destination, the path could end at a non-safe tile. In this case, extend the reservation based on the next vehicle orders. (michi_cc) ------------------------------------------------------------------------ r13953 | rubidium | 2008-08-02 22:54:07 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Free track reservations of crashed trains. (michi_cc) ------------------------------------------------------------------------ r13952 | rubidium | 2008-08-02 22:53:51 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc) ------------------------------------------------------------------------ r13951 | rubidium | 2008-08-02 22:53:37 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc) ------------------------------------------------------------------------ r13950 | rubidium | 2008-08-02 22:53:21 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc) ------------------------------------------------------------------------ r13949 | rubidium | 2008-08-02 22:53:05 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc) ------------------------------------------------------------------------ r13948 | rubidium | 2008-08-02 22:52:50 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc) ------------------------------------------------------------------------ r13947 | rubidium | 2008-08-02 22:52:36 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc) ------------------------------------------------------------------------ r13946 | rubidium | 2008-08-02 22:52:22 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc) ------------------------------------------------------------------------ r13945 | rubidium | 2008-08-02 22:52:08 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc) ------------------------------------------------------------------------ r13944 | rubidium | 2008-08-02 22:51:53 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a path. (michi_cc) ------------------------------------------------------------------------ r13943 | rubidium | 2008-08-02 22:51:38 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Reserved station tiles can now be penalized more in YAPF. This should help with spread out stations. (michi_cc) ------------------------------------------------------------------------ r13942 | rubidium | 2008-08-02 22:51:23 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Add a penalty for double slips to YAPF. (michi_cc) ------------------------------------------------------------------------ r13941 | rubidium | 2008-08-02 22:51:07 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc) ------------------------------------------------------------------------ r13940 | rubidium | 2008-08-02 22:50:52 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc) ------------------------------------------------------------------------ r13939 | rubidium | 2008-08-02 22:50:38 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc) ------------------------------------------------------------------------ r13938 | rubidium | 2008-08-02 22:50:22 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc) ------------------------------------------------------------------------ r13937 | rubidium | 2008-08-02 22:50:04 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc) ------------------------------------------------------------------------ r13936 | rubidium | 2008-08-02 22:49:39 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc) ------------------------------------------------------------------------ r13935 | rubidium | 2008-08-02 22:49:23 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc) ------------------------------------------------------------------------ r13934 | rubidium | 2008-08-02 22:49:10 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc) ------------------------------------------------------------------------ r13933 | rubidium | 2008-08-02 22:48:57 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc) ------------------------------------------------------------------------ r13932 | rubidium | 2008-08-02 22:48:43 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc) ------------------------------------------------------------------------ r13931 | rubidium | 2008-08-02 22:48:27 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc) ------------------------------------------------------------------------ r13930 | rubidium | 2008-08-02 22:48:14 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc) ------------------------------------------------------------------------ r13929 | rubidium | 2008-08-02 22:48:01 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc) ------------------------------------------------------------------------ r13928 | rubidium | 2008-08-02 22:47:48 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc) ------------------------------------------------------------------------ r13927 | rubidium | 2008-08-02 22:47:34 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc) ------------------------------------------------------------------------ r13926 | rubidium | 2008-08-02 22:47:20 +0000 (Sat, 02 Aug 2008) | 1 line -Add [YAPP]: Add map accessors for path reservations. (michi_cc) ------------------------------------------------------------------------ r13924 | glx | 2008-08-02 19:48:54 +0000 (Sat, 02 Aug 2008) | 1 line -Fix (r11531): determineversion.vbs could fail to find the right version with hg ------------------------------------------------------------------------ r13923 | frosch | 2008-08-02 12:43:45 +0000 (Sat, 02 Aug 2008) | 1 line -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle. ------------------------------------------------------------------------ r13922 | frosch | 2008-08-02 11:26:25 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange: Move measurement-tooltip related stuff out of the general tooltip window. ------------------------------------------------------------------------ r13921 | peter1138 | 2008-08-02 10:17:45 +0000 (Sat, 02 Aug 2008) | 2 lines -Codechange (r11473): Use the correct enum... ------------------------------------------------------------------------ r13920 | belugas | 2008-08-02 02:50:40 +0000 (Sat, 02 Aug 2008) | 1 line -Codechange: uniformise the definition with the declaration of DrawFrameRect ------------------------------------------------------------------------ r13919 | belugas | 2008-08-02 02:28:17 +0000 (Sat, 02 Aug 2008) | 3 lines -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. ------------------------------------------------------------------------ r13917 | rubidium | 2008-08-01 23:08:11 +0000 (Fri, 01 Aug 2008) | 2 lines -Fix [FS#2178]: wrong tooltip for the industry directory's list. ------------------------------------------------------------------------ r13913 | bjarni | 2008-08-01 17:43:11 +0000 (Fri, 01 Aug 2008) | 2 lines -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems ------------------------------------------------------------------------ r13912 | rubidium | 2008-08-01 15:07:31 +0000 (Fri, 01 Aug 2008) | 2 lines -Codechange: remove some casts by returning the proper type instead of void*. ------------------------------------------------------------------------ r13911 | smatz | 2008-08-01 13:25:19 +0000 (Fri, 01 Aug 2008) | 1 line -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway ------------------------------------------------------------------------ r13910 | rubidium | 2008-08-01 09:34:34 +0000 (Fri, 01 Aug 2008) | 2 lines -Document: string drawing related functions and types (Alberth) ------------------------------------------------------------------------ r13909 | rubidium | 2008-08-01 09:26:39 +0000 (Fri, 01 Aug 2008) | 2 lines -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth) ------------------------------------------------------------------------ r13908 | rubidium | 2008-08-01 09:17:27 +0000 (Fri, 01 Aug 2008) | 2 lines -Codechange: merge two tables into a single one (Alberth) ------------------------------------------------------------------------ r13907 | belugas | 2008-08-01 03:43:53 +0000 (Fri, 01 Aug 2008) | 2 lines -Codechange: Replace a number with Colours enum on DrawFrameRect usage ------------------------------------------------------------------------ r13905 | translators | 2008-08-01 00:31:20 +0000 (Fri, 01 Aug 2008) | 13 lines -Update: WebTranslator2 update to 2008-08-01 02:27:37 brazilian_portuguese - 22 fixed by tucalipe (22) dutch - 9 fixed by habell (9) estonian - 4 fixed by kristjans (4) french - 5 fixed, 1 changed by glx (6) galician - 105 fixed, 206 changed by Condex (311) italian - 5 fixed, 2 changed by lorenzodv (7) korean - 15 fixed by leejaeuk5 (15) portuguese - 48 fixed by supra90 (48) slovak - 30 fixed by lengyel (30) spanish - 9 fixed by eusebio (9) ukrainian - 22 fixed by mad (22) ------------------------------------------------------------------------ r13904 | glx | 2008-07-31 22:55:12 +0000 (Thu, 31 Jul 2008) | 1 line -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings ------------------------------------------------------------------------ r13903 | rubidium | 2008-07-31 21:06:19 +0000 (Thu, 31 Jul 2008) | 2 lines -Fix: missing eol-style property. ------------------------------------------------------------------------ r13902 | smatz | 2008-07-31 20:09:54 +0000 (Thu, 31 Jul 2008) | 1 line -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed ------------------------------------------------------------------------ r13901 | smatz | 2008-07-31 19:19:29 +0000 (Thu, 31 Jul 2008) | 1 line -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------