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
Jonathan G Rennison 191afd93c1 Merge branch 'save_ext' into jgrpp
# Conflicts:
#	src/lang/english.txt
#	src/lang/german.txt
#	src/lang/korean.txt
#	src/settings.cpp
#	src/station_cmd.cpp
#	src/table/settings.ini
#	src/vehicle_base.h
#	src/widgets/dropdown.cpp
6 years ago
..
alloc_func.cpp
alloc_func.hpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
alloc_type.hpp
backup_type.hpp Fix: Some spelling errors in printed messages 7 years ago
bitmath_func.cpp
bitmath_func.hpp Merge branch 'master' into cpp-11 6 years ago
container_func.hpp Fix includes and header guards of container functions. 8 years ago
dyn_arena_alloc.hpp Add missing include guard for dyn arena alloc header. 8 years ago
endian_func.hpp Add 64 bit byte swapping function 6 years ago
endian_type.hpp Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32 6 years ago
enum_type.hpp
geometry_func.cpp
geometry_func.hpp
geometry_type.hpp Adjust typenames of ConvertRect to avoid name collisions 7 years ago
math_func.cpp
math_func.hpp Merge branch 'save_ext' into jgrpp 6 years ago
mem_func.hpp
multimap.hpp
overflowsafe_type.hpp Fix undefined behaviour when left-shifting negative values by casting to unsigned 6 years ago
pool_func.cpp
pool_func.hpp Add a PreCleanPool() static method to pool item types. 8 years ago
pool_type.hpp Merge branch 'cpp-11' into crashlog_improvements 7 years ago
random_func.cpp
random_func.hpp Fix: Grammar in a bunch of comments (#7054) 6 years ago
smallmap_type.hpp
smallmatrix_type.hpp Doc: Lots and lots of doxymentation fixes 6 years ago
smallstack_type.hpp Merge branch 'save_ext' into cargo_type_order 6 years ago
smallvec_type.hpp Codechange: Add functions to insert and extract an element at a specific position in a SmallVec. 7 years ago
sort_func.hpp
string_compare_type.hpp