------------------------------------------------------------------------ r10002 | rubidium | 2007-05-31 16:47:32 +0000 (Thu, 31 May 2007) | 2 lines -Fix (r9999): don't try to get the disallowed directions from a road depot... ------------------------------------------------------------------------ r10001 | belugas | 2007-05-31 15:40:36 +0000 (Thu, 31 May 2007) | 1 line -Codechange: Add support for removing dynamically allocated newgrf data ------------------------------------------------------------------------ r9999 | rubidium | 2007-05-31 15:15:00 +0000 (Thu, 31 May 2007) | 2 lines -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road. ------------------------------------------------------------------------ r9998 | rubidium | 2007-05-31 14:29:19 +0000 (Thu, 31 May 2007) | 2 lines -Fix (r9990): possible null pointer dereferences on MorphOS. ------------------------------------------------------------------------ r9997 | miham | 2007-05-31 14:16:22 +0000 (Thu, 31 May 2007) | 4 lines -Update: WebTranslator2 update to 2007-05-31 16:16:13 american - 30 fixed by WhiteRabbit (30) french - 1 changed by glx (1) ------------------------------------------------------------------------ r9996 | rubidium | 2007-05-31 07:34:40 +0000 (Thu, 31 May 2007) | 2 lines -Fix: be more strict when building/upgrading roads and/or road stops. ------------------------------------------------------------------------ r9995 | peter1138 | 2007-05-31 07:21:33 +0000 (Thu, 31 May 2007) | 2 lines -Fix (r9962): Don't scroll the map at the start of a new game ------------------------------------------------------------------------ r9994 | belugas | 2007-05-31 03:35:11 +0000 (Thu, 31 May 2007) | 3 lines -Codechange: Add pointers for Industry and Industry Tiles in the grf file. ------------------------------------------------------------------------ r9993 | rubidium | 2007-05-30 20:34:16 +0000 (Wed, 30 May 2007) | 2 lines -Fix (r9992): smallish typos resulting in compile time errors. ------------------------------------------------------------------------ r9992 | belugas | 2007-05-30 20:20:58 +0000 (Wed, 30 May 2007) | 3 lines -Codechange: Remove some hardcoded references to Industry IDs. A few more to go ------------------------------------------------------------------------ r9991 | rubidium | 2007-05-30 20:13:58 +0000 (Wed, 30 May 2007) | 2 lines -Fix: one could build road when trams were driving on the tile and vice versa. ------------------------------------------------------------------------ r9990 | rubidium | 2007-05-30 18:24:54 +0000 (Wed, 30 May 2007) | 2 lines -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix. ------------------------------------------------------------------------ r9989 | rubidium | 2007-05-30 18:22:56 +0000 (Wed, 30 May 2007) | 2 lines -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there. ------------------------------------------------------------------------ r9988 | rubidium | 2007-05-30 13:33:19 +0000 (Wed, 30 May 2007) | 2 lines -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms. ------------------------------------------------------------------------ r9987 | rubidium | 2007-05-30 13:27:56 +0000 (Wed, 30 May 2007) | 2 lines -Fix [FS#818]: a train under a bridge could collide with a train on the bridge. ------------------------------------------------------------------------ r9986 | rubidium | 2007-05-30 13:16:45 +0000 (Wed, 30 May 2007) | 2 lines -Fix (r9934): flooding towns could not remove tram tracks (boekabart). ------------------------------------------------------------------------ r9985 | miham | 2007-05-30 07:59:43 +0000 (Wed, 30 May 2007) | 7 lines -Update: WebTranslator2 update to 2007-05-30 09:59:31 dutch - 1 fixed by habell (1) italian - 16 fixed, 22 changed by lorenzodv (38) korean - 1 fixed by darkttd (1) norwegian_bokmal - 8 fixed by jankmi (8) ukrainian - 30 fixed by mad (30) ------------------------------------------------------------------------ r9984 | belugas | 2007-05-30 02:08:18 +0000 (Wed, 30 May 2007) | 2 lines -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing" ------------------------------------------------------------------------ r9983 | belugas | 2007-05-30 01:55:11 +0000 (Wed, 30 May 2007) | 1 line -Codechange: Use the "enabled" property of the industry spec. ------------------------------------------------------------------------ r9982 | bjarni | 2007-05-29 20:52:35 +0000 (Tue, 29 May 2007) | 2 lines -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group ------------------------------------------------------------------------ r9981 | bjarni | 2007-05-29 20:06:06 +0000 (Tue, 29 May 2007) | 4 lines -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder) This happened if the new engine was a dualheaded engine and there was money to replace and refit the front, but not the rear It also adds the cost of refitting the rear end of dualheaded engines to the cost animations (display only) ------------------------------------------------------------------------ r9980 | rubidium | 2007-05-29 19:01:38 +0000 (Tue, 29 May 2007) | 2 lines -Merge: Windows Installer changes in 0.5 (r9864). ------------------------------------------------------------------------ r9979 | rubidium | 2007-05-29 18:55:15 +0000 (Tue, 29 May 2007) | 2 lines -Merge: release changes from 0.5. ------------------------------------------------------------------------ r9976 | belugas | 2007-05-29 17:41:59 +0000 (Tue, 29 May 2007) | 4 lines -Codechange: Declare a writable array of specs for industry and industry tiles. It will be initialized by the original data upon game start. Rename some enums to be more consistent too ------------------------------------------------------------------------ r9975 | belugas | 2007-05-29 14:44:22 +0000 (Tue, 29 May 2007) | 1 line -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit). ------------------------------------------------------------------------ r9974 | belugas | 2007-05-29 14:32:46 +0000 (Tue, 29 May 2007) | 1 line -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related ------------------------------------------------------------------------ r9973 | bjarni | 2007-05-29 10:35:52 +0000 (Tue, 29 May 2007) | 3 lines -Cleanup: removed some code that kept both ends of a dualheaded engine in the same train (when moving wagons in a depot) NormaliseTrainConsist() is called later in the same command and it will take care of this issue ------------------------------------------------------------------------ r9972 | rubidium | 2007-05-29 08:20:38 +0000 (Tue, 29 May 2007) | 2 lines -Fix (r9969): silence a warning. ------------------------------------------------------------------------ r9971 | rubidium | 2007-05-29 08:19:37 +0000 (Tue, 29 May 2007) | 2 lines -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges. ------------------------------------------------------------------------ r9970 | miham | 2007-05-29 07:12:49 +0000 (Tue, 29 May 2007) | 15 lines -Update: WebTranslator2 update to 2007-05-29 09:12:20 brazilian_portuguese - 29 fixed by tucalipe (29) catalan - 30 fixed by arnaullv (30) danish - 1 fixed by ThomasA (1) dutch - 29 fixed, 2 changed by webfreakz (31) french - 30 fixed, 2 changed by glx (32) hungarian - 29 fixed by miham (29) italian - 30 fixed, 1 changed by lorenzodv (31) japanese - 18 fixed by ickoonite (18) korean - 34 fixed by darkttd (34) portuguese - 5 fixed by izhirahider (5) romanian - 28 fixed, 682 changed by CrystyB (710) swedish - 31 fixed by giddorah (31) traditional_chinese - 57 fixed by thomasau (57) ------------------------------------------------------------------------ r9969 | belugas | 2007-05-29 00:15:34 +0000 (Tue, 29 May 2007) | 1 line -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile ------------------------------------------------------------------------ r9967 | bjarni | 2007-05-28 21:40:40 +0000 (Mon, 28 May 2007) | 4 lines -Fix (r9938): autoreplace would in certain conditions move dualheaded engines in a train (usually to the rear) -Change: moving an engine in between the two ends of a dualheaded engine will now move the rear dualheaded engine to the front of the newly added engine (instead of moving the new engine to the rear of the rear dualheaded engine) This can make a difference if there are wagons in the train ------------------------------------------------------------------------ r9966 | rubidium | 2007-05-28 21:32:26 +0000 (Mon, 28 May 2007) | 2 lines -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them. ------------------------------------------------------------------------ r9965 | rubidium | 2007-05-28 20:46:59 +0000 (Mon, 28 May 2007) | 2 lines -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed. ------------------------------------------------------------------------ r9964 | rubidium | 2007-05-28 19:26:32 +0000 (Mon, 28 May 2007) | 2 lines -Fix: removing of road should not be free of charge. ------------------------------------------------------------------------ r9963 | peter1138 | 2007-05-28 17:07:19 +0000 (Mon, 28 May 2007) | 2 lines -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places. ------------------------------------------------------------------------ r9962 | peter1138 | 2007-05-28 16:46:16 +0000 (Mon, 28 May 2007) | 2 lines -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' ------------------------------------------------------------------------ r9961 | rubidium | 2007-05-28 04:15:32 +0000 (Mon, 28 May 2007) | 2 lines -Fix (r7182): some file were still in iso8859-15 instead of utf8. ------------------------------------------------------------------------ r9960 | rubidium | 2007-05-28 03:41:18 +0000 (Mon, 28 May 2007) | 2 lines -Fix [FS#813]: road wasn't properly added when overbuilding a tram rails with normal rails to for a crossing. ------------------------------------------------------------------------ r9959 | maedhros | 2007-05-27 17:27:07 +0000 (Sun, 27 May 2007) | 2 lines -Fix: Only call GetNextVehicle for trains. ------------------------------------------------------------------------ r9958 | rubidium | 2007-05-27 14:42:40 +0000 (Sun, 27 May 2007) | 2 lines -Fix (r9892): upgrading old savegames made (road)bridges unuseable. ------------------------------------------------------------------------ r9957 | rubidium | 2007-05-27 10:00:37 +0000 (Sun, 27 May 2007) | 2 lines -Change: replace cargo tram with freight tram for consistency. ------------------------------------------------------------------------ r9956 | peter1138 | 2007-05-27 09:33:41 +0000 (Sun, 27 May 2007) | 2 lines -Codechange: Add tram livery schemes ------------------------------------------------------------------------ r9955 | maedhros | 2007-05-27 09:17:30 +0000 (Sun, 27 May 2007) | 2 lines -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious. ------------------------------------------------------------------------ r9954 | rubidium | 2007-05-27 08:53:21 +0000 (Sun, 27 May 2007) | 2 lines -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are. ------------------------------------------------------------------------ r9953 | maedhros | 2007-05-27 05:32:37 +0000 (Sun, 27 May 2007) | 2 lines -Fix: Only check whether trains are multiheaded when cloning. ------------------------------------------------------------------------ r9952 | glx | 2007-05-27 01:59:07 +0000 (Sun, 27 May 2007) | 1 line -Fix r9951: it was not possible to build a drive-through station over a road/tram ------------------------------------------------------------------------ r9951 | glx | 2007-05-27 01:03:59 +0000 (Sun, 27 May 2007) | 2 lines -Fix: slope check was incomplete when building road over tram track (and vice-versa) -Fix: you could build a drive-through station over a sloped road/tram track ------------------------------------------------------------------------ r9950 | rubidium | 2007-05-26 23:23:22 +0000 (Sat, 26 May 2007) | 2 lines -Feature(tte): allow terraforming under bridges. ------------------------------------------------------------------------ r9949 | rubidium | 2007-05-26 23:18:42 +0000 (Sat, 26 May 2007) | 2 lines -Fix: (road) depots got deowned on bankrupts. ------------------------------------------------------------------------ r9948 | rubidium | 2007-05-26 22:44:09 +0000 (Sat, 26 May 2007) | 2 lines -Fix (r9947): building illegal roads on slopes. Why do 'fixes' always have the tendancy to backfire? ------------------------------------------------------------------------ r9947 | rubidium | 2007-05-26 22:19:04 +0000 (Sat, 26 May 2007) | 2 lines -Fix [FS#807]: don't check whether roadbits may be built when they are already built for another type. ------------------------------------------------------------------------ r9946 | rubidium | 2007-05-26 22:01:49 +0000 (Sat, 26 May 2007) | 2 lines -Fix: more places that weren't correctly marked dirty... ------------------------------------------------------------------------ r9945 | rubidium | 2007-05-26 21:45:16 +0000 (Sat, 26 May 2007) | 2 lines -Fix: bridges were not properly marked dirty when adding/removing roadtypes. ------------------------------------------------------------------------ r9944 | rubidium | 2007-05-26 21:34:38 +0000 (Sat, 26 May 2007) | 2 lines -Fix: tile selection drawn on the wrong height for some road bridges. ------------------------------------------------------------------------ r9943 | rubidium | 2007-05-26 21:00:48 +0000 (Sat, 26 May 2007) | 2 lines -Fix [FS#806]: building roads/trams did take notice of the foundation of the opposite roadtype. ------------------------------------------------------------------------ r9942 | rubidium | 2007-05-26 20:52:23 +0000 (Sat, 26 May 2007) | 2 lines -Fix [FS#804]: crash when upgrading both ends of a bridge. ------------------------------------------------------------------------ r9941 | bjarni | 2007-05-26 20:30:55 +0000 (Sat, 26 May 2007) | 2 lines -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator) ------------------------------------------------------------------------ r9940 | rubidium | 2007-05-26 20:30:40 +0000 (Sat, 26 May 2007) | 2 lines -Fix [FS#805]: upgrading a bridge removed roadtypes. ------------------------------------------------------------------------ r9939 | maedhros | 2007-05-26 17:06:45 +0000 (Sat, 26 May 2007) | 2 lines -Fix (r3139): EngineHasArticPart(v) is only valid for trains. ------------------------------------------------------------------------ r9938 | bjarni | 2007-05-26 17:00:44 +0000 (Sat, 26 May 2007) | 3 lines -Fix [FS#799]: 100 wagons train + replace engine Replacing a unit in a train will now remove the old unit before adding the new one. This will solve issues when max train length has been reached ------------------------------------------------------------------------ r9937 | truelight | 2007-05-26 16:18:43 +0000 (Sat, 26 May 2007) | 2 lines -Codechange: don't define a function that is never declared or used ------------------------------------------------------------------------ r9936 | truelight | 2007-05-26 15:20:13 +0000 (Sat, 26 May 2007) | 2 lines -Fix: (Un)ScaleByZoom missed a minus sign in some cases ------------------------------------------------------------------------ r9935 | rubidium | 2007-05-26 14:24:19 +0000 (Sat, 26 May 2007) | 2 lines -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road. ------------------------------------------------------------------------ r9934 | rubidium | 2007-05-26 13:00:52 +0000 (Sat, 26 May 2007) | 2 lines -Fix (r9923): towns could remove 'half' tram tracks. ------------------------------------------------------------------------ r9933 | rubidium | 2007-05-26 12:34:25 +0000 (Sat, 26 May 2007) | 2 lines -Fix (9925): unified a little too much. ------------------------------------------------------------------------ r9932 | truelight | 2007-05-26 12:19:54 +0000 (Sat, 26 May 2007) | 2 lines -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causing segfaults when trying to load savegames in dedicated server via -g (reported by peter1138) ------------------------------------------------------------------------ r9931 | rubidium | 2007-05-26 10:40:34 +0000 (Sat, 26 May 2007) | 2 lines -Fix: some glitches with catenary and bridges. ------------------------------------------------------------------------ r9930 | rubidium | 2007-05-26 09:13:59 +0000 (Sat, 26 May 2007) | 2 lines -Fix (r9838): obiwan could cause vehicles to way a long time (2.5 years) at stations. ------------------------------------------------------------------------ r9929 | rubidium | 2007-05-26 07:58:49 +0000 (Sat, 26 May 2007) | 2 lines -Fix [FS#803]: fix several drawing issues. ------------------------------------------------------------------------ r9928 | peter1138 | 2007-05-26 07:47:52 +0000 (Sat, 26 May 2007) | 2 lines -Fix (r9805): Default display options were not set correctly. ------------------------------------------------------------------------ r9927 | rubidium | 2007-05-25 23:45:36 +0000 (Fri, 25 May 2007) | 2 lines -Fix: assert triggered when letting a tram run into the wrong side of a depot. ------------------------------------------------------------------------ r9926 | rubidium | 2007-05-25 23:32:30 +0000 (Fri, 25 May 2007) | 2 lines -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn. ------------------------------------------------------------------------ r9925 | rubidium | 2007-05-25 23:21:32 +0000 (Fri, 25 May 2007) | 2 lines -Fix: wrong tooltips in station picker. ------------------------------------------------------------------------ r9924 | rubidium | 2007-05-25 22:31:34 +0000 (Fri, 25 May 2007) | 2 lines -Fix: update the road vehicle speeds when stopped and/or running just behind another vehicle. ------------------------------------------------------------------------ r9923 | rubidium | 2007-05-25 22:07:40 +0000 (Fri, 25 May 2007) | 2 lines -Add: support for Action 0 Road vehicles, property 1C, bit 0. ------------------------------------------------------------------------ r9922 | rubidium | 2007-05-25 15:49:14 +0000 (Fri, 25 May 2007) | 2 lines -Fix (r9914): [YAPF] null pointer dereference. ------------------------------------------------------------------------ r9921 | rubidium | 2007-05-25 15:37:12 +0000 (Fri, 25 May 2007) | 2 lines -Fix (r9892): ownership wasn't properly propagated on owner changes. ------------------------------------------------------------------------ r9920 | miham | 2007-05-25 12:56:41 +0000 (Fri, 25 May 2007) | 5 lines -Update: WebTranslator2 update to 2007-05-25 14:56:27 catalan - 34 fixed, 15 changed by arnaullv (49) italian - 2 fixed by lorenzodv (2) romanian - 12 fixed, 11 changed by CrystyB (23) ------------------------------------------------------------------------ r9919 | rubidium | 2007-05-25 11:01:44 +0000 (Fri, 25 May 2007) | 2 lines -Codechange: prepare some more places for more road types. ------------------------------------------------------------------------ r9918 | rubidium | 2007-05-25 08:47:40 +0000 (Fri, 25 May 2007) | 2 lines -Fix: the available roadtypes/railtypes were not updated on GRF updates. ------------------------------------------------------------------------ r9917 | rubidium | 2007-05-25 08:13:01 +0000 (Fri, 25 May 2007) | 2 lines -Codechange: prepare some more areas for more road types. ------------------------------------------------------------------------ r9916 | peter1138 | 2007-05-25 06:39:12 +0000 (Fri, 25 May 2007) | 2 lines -Codechange: Free memory used by cargo translation tables ------------------------------------------------------------------------ r9914 | rubidium | 2007-05-24 22:41:50 +0000 (Thu, 24 May 2007) | 2 lines -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. ------------------------------------------------------------------------ r9913 | rubidium | 2007-05-24 21:59:12 +0000 (Thu, 24 May 2007) | 2 lines -Update: the landscape documentation to reflect the changes to the road bits. ------------------------------------------------------------------------ r9912 | rubidium | 2007-05-24 21:45:54 +0000 (Thu, 24 May 2007) | 2 lines -Fix: the AIs could build any road(station)s. ------------------------------------------------------------------------ r9911 | miham | 2007-05-24 21:08:08 +0000 (Thu, 24 May 2007) | 14 lines -Update: WebTranslator2 update to 2007-05-24 23:07:47 american - 2 fixed by WhiteRabbit (2) brazilian_portuguese - 9 fixed by tucalipe (9) bulgarian - 30 fixed by thetitan (30) czech - 34 fixed by Hadez (34) dutch - 2 fixed by habell (2) french - 2 fixed, 12 changed by glx (14) hungarian - 2 fixed by miham (2) japanese - 34 fixed, 8 changed by ickoonite (42) russian - 42 fixed by HMage (42) slovak - 9 fixed by lengyel (9) turkish - 25 fixed by jnmbk (25) ukrainian - 34 fixed by mad (34) ------------------------------------------------------------------------