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
Patric Stout a3cfd23cf9
Codechange: rename byte to uint8_t (#12308)
3 months ago
..
CMakeLists.txt Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 5 months ago
alloc_func.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 5 months ago
alloc_func.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 5 months ago
alloc_type.hpp Codechange: rename byte to uint8_t (#12308) 3 months ago
backup_type.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 4 months ago
bitmath_func.hpp Codechange: Simplify SetBitIterator 5 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 5 months ago
endian_type.hpp Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned 5 months ago
enum_type.hpp Codechange: allow certain enumeration to be added 5 months ago
format.hpp Codechange: Ensure function opening `{` is on new line. 8 months ago
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 7 months ago
geometry_func.hpp Codechange: replace static inline with static for non-class functions 6 months ago
geometry_type.hpp Codechange: Store text run positions in vector of points. 5 months ago
kdtree.hpp Cleanup: missing spaces before continuation * in some comments 8 months ago
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 5 months ago
math_func.hpp Codechange: Add function to get the power of ten for a given number 4 months ago
mem_func.hpp Codechange: rename byte to uint8_t (#12308) 3 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) 3 months ago
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
pool_func.hpp Codechange: rename byte to uint8_t (#12308) 3 months ago
pool_type.hpp Change: Improve performance of finding free pool slots. (#12055) 4 months ago
random_func.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
random_func.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Random 4 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) 8 months ago