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
frosch b1718478c8 Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
..
CMakeLists.txt Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
alloc_func.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
alloc_func.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
alloc_type.hpp Codechange: use default dtor instead of empty (#10826) 1 year ago
backup_type.hpp Codechange: use RAII to automatically restore _cur_dpi after use 2 years ago
bitmath_func.hpp Codechange: Simplify SetBitIterator 8 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 8 months ago
endian_type.hpp Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned 8 months ago
enum_type.hpp Codechange: allow certain enumeration to be added 9 months ago
format.hpp Codechange: Ensure function opening `{` is on new line. 11 months ago
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 11 months ago
geometry_func.hpp Codechange: replace static inline with static for non-class functions 9 months ago
geometry_type.hpp Codechange: Store text run positions in vector of points. 8 months ago
kdtree.hpp Cleanup: missing spaces before continuation * in some comments 11 months ago
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 8 months ago
math_func.hpp Change: make for smooth-scrolling based on actual time 8 months ago
mem_func.hpp Codechange: replace static inline with static for non-class functions 9 months ago
multimap.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
overflowsafe_type.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 11 months ago
pool_func.hpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
pool_type.hpp Codechange: coding style fixes 9 months ago
random_func.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
random_func.hpp Change: use a stronger hash and actual random information to generate Uids 8 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) 11 months ago