Mon, 28 Mar 2005 08:48:41 +0000(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic
tron [Mon, 28 Mar 2005 08:48:41 +0000] rev 1594
(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic

Mon, 28 Mar 2005 08:17:35 +0000(svn r2097) -Codechange: [Multistop] Prettified the previous commit
celestar [Mon, 28 Mar 2005 08:17:35 +0000] rev 1593
(svn r2097) -Codechange: [Multistop] Prettified the previous commit

Mon, 28 Mar 2005 08:12:21 +0000(svn r2096) -Codechange: [Multistop] Modfied some debug stuff
celestar [Mon, 28 Mar 2005 08:12:21 +0000] rev 1592
(svn r2096) -Codechange: [Multistop] Modfied some debug stuff

Mon, 28 Mar 2005 07:25:36 +0000(svn r2095) In CheckTrackCombination(): if () cascade -> switch, improve readability
tron [Mon, 28 Mar 2005 07:25:36 +0000] rev 1591
(svn r2095) In CheckTrackCombination(): if () cascade -> switch, improve readability

Mon, 28 Mar 2005 07:02:51 +0000(svn r2094) In GetTileDesc_Track(): uint -> TileIndex, use enums, if () cascade -> switch
tron [Mon, 28 Mar 2005 07:02:51 +0000] rev 1590
(svn r2094) In GetTileDesc_Track(): uint -> TileIndex, use enums, if () cascade -> switch

Sun, 27 Mar 2005 18:15:27 +0000(svn r2093) uint -> TileIndex, remove commented out code and a local variable, which was only used once
tron [Sun, 27 Mar 2005 18:15:27 +0000] rev 1589
(svn r2093) uint -> TileIndex, remove commented out code and a local variable, which was only used once

Sun, 27 Mar 2005 17:20:27 +0000(svn r2092) - Fix: old commands/lines in the console (history) did not show when they used 'special' characters like ??, etc. Diff approved by the code-police.
Darkvater [Sun, 27 Mar 2005 17:20:27 +0000] rev 1588
(svn r2092) - Fix: old commands/lines in the console (history) did not show when they used 'special' characters like ??, etc. Diff approved by the code-police.

Sun, 27 Mar 2005 16:40:01 +0000(svn r2091) Small cleanup: uint -> TileIndex, const, don't call FindLandscapeHeightByTile()
tron [Sun, 27 Mar 2005 16:40:01 +0000] rev 1587
(svn r2091) Small cleanup: uint -> TileIndex, const, don't call FindLandscapeHeightByTile()

Sun, 27 Mar 2005 16:19:07 +0000(svn r2090) CheckNewIndustry_Oilwell() -> CheckNewIndustry_Oil() since it was concerning oil rigs and oil rafineries, but specifically NOT oil wells. ;-) Documented that.
pasky [Sun, 27 Mar 2005 16:19:07 +0000] rev 1586
(svn r2090) CheckNewIndustry_Oilwell() -> CheckNewIndustry_Oil() since it was concerning oil rigs and oil rafineries, but specifically NOT oil wells. ;-) Documented that.

Sun, 27 Mar 2005 15:56:54 +0000(svn r2089) - Codechange: Simplify slopes check in CmdBuildBridge(). Inspired by st3wis' patch 1144746.
pasky [Sun, 27 Mar 2005 15:56:54 +0000] rev 1585
(svn r2089) - Codechange: Simplify slopes check in CmdBuildBridge(). Inspired by st3wis' patch 1144746.