OpenTTD/src/pathfinder/yapf
Kuhnovic 30e1a61c04
Fix: YAPF doesn't check destination for start nodes (#12217)
2024-03-08 14:23:33 +01:00
..
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
nodelist.hpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
yapf.h Codefix: Remove no-longer used ship special-case. (#12192) 2024-03-03 09:31:04 +00:00
yapf.hpp Remove: performance measurements in YAPF 2021-04-30 12:48:41 +02:00
yapf_base.hpp Fix: YAPF doesn't check destination for start nodes (#12217) 2024-03-08 14:23:33 +01:00
yapf_cache.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_common.hpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 2024-01-19 21:10:39 +01:00
yapf_costbase.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_costcache.hpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
yapf_costrail.hpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 2024-01-19 21:10:39 +01:00
yapf_destrail.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
yapf_node.hpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
yapf_node_rail.hpp Codechange: Rename SIGTYPE_NORMAL to SIGTYPE_BLOCK (#11788) 2024-01-15 15:27:48 -05:00
yapf_node_road.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_node_ship.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_rail.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
yapf_road.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 2024-01-19 21:10:39 +01:00
yapf_ship.cpp Codefix: Remove no-longer used ship special-case. (#12192) 2024-03-03 09:31:04 +00:00
yapf_ship_regions.cpp Codechange: Skip non-water water region patches in neigbor search 2024-02-18 11:46:34 +01:00
yapf_ship_regions.h Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
yapf_type.hpp Codechange: Replace CStrA with std::string 2021-04-04 08:01:54 +01:00