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 5ce38e4fdd (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
..
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 r17248) -Fix: add GPL license notice where appropriate 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 r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 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 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
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