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 2fdcc52321 Merge branch 'save_ext' into jgrpp
# Conflicts:
#	Makefile.src.in
#	findversion.sh
#	projects/determineversion.vbs
#	src/lang/dutch.txt
#	src/lang/korean.txt
#	src/network/network.cpp
#	src/network/network_client.cpp
#	src/rail.cpp
#	src/rail_cmd.cpp
#	src/saveload/afterload.cpp
#	src/ship_cmd.cpp
#	src/toolbar_gui.cpp
#	src/vehicle.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 Where possible use compiler builtins for CountBits and FindFirstBit. 8 years ago
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 'master' into cpp-11 6 years ago
mem_func.hpp
multimap.hpp Add a template parameter for the inner container of MultiMap. 8 years ago
overflowsafe_type.hpp Fix undefined behaviour when left-shifting negative values by casting to unsigned 6 years ago
pool_func.cpp
pool_func.hpp Merge branch 'master' into cpp-11 6 years ago
pool_type.hpp Merge branch 'cpp-11' into crashlog_improvements 7 years ago
random_func.cpp Include tick skip counter in all desync debug output. 8 years ago
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