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
Patric Stout f52e5a4d61 Fix: warnings when compiling with DJGPP
This was most likely broken for months, if not years.
5 years ago
..
alloc_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
alloc_func.hpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
alloc_type.hpp Codechange: removed some left-behind __NDS__ references 5 years ago
backup_type.hpp Fix: Some spelling errors in printed messages 6 years ago
bitmath_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
bitmath_func.hpp Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits. 6 years ago
endian_func.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
endian_type.hpp Fix: warnings when compiling with DJGPP 5 years ago
enum_type.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
geometry_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
geometry_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_type.hpp Remove: MorphOS / AmigaOS support 5 years ago
math_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
math_func.hpp Fix: Round up deltas for smooth scrolling, so target will be reached 6 years ago
mem_func.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
multimap.hpp (svn r25348) -Add: multimap implementation with guaranteed order between equal keys 11 years ago
overflowsafe_type.hpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
pool_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
pool_func.hpp Change: Use SlErrorCorrupt() on pool index error when loading a savegame, instead of terminating. (#7219) 5 years ago
pool_type.hpp (svn r26333) -Fix: Compilation without static_assert. 11 years ago
random_func.cpp (svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug. 10 years ago
random_func.hpp Fix: Grammar in a bunch of comments (#7054) 6 years ago
smallmap_type.hpp (svn r24741) -Add: Const-methods to SmallMap. 12 years ago
smallmatrix_type.hpp Doc: Lots and lots of doxymentation fixes 6 years ago
smallstack_type.hpp Fix: Remove need to instantiate SmallStack's pool object by making it a singleton method 6 years ago
smallvec_type.hpp Codechange: Add functions to insert and extract an element at a specific position in a SmallVec. 6 years ago
sort_func.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
string_compare_type.hpp (svn r22411) -Document: another bunch of bits 13 years ago