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/yapf
SamuXarick a7625b8ae0 Fix #12280: Allow ships 90 degree turns if only choice
If there is no path found, a random path is created which forbids 90 degrees.
Allow 90 degrees if they're the only choice.
3 months ago
..
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 5 months ago
nodelist.hpp Codechange: coding style fixes 5 months ago
yapf.h Codefix: Remove no-longer used ship special-case. (#12192) 3 months ago
yapf.hpp Remove: performance measurements in YAPF 3 years ago
yapf_base.hpp Codechange: Remove outdated YAPF example code 3 months ago
yapf_cache.h Cleanup: Removed SVN headers 5 years ago
yapf_common.hpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 5 months ago
yapf_costbase.hpp Cleanup: Removed SVN headers 5 years ago
yapf_costcache.hpp Codechange: coding style fixes 5 months ago
yapf_costrail.hpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 5 months ago
yapf_destrail.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
yapf_node.hpp Codechange: coding style fixes 5 months ago
yapf_node_rail.hpp Codechange: Rename SIGTYPE_NORMAL to SIGTYPE_BLOCK (#11788) 5 months ago
yapf_node_road.hpp Cleanup: Removed SVN headers 5 years ago
yapf_node_ship.hpp Cleanup: Removed SVN headers 5 years ago
yapf_rail.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
yapf_road.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 5 months ago
yapf_ship.cpp Fix #12280: Allow ships 90 degree turns if only choice 3 months ago
yapf_ship_regions.cpp Codechange: Skip non-water water region patches in neigbor search 4 months ago
yapf_ship_regions.h Feature: Region-based pathfinder for ships (#10543) 5 months ago
yapf_type.hpp Codechange: Replace CStrA with std::string 3 years ago