OpenTTD/src/core
2021-07-09 21:36:09 +02:00
..
alloc_func.cpp
alloc_func.hpp
alloc_type.hpp
backup_type.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
bitmath_func.cpp
bitmath_func.hpp Cleanup: Remove now unused FOR_EACH_SET_BIT_EX macro 2021-07-09 21:36:09 +02:00
CMakeLists.txt
endian_func.hpp
endian_type.hpp
enum_type.hpp
geometry_func.cpp Fix: [SDL2] simplify what to redraw to prevent tearing (#8685) 2021-02-17 21:19:32 +01:00
geometry_func.hpp Fix: [SDL2] simplify what to redraw to prevent tearing (#8685) 2021-02-17 21:19:32 +01:00
geometry_type.hpp Cleanup: Replace single-use Pair struct with std::pair. 2021-04-21 21:39:00 +02:00
kdtree.hpp Codechange: pass large parameter by reference instead of value, especially in a recursive function 2021-05-27 18:30:56 +02:00
math_func.cpp
math_func.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
mem_func.hpp
multimap.hpp
overflowsafe_type.hpp
pool_func.cpp
pool_func.hpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 2021-06-03 17:30:00 +02:00
pool_type.hpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 2021-06-03 17:30:00 +02:00
random_func.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
random_func.hpp
smallmap_type.hpp
smallmatrix_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
smallstack_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
smallvec_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
span_type.hpp Feature: framework to make savegames self-descriptive 2021-07-02 22:21:58 +02:00
string_compare_type.hpp