OpenTTD/src/pathfinder/yapf
Rubidium 68ff3fd062 Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
2023-05-08 16:49:23 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
nodelist.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf.h Codechange: [YAPF] Allow to retrieve the final tile of the calculated path 2022-10-22 14:19:08 +02:00
yapf.hpp Remove: performance measurements in YAPF 2021-04-30 12:48:41 +02:00
yapf_base.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
yapf_cache.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_common.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
yapf_costbase.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
yapf_costcache.hpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00:00
yapf_costrail.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
yapf_destrail.hpp Change: [YAPF] All compatible depots are targets for 'any depot' orders 2022-10-22 14:19:08 +02:00
yapf_node.hpp Codechange: Replace CStrA with std::string 2021-04-04 08:01:54 +01:00
yapf_node_rail.hpp Cleanup: remove unused copy-constructor without copy-assignment 2021-05-27 18:30:56 +02: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: [YAPF] Allow to retrieve the final tile of the calculated path 2022-10-22 14:19:08 +02:00
yapf_road.cpp Codechange: pass "ground vehicle" to GetTileSlopeZ since for tunnel/bridges there are two states 2023-04-09 19:00:26 +02:00
yapf_ship.cpp Fix #9669, cbe00ec: Only try valid reverse directions (#9672) 2021-11-06 17:32:37 +01:00
yapf_type.hpp Codechange: Replace CStrA with std::string 2021-04-04 08:01:54 +01:00