OpenTTD/src/core
Peter Nelson 075671bcfc Codechange: Rename DECLARE_ENUM_AS_BIT_SET parameter to enum_type.
It works on enums not masks.
2023-04-24 09:17:37 +01:00
..
CMakeLists.txt Remove: SmallMatrix be gone. 2023-02-26 21:41:24 +01:00
alloc_func.cpp
alloc_func.hpp Cleanup: Unused alloca definitions and includes 2023-04-15 16:57:00 +01:00
alloc_type.hpp
backup_type.hpp Codechange: use RAII to automatically restore _cur_dpi after use 2023-01-28 20:33:02 +01:00
bitmath_func.cpp Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744) 2021-12-12 17:35:41 +01:00
bitmath_func.hpp Codechange: make a numer of Slope related functions constexpr 2023-04-09 19:00:26 +02:00
endian_func.hpp
endian_type.hpp
enum_type.hpp Codechange: Rename DECLARE_ENUM_AS_BIT_SET parameter to enum_type. 2023-04-24 09:17:37 +01:00
geometry_func.cpp Add: RectPadding type. 2022-11-12 18:28:39 +00: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 Fix: Indent production in industry window and resolve button issues. (#10184) 2022-11-19 21:18:53 +00: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: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
mem_func.hpp
multimap.hpp
overflowsafe_type.hpp Fix #10009: bad overflow protection when taking out loans 2023-01-15 12:04:50 +01:00
pool_func.cpp
pool_func.hpp Codechange: Use fmt for SlErrorCorruptFmt 2023-04-10 18:58:48 +01:00
pool_type.hpp Fix 68f2213: Don't use GetPoolSize() for end of pool iterator (#9461) 2021-08-10 19:03:15 +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
smallstack_type.hpp
smallvec_type.hpp Cleanup: Unused alloca definitions and includes 2023-04-15 16:57:00 +01:00
span_type.hpp Codechange: [Linkgraph] Store edges in each node and not in a global matrix. 2023-02-26 21:41:24 +01:00
string_compare_type.hpp
strong_typedef_type.hpp Codechange: add annotation to selectively force inlining in debug build 2023-01-28 20:32:45 +01:00