1
0
Fork 0
OpenTTD/src/core
Peter Nelson 6e90b828c6 Codechange: Add CentreTo Rect method. 2025-05-25 09:13:05 +01:00
..
CMakeLists.txt Codechange: remove core/mem_func.hpp 2025-05-08 09:33:18 +02:00
alloc_type.hpp Codechange: remove ZeroedMemoryAllocator 2025-02-28 20:12:44 +01:00
backup_type.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 2024-03-10 10:14:20 +01:00
base_bitset_type.hpp Codechange: Move GetNthSetBit() to BaseBitSet. 2025-05-14 07:22:12 +01:00
bitmath_func.hpp Codechange: Expand the single usage of the macro CLRBITS. 2025-04-18 17:16:48 +02:00
container_func.hpp Codechange: Add Slide container helper function. 2024-12-05 18:17:58 +00:00
convertible_through_base.hpp Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
endian_func.hpp Codechange: Use std::endian instead of TTD_ENDIAN defines. 2025-01-28 19:37:34 +00:00
enum_type.hpp Codechange: Define sequential operators for ZoomLevel. 2025-05-03 23:21:09 +02:00
flatset_type.hpp Codechange: Add FlatSet implementation. 2025-05-05 14:00:38 +01:00
format.hpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 2023-11-16 17:07:29 +00:00
geometry_func.hpp Codefix 37a03b5: the return value of maxdim should always be assigned (#12590) 2024-04-28 17:42:58 +00:00
geometry_type.hpp Codechange: Add CentreTo Rect method. 2025-05-25 09:13:05 +01:00
kdtree.hpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 2024-01-20 16:45:21 +01:00
math_func.hpp Codechange: Define sequential operators for ZoomLevel. 2025-05-03 23:21:09 +02:00
multimap.hpp Codechange: move operator== inside MultiMap class and leave out ones that will be synthesized 2025-02-08 06:37:36 +01:00
overflowsafe_type.hpp Codechange: implement operator<=> and remove operators that are synthesized 2025-02-08 06:37:36 +01:00
pool_func.cpp Codechange: Use EnumBitSet for pool types 2025-02-01 17:04:04 +01:00
pool_func.hpp Codechange: do not use MallocT for the pool 2025-02-28 20:15:42 +01:00
pool_type.hpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
random_func.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
random_func.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Random 2024-03-11 20:30:33 +01:00
smallstack_type.hpp Codechange: remove unneeded locking from SmallStack 2025-03-16 14:13:51 +01:00
string_builder.cpp Codechange: use std::span over char* for writing the buffers 2025-05-04 15:32:52 +02:00
string_builder.hpp Codechange: use std::span over char* for writing the buffers 2025-05-04 15:32:52 +02:00
string_consumer.cpp Codechange: add support for parsing octal numbers 2025-05-03 15:57:53 +02:00
string_consumer.hpp Codechange: ParseInteger optionally clamps out-of-range values, instead of treating them as invalid. 2025-05-20 12:57:30 +02:00
string_inplace.cpp Codechange: use std::span over char* for writing the buffers 2025-05-04 15:32:52 +02:00
string_inplace.hpp Codechange: use std::span over char* for writing the buffers 2025-05-04 15:32:52 +02:00
strong_typedef_type.hpp Cleanup: Adjustments to comments to match code changes (#13636) 2025-02-22 13:28:35 +00:00
utf8.cpp Add: Utf8View and iterator. 2025-04-03 18:43:41 +02:00
utf8.hpp Codechange: Move IsUtf8Part to only file using it. 2025-04-14 18:56:23 +02:00