The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: ceeac on August 30, 2025, 06:19:54 AM

Title: Building tunnels across sloped tunnels does not fail
Post by: ceeac on August 30, 2025, 06:19:54 AM
This is a follow-up of https://forum.simutrans.com/index.php?msg=211051

Building a tunnel across the top of a sloped tunnel tile succeeds (tool_build_tunnel does not return an error) but no tunnel tiles are built.
Building a tunnel down a double slope will build tunnel tiles two levels below the intended height.
Title: Re: Building tunnels across sloped tunnels does not fail
Post by: prissi on November 02, 2025, 08:40:58 AM
r11782 implements this check after fixing an error (no 3D coordinate check in route search if exit tile was on map ground, i.e. a portal.) That error must be in for at least 20 years.