You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/pathfinder
SamuXarick c05ffb22bd
Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544)
Add a constant with the default value of 10000 and have the pathfinding settings refer to it.

Add a preventative method to AyStar when it's initializing, to limit the number of max_search_nodes if left unattended.
6 months ago
..
npf Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 6 months ago
yapf Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 8 months ago
CMakeLists.txt Remove: performance measurements in YAPF 3 years ago
follow_track.hpp Codechange: Use consistent name for bay road stops 7 months ago
pathfinder_func.h Fix #8123: trams on half-tiles couldn't find depots (#8738) 3 years ago
pathfinder_type.h Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 6 months ago