OpenTTD/src/pathfinder/yapf
Peter Nelson 7dd54be0a2
Codechange: Replace Array/FixedSizeArray with std::deque.
Array/FixedSizeArray is actually a resizeable container that allocates space in chunks and allows resizing without invalidating pointers.

This is also a behaviour of std::deque, so use that instead.
2024-04-06 23:34:46 +01:00
..
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
nodelist.hpp Codechange: Replace Array/FixedSizeArray with std::deque. 2024-04-06 23:34:46 +01:00
yapf.h Codechange: Where the ship comes from is already known 2024-03-16 17:02:19 +01:00
yapf.hpp Codechange: Replace Array/FixedSizeArray with std::deque. 2024-04-06 23:34:46 +01:00
yapf_base.hpp Codechange: Remove outdated YAPF example code 2024-03-11 20:25:48 +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: Replace Array/FixedSizeArray with std::deque. 2024-04-06 23:34:46 +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: rename TILE_ADD(XY) to TileAdd(XY) 2024-03-10 15:50:24 +01:00
yapf_road.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 2024-01-19 21:10:39 +01:00
yapf_ship.cpp Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01: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