tron [Wed, 21 Jun 2006 11:30:28 +0000] rev 4052
(svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information
Yup-yup-ed by: peter1138
tron [Wed, 21 Jun 2006 11:13:02 +0000] rev 4051
(svn r5325) Don't test something if we already know the result true, because the same test was performed just a few lines before
peter1138 [Tue, 20 Jun 2006 13:15:56 +0000] rev 4050
(svn r5320) - NewGRF: make sets using TTDPatch's train reversing hack/feature happier (and consistent) by returning 0 for the flag it uses.
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.
tron [Mon, 19 Jun 2006 20:13:50 +0000] rev 4048
(svn r5317) s/RGT_/ROADSIDE_/ and some minor changes
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)
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
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)
tron [Mon, 19 Jun 2006 09:15:16 +0000] rev 4044
(svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum
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.