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
smatz c3399b6848 (svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp 16 years ago
..
alloc_func.cpp (svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size 17 years ago
alloc_func.hpp (svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack). 16 years ago
bitmath_func.cpp (svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart. 17 years ago
bitmath_func.hpp (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp. 17 years ago
endian_func.hpp (svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly. 17 years ago
enum_type.hpp (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. 17 years ago
geometry_type.hpp (svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again. 17 years ago
math_func.hpp (svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp 16 years ago
overflowsafe_type.hpp (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. 17 years ago
random_func.cpp (svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future 16 years ago
random_func.hpp (svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future 16 years ago