Mon, 20 Mar 2006 16:43:48 +0000(svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed.
celestar [Mon, 20 Mar 2006 16:43:48 +0000] rev 3279
(svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed.
Fixes a bug where you could terraform a tunnel (fixed by r3228, but reverted that one)
Fixes a bug introduced by r3228 which allowed steep rail tiles resulting in ... unwanted effects such as display artifacts.
That means the terraform feature should not work as intended; it also uses _valid_tileh_slopes to determine valid configurations instead of hand-brewn stuff.
TODO: _terraform_err_tile and similar TileIndices should have INVALID_TILE as "unused", not 0. (0 is a valid tile).

Mon, 20 Mar 2006 16:20:37 +0000(svn r3991) -Fix : Last remaining separation of SpriteID from Palette
belugas [Mon, 20 Mar 2006 16:20:37 +0000] rev 3278
(svn r3991) -Fix : Last remaining separation of SpriteID from Palette

Mon, 20 Mar 2006 13:34:01 +0000(svn r3990) Remove another call to FindLandscapeHeight()
tron [Mon, 20 Mar 2006 13:34:01 +0000] rev 3277
(svn r3990) Remove another call to FindLandscapeHeight()

Sun, 19 Mar 2006 19:56:57 +0000(svn r3988) Remove the info about valid rails on shore tiles. It's the same as for any other sloped tile
tron [Sun, 19 Mar 2006 19:56:57 +0000] rev 3276
(svn r3988) Remove the info about valid rails on shore tiles. It's the same as for any other sloped tile

Sun, 19 Mar 2006 19:55:43 +0000(svn r3987) Fix another bug in r3979 *grumble*
tron [Sun, 19 Mar 2006 19:55:43 +0000] rev 3275
(svn r3987) Fix another bug in r3979 *grumble*

Sun, 19 Mar 2006 19:33:19 +0000(svn r3986) Add [GS]etCrossingRoadOwner
tron [Sun, 19 Mar 2006 19:33:19 +0000] rev 3274
(svn r3986) Add [GS]etCrossingRoadOwner

Sun, 19 Mar 2006 17:52:02 +0000(svn r3985) Make CmdBuildSingleRail() a bit more comprehensible
tron [Sun, 19 Mar 2006 17:52:02 +0000] rev 3273
(svn r3985) Make CmdBuildSingleRail() a bit more comprehensible

Sun, 19 Mar 2006 17:15:33 +0000(svn r3984) Add a function to get the road axis of a level crossing
tron [Sun, 19 Mar 2006 17:15:33 +0000] rev 3272
(svn r3984) Add a function to get the road axis of a level crossing

Sun, 19 Mar 2006 16:57:48 +0000(svn r3983) Use existing functions to access tree and road info
tron [Sun, 19 Mar 2006 16:57:48 +0000] rev 3271
(svn r3983) Use existing functions to access tree and road info

Sun, 19 Mar 2006 14:43:23 +0000(svn r3982) Fix last commit. I got confused by some strange test, which did nothing
tron [Sun, 19 Mar 2006 14:43:23 +0000] rev 3270
(svn r3982) Fix last commit. I got confused by some strange test, which did nothing