OpenTTD-patches/src/core
Jonathan G Rennison 5ae74ecf8e Merge branch 'master' into jgrpp
# Conflicts:
#	src/articulated_vehicles.cpp
#	src/articulated_vehicles.h
#	src/autoreplace_cmd.cpp
#	src/build_vehicle_gui.cpp
#	src/company_gui.cpp
#	src/core/format.hpp
#	src/genworld_gui.cpp
#	src/gfx.cpp
#	src/group_gui.cpp
#	src/linkgraph/linkgraph_gui.cpp
#	src/misc/endian_buffer.hpp
#	src/music/music_driver.hpp
#	src/newgrf_gui.cpp
#	src/rail_cmd.cpp
#	src/road_gui.cpp
#	src/settings_type.h
#	src/strgen/strgen.cpp
#	src/strings.cpp
#	src/timetable_cmd.cpp
#	src/town.h
#	src/vehicle.cpp
#	src/vehicle_gui.cpp
#	src/vehicle_gui_base.h
#	src/widget.cpp
#	src/widgets/dropdown.cpp
#	src/widgets/road_widget.h
2023-12-17 00:37:16 +00:00
..
alloc_func.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
alloc_func.hpp Cleanup: Unused alloca definitions and includes 2023-04-15 16:57:00 +01:00
alloc_type.hpp Sprite cache: Allow caching only required subset of sprite zoom levels 2023-08-22 22:16:04 +01:00
arena_alloc.hpp Formatting: Fix indentation of public/private specifiers 2023-02-28 01:44:28 +00:00
backup_type.hpp Add mode to AutoRestoreBackup to not change backed up value 2023-02-15 22:02:23 +00:00
bitmath_func.cpp Use bitmath builtins for FindLastBit 2023-08-18 13:38:39 +01:00
bitmath_func.hpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
checksum_func.hpp Include company infrastructure totals in state checksum 2022-11-13 11:53:16 +00:00
CMakeLists.txt Ring buffer: Use as backing for std::queue uses 2023-08-19 15:28:45 +01:00
container_func.hpp Merge branch 'master' into jgrpp 2023-07-02 12:02:36 +01:00
dyn_arena_alloc.hpp Formatting: Fix indentation of public/private specifiers 2023-02-28 01:44:28 +00:00
endian_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
endian_type.hpp
enum_type.hpp Merge branch 'master' into jgrpp 2023-05-26 20:08:05 +01:00
format.hpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
geometry_func.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
geometry_func.hpp
geometry_type.hpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
hash_func.hpp Add a simple 32 bit to 32 bit hash function (MurmurHash3) 2022-06-13 01:08:03 +01:00
kdtree.hpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
math_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
math_func.hpp Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
mem_func.hpp Codechange: Use std::reverse instead of custom implementation. (#10918) 2023-06-03 23:25:01 +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: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
pod_pool.hpp Formatting: Fix indentation of public/private specifiers 2023-02-28 01:44:28 +00:00
pool_func.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
pool_func.hpp Fix assert ifdefs in src/core/poll_func.hpp 2023-12-01 21:35:01 +00:00
pool_type.hpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
random_func.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
random_func.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
ring_buffer_queue.hpp Ring buffer: Use as backing for std::queue uses 2023-08-19 15:28:45 +01:00
ring_buffer.hpp Fix narrowing conversion warning in ring_buffer.hpp 2023-11-09 20:30:03 +00:00
serialisation.cpp Fix some unused variable warnings when asserts are disabled 2023-11-20 23:59:08 +00:00
serialisation.hpp Serialisation: Add view/span variants of binary receive methods 2023-06-15 20:56:15 +01:00
smallstack_type.hpp Add various missing includes 2023-07-03 23:44:54 +01:00
span_type.hpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
tinystring_type.hpp
y_combinator.hpp Util: Add a y-combinator template class 2022-06-01 22:34:06 +01:00