OpenTTD/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.
2023-12-17 22:50:53 +01:00
..
npf Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 2023-12-17 22:50:53 +01:00
yapf Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
CMakeLists.txt Remove: performance measurements in YAPF 2021-04-30 12:48:41 +02:00
follow_track.hpp Codechange: Use consistent name for bay road stops 2023-11-28 14:24:33 -05:00
pathfinder_func.h Fix #8123: trams on half-tiles couldn't find depots (#8738) 2021-02-25 22:46:46 +01:00
pathfinder_type.h Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 2023-12-17 22:50:53 +01:00