OpenTTD/src/core
Patric Stout 07730584d7
Codechange: make explicit when a TileIndex is cast to its basetype (#11190)
This prevents people accidentially assigning a TileIndex to a Date
or any other type they shouldn't.
2023-08-15 18:12:05 +02:00
..
CMakeLists.txt Codechange: fmt (and std::format) do explicitly not support enums out-of-the-box 2023-05-22 14:42:18 +02:00
alloc_func.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
alloc_func.hpp Cleanup: Unused alloca definitions and includes 2023-04-15 16:57:00 +01:00
alloc_type.hpp Codechange: use default dtor instead of empty (#10826) 2023-05-14 23:31:03 +02:00
backup_type.hpp Codechange: use RAII to automatically restore _cur_dpi after use 2023-01-28 20:33:02 +01:00
bitmath_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
bitmath_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
container_func.hpp Codechange: rename smallvec_type to container_func and use only when needed 2023-05-20 16:53:10 +02:00
endian_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
endian_type.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
enum_type.hpp Codechange: Rename DECLARE_ENUM_AS_BIT_SET parameter to enum_type. 2023-04-24 09:17:37 +01:00
format.hpp Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761) 2023-08-12 18:14:21 +00: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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
kdtree.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
math_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
math_func.hpp Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761) 2023-08-12 18:14:21 +00:00
mem_func.hpp Codechange: Use std::reverse instead of custom implementation. (#10918) 2023-06-03 23:25:01 +01:00
multimap.hpp Codechange: Move includes for common STL headers to stdafx. 2023-05-17 10:14:41 +01:00
overflowsafe_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
pool_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
pool_func.hpp Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
pool_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
random_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
random_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
smallstack_type.hpp Codechange: rename smallvec_type to container_func and use only when needed 2023-05-20 16:53:10 +02:00
span_type.hpp Add: subspan function to span 2023-06-21 05:46:11 +02:00
strong_typedef_type.hpp Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 2023-08-15 18:12:05 +02:00