Thu, 27 Jan 2005 15:43:44 +0000(svn r1698) - Feature [autoreplace] helicopters will now go to the nearest hangar if they are set to autoreplace and don't have any airport with a hangar in
bjarni [Thu, 27 Jan 2005 15:43:44 +0000] rev 1194
(svn r1698) - Feature [autoreplace] helicopters will now go to the nearest hangar if they are set to autoreplace and don't have any airport with a hangar in
schedule

Thu, 27 Jan 2005 15:30:34 +0000(svn r1697) Remove superflous special case for the VOID border tiles in FindLandscapeHeightByTile()
tron [Thu, 27 Jan 2005 15:30:34 +0000] rev 1193
(svn r1697) Remove superflous special case for the VOID border tiles in FindLandscapeHeightByTile()
While here clean up some other stuff: uint -> TileIndex, assert() that the TileIndex is valid and remove a line which was already commented out

Thu, 27 Jan 2005 12:52:20 +0000(svn r1696) Use GetTileSlope() instead of FindLandscapeHeightByTile() where it is sufficient. FindLandscapeHeightByTile() uses GetTileSlope() internally and adds some more info, which is discarded in these cases.
tron [Thu, 27 Jan 2005 12:52:20 +0000] rev 1192
(svn r1696) Use GetTileSlope() instead of FindLandscapeHeightByTile() where it is sufficient. FindLandscapeHeightByTile() uses GetTileSlope() internally and adds some more info, which is discarded in these cases.
While touching the code make a bit more clear how GetBridgeHeight() works.

Thu, 27 Jan 2005 11:33:14 +0000(svn r1695) -Fix: I broke maximum speed sorting for anything but trains with the new acceleration. Sorry
Celestar [Thu, 27 Jan 2005 11:33:14 +0000] rev 1191
(svn r1695) -Fix: I broke maximum speed sorting for anything but trains with the new acceleration. Sorry

Thu, 27 Jan 2005 11:25:32 +0000(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
celestar [Thu, 27 Jan 2005 11:25:32 +0000] rev 1190
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(

Thu, 27 Jan 2005 09:43:24 +0000(svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying to
Celestar [Thu, 27 Jan 2005 09:43:24 +0000] rev 1189
(svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying to
expand railroad stations beyond maximum spread

Wed, 26 Jan 2005 19:51:29 +0000(svn r1691) -Fix: oops, forgot to bump the company-info-version
truelight [Wed, 26 Jan 2005 19:51:29 +0000] rev 1188
(svn r1691) -Fix: oops, forgot to bump the company-info-version

Wed, 26 Jan 2005 19:43:22 +0000(svn r1690) - Fix: [autoreplace] Cheaters can no longer exploit autoreplace to get vehicles, that's not invented yet
bjarni [Wed, 26 Jan 2005 19:43:22 +0000] rev 1187
(svn r1690) - Fix: [autoreplace] Cheaters can no longer exploit autoreplace to get vehicles, that's not invented yet
- Fix: [autoreplace] Fixed a stupid bug introduced in r1687, that made a crash if anybody tried to autoreplace anything but an aircraft

Wed, 26 Jan 2005 19:40:21 +0000(svn r1689) -Fix: big typo in network_udp.c, the company-password flag didn't work
truelight [Wed, 26 Jan 2005 19:40:21 +0000] rev 1186
(svn r1689) -Fix: big typo in network_udp.c, the company-password flag didn't work

Wed, 26 Jan 2005 19:03:01 +0000(svn r1687) - Feature: [autoreplace] server now checks for plane<->helicopter replacement and reject replacement if needed
bjarni [Wed, 26 Jan 2005 19:03:01 +0000] rev 1185
(svn r1687) - Feature: [autoreplace] server now checks for plane<->helicopter replacement and reject replacement if needed