Thu, 31 May 2007 07:34:40 +0000(svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.
rubidium [Thu, 31 May 2007 07:34:40 +0000] rev 7257
(svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.

Thu, 31 May 2007 07:21:33 +0000(svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game
peter1138 [Thu, 31 May 2007 07:21:33 +0000] rev 7256
(svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game

Thu, 31 May 2007 03:35:11 +0000(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.
belugas [Thu, 31 May 2007 03:35:11 +0000] rev 7255
(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.

Wed, 30 May 2007 20:34:16 +0000(svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.
rubidium [Wed, 30 May 2007 20:34:16 +0000] rev 7254
(svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.

Wed, 30 May 2007 20:20:58 +0000(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
belugas [Wed, 30 May 2007 20:20:58 +0000] rev 7253
(svn r9992) -Codechange: Remove some hardcoded references to Industry IDs.
A few more to go

Wed, 30 May 2007 20:13:58 +0000(svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa.
rubidium [Wed, 30 May 2007 20:13:58 +0000] rev 7252
(svn r9991) -Fix: one could build road when trams were driving on the tile and vice versa.

Wed, 30 May 2007 18:24:54 +0000(svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.
rubidium [Wed, 30 May 2007 18:24:54 +0000] rev 7251
(svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.

Wed, 30 May 2007 18:22:56 +0000(svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.
rubidium [Wed, 30 May 2007 18:22:56 +0000] rev 7250
(svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.

Wed, 30 May 2007 13:33:19 +0000(svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms.
rubidium [Wed, 30 May 2007 13:33:19 +0000] rev 7249
(svn r9988) -Codechange: remove the last direct map accesses, except the ones needed for the savegame saving/loading mechanisms.

Wed, 30 May 2007 13:27:56 +0000(svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge.
rubidium [Wed, 30 May 2007 13:27:56 +0000] rev 7248
(svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge.

Wed, 30 May 2007 13:16:45 +0000(svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).
rubidium [Wed, 30 May 2007 13:16:45 +0000] rev 7247
(svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).

Wed, 30 May 2007 07:59:43 +0000(svn r9985) -Update: WebTranslator2 update to 2007-05-30 09:59:31
miham [Wed, 30 May 2007 07:59:43 +0000] rev 7246
(svn r9985) -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)

Wed, 30 May 2007 02:08:18 +0000(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
belugas [Wed, 30 May 2007 02:08:18 +0000] rev 7245
(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"

Wed, 30 May 2007 01:55:11 +0000(svn r9983) -Codechange: Use the "enabled" property of the industry spec.
belugas [Wed, 30 May 2007 01:55:11 +0000] rev 7244
(svn r9983) -Codechange: Use the "enabled" property of the industry spec.

Tue, 29 May 2007 20:52:35 +0000(svn r9982) -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
bjarni [Tue, 29 May 2007 20:52:35 +0000] rev 7243
(svn r9982) -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

Tue, 29 May 2007 20:06:06 +0000(svn r9981) -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder)
bjarni [Tue, 29 May 2007 20:06:06 +0000] rev 7242
(svn r9981) -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)

Tue, 29 May 2007 19:01:38 +0000(svn r9980) -Merge: Windows Installer changes in 0.5 (r9864).
rubidium [Tue, 29 May 2007 19:01:38 +0000] rev 7241
(svn r9980) -Merge: Windows Installer changes in 0.5 (r9864).

Tue, 29 May 2007 18:55:15 +0000(svn r9979) -Merge: release changes from 0.5.
rubidium [Tue, 29 May 2007 18:55:15 +0000] rev 7240
(svn r9979) -Merge: release changes from 0.5.

Tue, 29 May 2007 17:41:59 +0000(svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
belugas [Tue, 29 May 2007 17:41:59 +0000] rev 7239
(svn r9976) -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

Tue, 29 May 2007 14:44:22 +0000(svn r9975) -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit).
belugas [Tue, 29 May 2007 14:44:22 +0000] rev 7238
(svn r9975) -Codechange: Adjust the industry/tile spec arrays, moving the enabled member out of GRFFileProps (end of previous commit).

Tue, 29 May 2007 14:32:46 +0000(svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related
belugas [Tue, 29 May 2007 14:32:46 +0000] rev 7237
(svn r9974) -Codechange: Remove the enabled member of GRFFileProps, since it'snot really grf related

Tue, 29 May 2007 10:35:52 +0000(svn r9973) -Cleanup: removed some code that kept both ends of a dualheaded engine in the same train (when moving wagons in a depot)
bjarni [Tue, 29 May 2007 10:35:52 +0000] rev 7236
(svn r9973) -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

Tue, 29 May 2007 08:20:38 +0000(svn r9972) -Fix (r9969): silence a warning.
rubidium [Tue, 29 May 2007 08:20:38 +0000] rev 7235
(svn r9972) -Fix (r9969): silence a warning.

Tue, 29 May 2007 08:19:37 +0000(svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges.
rubidium [Tue, 29 May 2007 08:19:37 +0000] rev 7234
(svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges.

Tue, 29 May 2007 07:12:49 +0000(svn r9970) -Update: WebTranslator2 update to 2007-05-29 09:12:20
miham [Tue, 29 May 2007 07:12:49 +0000] rev 7233
(svn r9970) -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)

Tue, 29 May 2007 00:15:34 +0000(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile
belugas [Tue, 29 May 2007 00:15:34 +0000] rev 7232
(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile

Mon, 28 May 2007 21:40:40 +0000(svn r9967) -Fix (r9938): autoreplace would in certain conditions move dualheaded engines in a train (usually to the rear)
bjarni [Mon, 28 May 2007 21:40:40 +0000] rev 7231
(svn r9967) -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

Mon, 28 May 2007 21:32:26 +0000(svn r9966) -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.
rubidium [Mon, 28 May 2007 21:32:26 +0000] rev 7230
(svn r9966) -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.

Mon, 28 May 2007 20:46:59 +0000(svn r9965) -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed.
rubidium [Mon, 28 May 2007 20:46:59 +0000] rev 7229
(svn r9965) -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed.

Mon, 28 May 2007 19:26:32 +0000(svn r9964) -Fix: removing of road should not be free of charge.
rubidium [Mon, 28 May 2007 19:26:32 +0000] rev 7228
(svn r9964) -Fix: removing of road should not be free of charge.

Mon, 28 May 2007 17:07:19 +0000(svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places.
peter1138 [Mon, 28 May 2007 17:07:19 +0000] rev 7227
(svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places.

Mon, 28 May 2007 16:46:16 +0000(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll'
peter1138 [Mon, 28 May 2007 16:46:16 +0000] rev 7226
(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll'

Mon, 28 May 2007 04:15:32 +0000(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.
rubidium [Mon, 28 May 2007 04:15:32 +0000] rev 7225
(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.

Mon, 28 May 2007 03:41:18 +0000(svn r9960) -Fix [FS#813]: road wasn't properly added when overbuilding a tram rails with normal rails to for a crossing.
rubidium [Mon, 28 May 2007 03:41:18 +0000] rev 7224
(svn r9960) -Fix [FS#813]: road wasn't properly added when overbuilding a tram rails with normal rails to for a crossing.

Sun, 27 May 2007 17:27:07 +0000(svn r9959) -Fix: Only call GetNextVehicle for trains.
maedhros [Sun, 27 May 2007 17:27:07 +0000] rev 7223
(svn r9959) -Fix: Only call GetNextVehicle for trains.

Sun, 27 May 2007 14:42:40 +0000(svn r9958) -Fix (r9892): upgrading old savegames made (road)bridges unuseable.
rubidium [Sun, 27 May 2007 14:42:40 +0000] rev 7222
(svn r9958) -Fix (r9892): upgrading old savegames made (road)bridges unuseable.

Sun, 27 May 2007 10:00:37 +0000(svn r9957) -Change: replace cargo tram with freight tram for consistency.
rubidium [Sun, 27 May 2007 10:00:37 +0000] rev 7221
(svn r9957) -Change: replace cargo tram with freight tram for consistency.

Sun, 27 May 2007 09:33:41 +0000(svn r9956) -Codechange: Add tram livery schemes
peter1138 [Sun, 27 May 2007 09:33:41 +0000] rev 7220
(svn r9956) -Codechange: Add tram livery schemes

Sun, 27 May 2007 09:17:30 +0000(svn r9955) -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious.
maedhros [Sun, 27 May 2007 09:17:30 +0000] rev 7219
(svn r9955) -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious.

Sun, 27 May 2007 08:53:21 +0000(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are.
rubidium [Sun, 27 May 2007 08:53:21 +0000] rev 7218
(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are.

Sun, 27 May 2007 05:32:37 +0000(svn r9953) -Fix: Only check whether trains are multiheaded when cloning.
maedhros [Sun, 27 May 2007 05:32:37 +0000] rev 7217
(svn r9953) -Fix: Only check whether trains are multiheaded when cloning.

Sun, 27 May 2007 01:59:07 +0000(svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram
glx [Sun, 27 May 2007 01:59:07 +0000] rev 7216
(svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram

Sun, 27 May 2007 01:03:59 +0000(svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa)
glx [Sun, 27 May 2007 01:03:59 +0000] rev 7215
(svn r9951) -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

Sat, 26 May 2007 23:23:22 +0000(svn r9950) -Feature(tte): allow terraforming under bridges.
rubidium [Sat, 26 May 2007 23:23:22 +0000] rev 7214
(svn r9950) -Feature(tte): allow terraforming under bridges.

Sat, 26 May 2007 23:18:42 +0000(svn r9949) -Fix: (road) depots got deowned on bankrupts.
rubidium [Sat, 26 May 2007 23:18:42 +0000] rev 7213
(svn r9949) -Fix: (road) depots got deowned on bankrupts.

Sat, 26 May 2007 22:44:09 +0000(svn r9948) -Fix (r9947): building illegal roads on slopes. Why do 'fixes' always have the tendancy to backfire?
rubidium [Sat, 26 May 2007 22:44:09 +0000] rev 7212
(svn r9948) -Fix (r9947): building illegal roads on slopes. Why do 'fixes' always have the tendancy to backfire?

Sat, 26 May 2007 22:19:04 +0000(svn r9947) -Fix [FS#807]: don't check whether roadbits may be built when they are already built for another type.
rubidium [Sat, 26 May 2007 22:19:04 +0000] rev 7211
(svn r9947) -Fix [FS#807]: don't check whether roadbits may be built when they are already built for another type.

Sat, 26 May 2007 22:01:49 +0000(svn r9946) -Fix: more places that weren't correctly marked dirty...
rubidium [Sat, 26 May 2007 22:01:49 +0000] rev 7210
(svn r9946) -Fix: more places that weren't correctly marked dirty...

Sat, 26 May 2007 21:45:16 +0000(svn r9945) -Fix: bridges were not properly marked dirty when adding/removing roadtypes.
rubidium [Sat, 26 May 2007 21:45:16 +0000] rev 7209
(svn r9945) -Fix: bridges were not properly marked dirty when adding/removing roadtypes.

Sat, 26 May 2007 21:34:38 +0000(svn r9944) -Fix: tile selection drawn on the wrong height for some road bridges.
rubidium [Sat, 26 May 2007 21:34:38 +0000] rev 7208
(svn r9944) -Fix: tile selection drawn on the wrong height for some road bridges.

Sat, 26 May 2007 21:00:48 +0000(svn r9943) -Fix [FS#806]: building roads/trams did take notice of the foundation of the opposite roadtype.
rubidium [Sat, 26 May 2007 21:00:48 +0000] rev 7207
(svn r9943) -Fix [FS#806]: building roads/trams did take notice of the foundation of the opposite roadtype.

Sat, 26 May 2007 20:52:23 +0000(svn r9942) -Fix [FS#804]: crash when upgrading both ends of a bridge.
rubidium [Sat, 26 May 2007 20:52:23 +0000] rev 7206
(svn r9942) -Fix [FS#804]: crash when upgrading both ends of a bridge.

Sat, 26 May 2007 20:30:55 +0000(svn r9941) -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator)
bjarni [Sat, 26 May 2007 20:30:55 +0000] rev 7205
(svn r9941) -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator)

Sat, 26 May 2007 20:30:40 +0000(svn r9940) -Fix [FS#805]: upgrading a bridge removed roadtypes.
rubidium [Sat, 26 May 2007 20:30:40 +0000] rev 7204
(svn r9940) -Fix [FS#805]: upgrading a bridge removed roadtypes.

Sat, 26 May 2007 17:06:45 +0000(svn r9939) -Fix (r3139): EngineHasArticPart(v) is only valid for trains.
maedhros [Sat, 26 May 2007 17:06:45 +0000] rev 7203
(svn r9939) -Fix (r3139): EngineHasArticPart(v) is only valid for trains.

Sat, 26 May 2007 17:00:44 +0000(svn r9938) -Fix [FS#799]: 100 wagons train + replace engine
bjarni [Sat, 26 May 2007 17:00:44 +0000] rev 7202
(svn r9938) -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

Sat, 26 May 2007 16:18:43 +0000(svn r9937) -Codechange: don't define a function that is never declared or used
truelight [Sat, 26 May 2007 16:18:43 +0000] rev 7201
(svn r9937) -Codechange: don't define a function that is never declared or used

Sat, 26 May 2007 15:20:13 +0000(svn r9936) -Fix: (Un)ScaleByZoom missed a minus sign in some cases
truelight [Sat, 26 May 2007 15:20:13 +0000] rev 7200
(svn r9936) -Fix: (Un)ScaleByZoom missed a minus sign in some cases

Sat, 26 May 2007 14:24:19 +0000(svn r9935) -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road.
rubidium [Sat, 26 May 2007 14:24:19 +0000] rev 7199
(svn r9935) -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road.

Sat, 26 May 2007 13:00:52 +0000(svn r9934) -Fix (r9923): towns could remove 'half' tram tracks.
rubidium [Sat, 26 May 2007 13:00:52 +0000] rev 7198
(svn r9934) -Fix (r9923): towns could remove 'half' tram tracks.