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 aa4ccab6a8 (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool 15 years ago
..
alloc_func.cpp (svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions 15 years ago
alloc_func.hpp (svn r15291) -Cleanup: Move the station list widgets to their class from station_gui.h 16 years ago
alloc_type.hpp (svn r15649) -Fix (r15556): don't unnecessarily reallocate 16 years ago
bitmath_func.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
bitmath_func.hpp (svn r16498) -Codechange: Remove hardly used HASBITS. 15 years ago
endian_func.hpp (svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header 16 years ago
endian_type.hpp (svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header 16 years ago
enum_type.hpp (svn r16736) -Codechange: give some station enums a name and use that instead of 'byte'. 15 years ago
geometry_func.cpp (svn r16684) -Codechange: Add maxdim function for Dimension struct. 15 years ago
geometry_func.hpp (svn r16684) -Codechange: Add maxdim function for Dimension struct. 15 years ago
geometry_type.hpp (svn r16677) -Codechange: Dimension width and height are unsigned. 15 years ago
math_func.cpp (svn r15777) -Add: helper functions to get the least common multiple and the greatest common divisor (Alberth) 15 years ago
math_func.hpp (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function 15 years ago
mem_func.hpp (svn r16356) -Codechange: use 'size_t' instead of 'uint' as parameter of functions in mem_func.hpp 15 years ago
overflowsafe_type.hpp (svn r16130) -Fix [FS#2855]: the overflowsafe type didn't like dividing by int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs. 15 years ago
pool_func.hpp (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool 15 years ago
pool_type.hpp (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool 15 years ago
random_func.cpp (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 15 years ago
random_func.hpp (svn r16305) -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions. 15 years ago
smallmap_type.hpp (svn r15447) -Codechange: void functions don't tend to return true if and only if anyway 16 years ago
smallvec_type.hpp (svn r15931) -Codechange: let the host and ban lists use of SmallVector. 15 years ago
sort_func.hpp (svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead) 16 years ago
string_compare_type.hpp (svn r15324) -Codechange: unify the class used for comparing of strings for std::map 16 years ago