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
rubidium 7ec7cf2435 (svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings. 15 years ago
..
alloc_func.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
alloc_func.hpp (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
alloc_type.hpp (svn r18042) -Cleanup: remove some stale comments 15 years ago
bitmath_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bitmath_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
endian_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
endian_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
enum_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
math_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
math_func.hpp (svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings. 15 years ago
mem_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
overflowsafe_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
pool_func.hpp (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 15 years ago
pool_type.hpp (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 15 years ago
random_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
random_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
smallmap_type.hpp (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
smallvec_type.hpp (svn r17541) -Feature: Filtering in Add-NewGRF dialog. 15 years ago
sort_func.hpp (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs 15 years ago
string_compare_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago