.. |
alloc_func.cpp
|
|
|
alloc_func.hpp
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
alloc_type.hpp
|
Codechange: use default dtor instead of empty (#10826)
|
2023-05-14 23:31:03 +02:00 |
backup_type.hpp
|
|
|
bitmath_func.hpp
|
Codechange: Simplify SetBitIterator
|
2024-02-01 23:05:57 +01:00 |
CMakeLists.txt
|
Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit
|
2024-01-19 21:10:39 +01: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
|
Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned
|
2024-01-18 23:29:15 +01:00 |
endian_type.hpp
|
Remove: unused OTTD_ALIGNMENT define and ReadLE16(Un)aligned
|
2024-01-18 23:29:15 +01:00 |
enum_type.hpp
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
format.hpp
|
Codechange: Ensure function opening { is on new line.
|
2023-11-09 20:15:38 +00:00 |
geometry_func.cpp
|
Codechange: Move RectPadding::zero definition to header. (#11461)
|
2023-11-16 17:07:29 +00:00 |
geometry_func.hpp
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
geometry_type.hpp
|
Codechange: Store text run positions in vector of points.
|
2024-01-19 00:08:31 +00:00 |
kdtree.hpp
|
Cleanup: missing spaces before continuation * in some comments
|
2023-11-01 22:56:11 +01:00 |
math_func.cpp
|
Remove: LeastCommonMultiple / GreatestCommonDivisor
|
2024-01-20 16:45:21 +01:00 |
math_func.hpp
|
Change: make for smooth-scrolling based on actual time
|
2024-01-25 10:29:48 +01:00 |
mem_func.hpp
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +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: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
pool_func.cpp
|
Codechange: replace x.size() == 0 with x.empty()
|
2023-10-20 23:05:43 +02:00 |
pool_func.hpp
|
|
|
pool_type.hpp
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
random_func.cpp
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
random_func.hpp
|
Change: use a stronger hash and actual random information to generate Uids
|
2024-01-20 14:23:03 +01:00 |
smallstack_type.hpp
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +02:00 |
strong_typedef_type.hpp
|
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
|
2023-11-06 20:29:35 +00:00 |