OpenTTD/src/pathfinder
Peter Nelson ac9db3f5aa
Codechange: Don't use bit-field in Yapf rail node. (#11362)
Compacting 3 booleans into 3 bits could save memory allocation, however this data is inside a union which also contains a 4-byte integer. As such this gives the cost penalty of a bit-field without any benefit.
2023-10-09 12:11:55 +00:00
..
npf Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
yapf Codechange: Don't use bit-field in Yapf rail node. (#11362) 2023-10-09 12:11:55 +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