------------------------------------------------------------------------ r10029 | rubidium | 2007-06-02 21:07:03 +0000 (Sat, 02 Jun 2007) | 2 lines -Fix (r9923): trams should not/cannot turn on roadworks. ------------------------------------------------------------------------ r10028 | peter1138 | 2007-06-02 20:08:23 +0000 (Sat, 02 Jun 2007) | 2 lines -Fix (r2270/r2951): When deleting the first engine of a train with multiple engines, only reopen the train window if the player had the original train window open. This fixes 'random' windows opening for multiple players of the same company. ------------------------------------------------------------------------ r10026 | bjarni | 2007-06-02 17:23:31 +0000 (Sat, 02 Jun 2007) | 3 lines -Fix: unlinking a rail vehicle didn't clear the first pointer After r9973, this could cause some asserts as some vehicles could end up with first pointers to chains they didn't belong to ------------------------------------------------------------------------ r10025 | bjarni | 2007-06-02 15:47:38 +0000 (Sat, 02 Jun 2007) | 3 lines -Fix: [build windows] sorting planes for capacity didn't check mail capacity. Now mail capacity is used if passenger capacity is the same The sort will still resort to EngineID if both mail and passenger capacities are the same ------------------------------------------------------------------------ r10024 | bjarni | 2007-06-02 15:41:37 +0000 (Sat, 02 Jun 2007) | 2 lines -Feature: [build windows] trains, road vehicles and ships can now be sorted by cargo capacity (planes already had this option) ------------------------------------------------------------------------ r10023 | maedhros | 2007-06-02 14:42:25 +0000 (Sat, 02 Jun 2007) | 4 lines -Fix (r3218): When selling trains, if there were no wagons between multiheaded engines the rear part could be checked despite having already been deleted, triggering an assert. ------------------------------------------------------------------------ r10022 | maedhros | 2007-06-02 11:15:38 +0000 (Sat, 02 Jun 2007) | 2 lines -Fix (r10007): Set the type of multiheaded trains before the subtype. ------------------------------------------------------------------------ r10021 | rubidium | 2007-06-02 09:26:03 +0000 (Sat, 02 Jun 2007) | 2 lines -Fix (r9560): memory "corruption" that could lead to a failure to load newgrfs. ------------------------------------------------------------------------ r10020 | maedhros | 2007-06-02 09:11:06 +0000 (Sat, 02 Jun 2007) | 2 lines -Fix [FS#824]: GetNextVehicle() is invalid for anything that isn't a train. ------------------------------------------------------------------------ r10019 | peter1138 | 2007-06-02 08:56:21 +0000 (Sat, 02 Jun 2007) | 2 lines -Codechange: Implement GRM for newcargos ------------------------------------------------------------------------ r10017 | glx | 2007-06-01 23:06:01 +0000 (Fri, 01 Jun 2007) | 1 line -Add (FS#790): more languages flags for servers ------------------------------------------------------------------------ r10015 | rubidium | 2007-06-01 17:59:11 +0000 (Fri, 01 Jun 2007) | 2 lines -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game). ------------------------------------------------------------------------ r10014 | rubidium | 2007-06-01 17:58:43 +0000 (Fri, 01 Jun 2007) | 2 lines -Fix: roads became automatically one way in the scenario editor. ------------------------------------------------------------------------ r10013 | miham | 2007-06-01 17:05:23 +0000 (Fri, 01 Jun 2007) | 11 lines -Update: WebTranslator2 update to 2007-06-01 19:05:03 american - 7 fixed by WhiteRabbit (7) catalan - 1 fixed by arnaullv (1) danish - 37 fixed, 7 changed by ThomasA (44) french - 7 fixed, 1 changed by glx (8) italian - 7 fixed, 1 changed by lorenzodv (8) korean - 7 fixed by darkttd (7) swedish - 8 fixed by giddorah (8) turkish - 23 fixed by jnmbk (23) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r10012 | glx | 2007-06-01 16:06:23 +0000 (Fri, 01 Jun 2007) | 1 line -Fix (r9999): crash when forcing road vehicles to turn ------------------------------------------------------------------------ r10011 | maedhros | 2007-06-01 12:26:14 +0000 (Fri, 01 Jun 2007) | 2 lines -Fix (r10008): Set the right svn properties on articulated_vehicles.h and correct a file comment. ------------------------------------------------------------------------ r10010 | maedhros | 2007-06-01 12:19:23 +0000 (Fri, 01 Jun 2007) | 2 lines -Fix (r10008): Add articulated_vehicles.h to the project files. ------------------------------------------------------------------------ r10009 | maedhros | 2007-06-01 12:03:10 +0000 (Fri, 01 Jun 2007) | 2 lines -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type. ------------------------------------------------------------------------ r10008 | maedhros | 2007-06-01 11:41:02 +0000 (Fri, 01 Jun 2007) | 2 lines -Codechange: Move a couple of functions related to articulated vehicles to a file of their own. ------------------------------------------------------------------------ r10007 | maedhros | 2007-06-01 11:17:30 +0000 (Fri, 01 Jun 2007) | 2 lines -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them. ------------------------------------------------------------------------ r10006 | glx | 2007-05-31 21:21:04 +0000 (Thu, 31 May 2007) | 1 line -Fix (FS#362): allow different signal types on one tile ------------------------------------------------------------------------ r10005 | belugas | 2007-05-31 19:13:41 +0000 (Thu, 31 May 2007) | 1 line -Codechange: Merge two flags (2cc and newhouses) indicating some newgrf features have been loaded, and introduce the newindustry one. ------------------------------------------------------------------------ r10004 | rubidium | 2007-05-31 18:12:35 +0000 (Thu, 31 May 2007) | 2 lines -Fix: trams can always intersect/have junctions on one way roads (because they only work for busses and lorries). ------------------------------------------------------------------------ r10003 | rubidium | 2007-05-31 18:11:39 +0000 (Thu, 31 May 2007) | 2 lines -Fix (r9999): crash when vehicle had to turn on a bridge. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------