OpenTTD/src/pathfinder
2025-05-06 18:29:41 +02:00
..
yapf Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
aystar.cpp Codechange: Turn AyStar into an actual class with virtual methods instead of function pointers. 2025-04-19 00:24:15 +02:00
aystar.h Codechange: Turn AyStar into an actual class with virtual methods instead of function pointers. 2025-04-19 00:24:15 +02:00
CMakeLists.txt Cleanup: remove C-style hash, binary heap and priority queue 2024-05-30 23:15:38 +02:00
follow_track.hpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
pathfinder_func.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
pathfinder_type.h Codechange: migrate aystar to use YAPF's nodelist infrastructure 2024-05-30 23:15:38 +02:00
water_regions.cpp Codechange: Use format instead of to_string. 2025-04-29 20:26:23 +02:00
water_regions.h Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00