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.
2021-12-16 22:28:32 +01:00
..
alloc_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
alloc_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
alloc_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
backup_type.hpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
bitmath_func.cpp Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744) 2021-12-12 17:35:41 +01:00
bitmath_func.hpp Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. (#9744) 2021-12-12 17:35:41 +01:00
CMakeLists.txt Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
endian_func.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
endian_type.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
enum_type.hpp Codechange: Declare our custom enum operators as constexpr. 2021-12-16 22:28:32 +01:00
geometry_func.cpp Fix: [SDL2] simplify what to redraw to prevent tearing (#8685) 2021-02-17 21:19:32 +01:00
geometry_func.hpp Fix: [SDL2] simplify what to redraw to prevent tearing (#8685) 2021-02-17 21:19:32 +01:00
geometry_type.hpp Cleanup: Replace single-use Pair struct with std::pair. 2021-04-21 21:39:00 +02:00
kdtree.hpp Codechange: pass large parameter by reference instead of value, especially in a recursive function 2021-05-27 18:30:56 +02:00
math_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
math_func.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
mem_func.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
multimap.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
overflowsafe_type.hpp Cleanup: Fix typo in overflowsafe_type comment 2021-11-09 20:51:38 +01:00
pool_func.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
pool_func.hpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 2021-06-03 17:30:00 +02:00
pool_type.hpp Fix 68f2213: Don't use GetPoolSize() for end of pool iterator (#9461) 2021-08-10 19:03:15 +02:00
random_func.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
random_func.hpp Fix: Globally apply preprocessor directive coding style 2020-07-03 09:08:46 +02:00
smallmap_type.hpp Codechange: Make use of the improved C++17 emplace_back function. 2020-12-15 00:29:30 +01:00
smallmatrix_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
smallstack_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
smallvec_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
span_type.hpp Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
string_compare_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
strong_typedef_type.hpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00