peter1138 [Sun, 09 Apr 2006 18:08:20 +0000] rev 3488
(svn r4339) - Comment Change: NewGRF, update comments for units of speed
celestar [Sun, 09 Apr 2006 18:01:06 +0000] rev 3487
(svn r4338) -Fix (FS#105): Bug introduced in r4290. IsLevelCrossing does NOT check the tile type, it assumes the tile type IS MP_STREET
celestar [Sun, 09 Apr 2006 17:50:00 +0000] rev 3486
(svn r4337) -Fix: A problem where GetRailType was called instead of GetRailTileType. Thanks to glx for noticing
peter1138 [Sun, 09 Apr 2006 14:49:45 +0000] rev 3485
(svn r4336) Fix units conversion of volume for SI
tron [Sun, 09 Apr 2006 10:24:57 +0000] rev 3484
(svn r4333) Revert back to a direct map access in one case until the exact conditions for this piece of code are investigated. The IsRoad() function is causing me headaches...
tron [Sun, 09 Apr 2006 09:29:50 +0000] rev 3483
(svn r4332) Turn a table lookup into a ternary operator
tron [Sun, 09 Apr 2006 08:25:43 +0000] rev 3482
(svn r4331) Replace some direction calculation magic with DiagDirection to make a bit more clear what's going on
tron [Sat, 08 Apr 2006 14:18:39 +0000] rev 3481
(svn r4326) Only reduce the slot age of a vehicle if it has a slot assigned
tron [Sat, 08 Apr 2006 13:58:19 +0000] rev 3480
(svn r4325) When updating the vehicle count for road stops after load use the slot pointer of the vehicle instead of recalculating the road stop using the destination tile of the vehicle. Apart from being more simple this could prevent a inconsistency of slot information in the edge case when the destination tile isn't the tile of the assigned slot.
tron [Sat, 08 Apr 2006 13:50:01 +0000] rev 3479
(svn r4324) Remove the unused road stop type attribute from struct RoadStop