You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/core
rubidium42 fd4cf699e5
Codefix 37a03b5: the return value of maxdim should always be assigned (#12590)
1 month ago
..
CMakeLists.txt Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 4 months ago
alloc_func.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
alloc_func.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
alloc_type.hpp Codechange: rename byte to uint8_t (#12308) 2 months ago
backup_type.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
bitmath_func.hpp Codechange: Simplify SetBitIterator 4 months ago
container_func.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
endian_func.hpp Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned 4 months ago
endian_type.hpp Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned 4 months ago
enum_type.hpp Codechange: allow certain enumeration to be added 4 months ago
format.hpp Codechange: Ensure function opening `{` is on new line. 7 months ago
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 6 months ago
geometry_func.hpp Codefix 37a03b5: the return value of maxdim should always be assigned (#12590) 1 month ago
geometry_type.hpp Codechange: Store text run positions in vector of points. 4 months ago
kdtree.hpp Cleanup: missing spaces before continuation * in some comments 7 months ago
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 4 months ago
math_func.hpp Fix: Use reinterpret_cast instead of C-style cast to align pointers. 2 months ago
mem_func.hpp Codechange: rename byte to uint8_t (#12308) 2 months ago
multimap.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
overflowsafe_type.hpp Codechange: rename byte to uint8_t (#12308) 2 months ago
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 7 months ago
pool_func.hpp Codechange: Replace C-casts in pool functions. (#12541) 1 month ago
pool_type.hpp Codechange: Replace C-casts in pool functions. (#12541) 1 month ago
random_func.cpp Codechange: Use arc4random_buf on random_func.cpp for OpenBSD 1 month ago
random_func.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Random 3 months ago
smallstack_type.hpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
strong_typedef_type.hpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago