Mon, 10 Apr 2006 07:15:58 +0000(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron [Mon, 10 Apr 2006 07:15:58 +0000] rev 3491
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
Remove DoCommandByTile(), because now it does the same as DoCommand()

Sun, 09 Apr 2006 18:35:24 +0000(svn r4341) -Fix (FS#101) When a player got bankrupt, slots were not cleared, because vehicles got deleted directly by DeleteVehicle
celestar [Sun, 09 Apr 2006 18:35:24 +0000] rev 3490
(svn r4341) -Fix (FS#101) When a player got bankrupt, slots were not cleared, because vehicles got deleted directly by DeleteVehicle

Sun, 09 Apr 2006 18:25:31 +0000(svn r4340) Add force {FORCE} to the units system. This is currently unused.
peter1138 [Sun, 09 Apr 2006 18:25:31 +0000] rev 3489
(svn r4340) Add force {FORCE} to the units system. This is currently unused.

Sun, 09 Apr 2006 18:08:20 +0000(svn r4339) - Comment Change: NewGRF, update comments for units of speed
peter1138 [Sun, 09 Apr 2006 18:08:20 +0000] rev 3488
(svn r4339) - Comment Change: NewGRF, update comments for units of speed

Sun, 09 Apr 2006 18:01:06 +0000(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 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

Sun, 09 Apr 2006 17:50:00 +0000(svn r4337) -Fix: A problem where GetRailType was called instead of GetRailTileType. Thanks to glx for noticing
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

Sun, 09 Apr 2006 14:49:45 +0000(svn r4336) Fix units conversion of volume for SI
peter1138 [Sun, 09 Apr 2006 14:49:45 +0000] rev 3485
(svn r4336) Fix units conversion of volume for SI

Sun, 09 Apr 2006 10:24:57 +0000(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 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...

Sun, 09 Apr 2006 09:29:50 +0000(svn r4332) Turn a table lookup into a ternary operator
tron [Sun, 09 Apr 2006 09:29:50 +0000] rev 3483
(svn r4332) Turn a table lookup into a ternary operator

Sun, 09 Apr 2006 08:25:43 +0000(svn r4331) Replace some direction calculation magic with DiagDirection to make a bit more clear what's going on
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