Tue, 20 Jun 2006 07:07:28 +0000(svn r5318) - Allow room for a single pixel overflow on the first engine when drawing a train's image.
peter1138 [Tue, 20 Jun 2006 07:07:28 +0000] rev 4049
(svn r5318) - Allow room for a single pixel overflow on the first engine when drawing a train's image.
- Draw the depot highlight box after drawing all engines on a line, so that the box isn't hidden.

Mon, 19 Jun 2006 20:13:50 +0000(svn r5317) s/RGT_/ROADSIDE_/ and some minor changes
tron [Mon, 19 Jun 2006 20:13:50 +0000] rev 4048
(svn r5317) s/RGT_/ROADSIDE_/ and some minor changes

Mon, 19 Jun 2006 17:40:27 +0000(svn r5316) WebTranslator2 update to 2006-06-19 19:40:09
miham [Mon, 19 Jun 2006 17:40:27 +0000] rev 4047
(svn r5316) WebTranslator2 update to 2006-06-19 19:40:09
estonian - 4 fixed by t2t2 (4)
hungarian - 1 fixed by miham (1)

Mon, 19 Jun 2006 17:22:57 +0000(svn r5315) -Fix: Prohibit altering a road tile while road works are in progress
tron [Mon, 19 Jun 2006 17:22:57 +0000] rev 4046
(svn r5315) -Fix: Prohibit altering a road tile while road works are in progress
This fixes some glitches like "turning" the excavation by adding/removing road bits or removing the road piece

Mon, 19 Jun 2006 09:40:08 +0000(svn r5314) -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258)
tron [Mon, 19 Jun 2006 09:40:08 +0000] rev 4045
(svn r5314) -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258)

Mon, 19 Jun 2006 09:15:16 +0000(svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum
tron [Mon, 19 Jun 2006 09:15:16 +0000] rev 4044
(svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum

Mon, 19 Jun 2006 06:49:51 +0000(svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile has a foundation already, bail out.
Darkvater [Mon, 19 Jun 2006 06:49:51 +0000] rev 4043
(svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile has a foundation already, bail out.

Sun, 18 Jun 2006 19:00:39 +0000(svn r5310) WebTranslator2 update to 2006-06-18 21:00:21
miham [Sun, 18 Jun 2006 19:00:39 +0000] rev 4042
(svn r5310) WebTranslator2 update to 2006-06-18 21:00:21
afrikaans - 116 fixed, 2 changed by TrueTenacity (118)
portuguese - 13 fixed by supra90 (13)

Sun, 18 Jun 2006 15:28:29 +0000(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore
tron [Sun, 18 Jun 2006 15:28:29 +0000] rev 4041
(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore

Sun, 18 Jun 2006 09:37:08 +0000(svn r5308) Replace an array of function pointers with a switch: It's shorter, more comprehensible, less dependent on magic numbers
tron [Sun, 18 Jun 2006 09:37:08 +0000] rev 4040
(svn r5308) Replace an array of function pointers with a switch: It's shorter, more comprehensible, less dependent on magic numbers