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 d0122644af (svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker) 15 years ago
..
alloc_func.cpp
alloc_func.hpp
alloc_type.hpp (svn r18042) -Cleanup: remove some stale comments 15 years ago
bitmath_func.cpp
bitmath_func.hpp (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
endian_func.hpp
endian_type.hpp
enum_type.hpp
geometry_func.cpp
geometry_func.hpp
geometry_type.hpp
math_func.cpp
math_func.hpp (svn r18508) -Fix [FS#3372]: if a rail station class had less data than capacity it would try to set a negative position 15 years ago
mem_func.hpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
overflowsafe_type.hpp
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 r19125) -Fix (r18809): Compiling with desync-debug failed. 15 years ago
random_func.hpp (svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker) 15 years ago
smallmap_type.hpp (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
smallvec_type.hpp (svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about 15 years ago
sort_func.hpp (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
string_compare_type.hpp