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
Michael Lutz a05fd7aa50 Change: [Network] Transfer command data as serialized byte stream without fixed structure.
The data will be transmitted as the length followed by the serialized data. This allows the command
data to be different for every command type in the future.
3 years ago
..
CMakeLists.txt Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 3 years ago
alloc_func.cpp
alloc_func.hpp
alloc_type.hpp
backup_type.hpp
bitmath_func.cpp Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744) 3 years ago
bitmath_func.hpp Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744) 3 years ago
endian_func.hpp
endian_type.hpp
enum_type.hpp Codechange: Declare our custom enum operators as constexpr. 3 years ago
geometry_func.cpp
geometry_func.hpp
geometry_type.hpp
kdtree.hpp
math_func.cpp
math_func.hpp
mem_func.hpp
multimap.hpp
overflowsafe_type.hpp Cleanup: Fix typo in overflowsafe_type comment 3 years ago
pool_func.cpp
pool_func.hpp
pool_type.hpp
random_func.cpp
random_func.hpp
smallmap_type.hpp
smallmatrix_type.hpp
smallstack_type.hpp
smallvec_type.hpp
span_type.hpp Change: [Network] Transfer command data as serialized byte stream without fixed structure. 3 years ago
string_compare_type.hpp
strong_typedef_type.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 3 years ago