OpenTTD/src/pathfinder/npf
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
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
aystar.cpp Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 2023-12-17 22:50:53 +01:00
aystar.h Fix #10452: Don't let AyStar max_search_nodes unattended when initializing (#11544) 2023-12-17 22:50:53 +01:00
npf.cpp Codechange: Use consistent name for bay road stops 2023-11-28 14:24:33 -05:00
npf_func.h Fix: Try all possible reverse directions when a ship reaches a dead end 2021-10-11 21:11:13 +02:00
queue.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
queue.h Codechange: be more type-specific about types in NPFs queue (#11192) 2023-08-12 18:18:22 +00:00