-
Updated
Nov 11, 2021 - JavaScript
simulation
Here are 8,634 public repositories matching this topic...
-
Updated
Mar 20, 2022 - C++
-
Updated
Aug 10, 2021 - Rust
In the LTN route planning tool, we display 4 routes at a time:

Zooming in a bit, you can see some of the routes overlap, but then split off and maybe rejoin:

With support for rectangular maps added to the game, the requirement for heightmaps to be square is no longer necessary.
https://github.com/OpenRCT2/OpenRCT2/blob/5edc5617152bf360015120dfd6eaf7595b19d6ee/src/openrct2/world/MapGen.cpp#L662-L667
The code below the above check relies on the assumption that the width and height match. This needs