OpenTTD/src/pathfinder
Peter Nelson ab535c0a86
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.
2023-11-06 20:29:35 +00:00
..
npf Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
yapf Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
CMakeLists.txt Remove: performance measurements in YAPF 2021-04-30 12:48:41 +02:00
follow_track.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
pathfinder_func.h Fix #8123: trams on half-tiles couldn't find depots (#8738) 2021-02-25 22:46:46 +01:00
pathfinder_type.h Fix #7592: Do not cache road vehicle path within 8 tiles of destination with multiple entrances 2020-02-07 23:02:10 +01:00