Age | Commit message (Expand) | Author |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-10-07 | Fix: [Cygwin] Fix missing definitions in stdafx | Joe Stringer |
2019-06-03 | Fix: vcpkg used to patch lzma.h to define LZMA_API_STATIC for static builds (... | glx22 |
2019-05-01 | Fix #7553: check bounds when loading strings (#7554) | glx22 |
2019-04-09 | Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text... | Michael Lutz |
2019-03-19 | Remove: DOS support | Patric Stout |
2019-03-05 | Fix: warnings when compiling for a recent version of Haiku | Patric Stout |
2019-03-05 | Remove: BeOS support (deprecated by Haiku) | Patric Stout |
2019-03-05 | Codechange: removed some left-behind __NDS__ references | Patric Stout |
2019-03-05 | Remove: MorphOS / AmigaOS support | Patric Stout |
2018-12-27 | Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ... | glx |
2018-12-26 | Change: use vcpkg integration in Visual Studio | glx |
2018-07-19 | Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ... | Charles Pigott |
2018-04-29 | Remove: WinCE support | Patric Stout |
2018-04-29 | Remove: PSP support | Patric Stout |
2018-04-11 | Codechange: Simplify C++11 check for assert_compile | Charles Pigott |
2017-09-24 | (svn r27916) -Codechange: Enable usage of static_assert for MSVC | frosch |
2017-08-13 | (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) | frosch |
2015-08-10 | (svn r27380) -Fix: [Win32] Compilation with MSVC2015. | michi_cc |
2015-01-02 | (svn r27109) -Fix (r27102): MinGW compilation | rubidium |
2015-01-01 | (svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ... | rubidium |
2014-10-25 | (svn r27040) -Fix: Don't use GCC diagnostic push/pop if unsupported | fonsinchen |
2014-09-25 | (svn r26922) -Fix: Include strings.h on HAIKU for strcasecmp. Some platforms ... | frosch |
2014-09-06 | (svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD | rubidium |
2014-09-06 | (svn r26769) -Codechange [Squirrel]: remove the difference between some platf... | rubidium |
2014-04-25 | (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the... | rubidium |
2014-04-24 | (svn r26500) -Cleanup: remove unused snprintf implementation | rubidium |
2014-01-05 | (svn r26226) -Fix (r26212): Compilation in visual studio 2008 failed | zuu |
2014-01-03 | (svn r26223) -Codechange: Silence some compile warnings about unititialized v... | planetmaker |
2013-08-05 | (svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below ... | michi_cc |
2013-08-05 | (svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is no... | michi_cc |
2013-03-30 | (svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h. | michi_cc |
2013-01-20 | (svn r24926) -Fix [FS#5373]: Check integer min/max macros individually, and d... | frosch |
2012-12-03 | (svn r24782) -Codechange: [Win32] Disable MSVC warning about using 'this' in ... | michi_cc |
2012-07-19 | (svn r24416) -Fix [FS#5231]: [Win32] Unbreak NewGRF MD5 sum calculation. Macr... | michi_cc |
2011-12-20 | (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o... | truebrain |
2011-12-18 | (svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou... | smatz |
2011-11-12 | (svn r23198) -Codechange: introduce a free that takes const pointers so we do... | rubidium |
2011-09-03 | (svn r22881) -Fix (r22875): GCC warnings on 64bit systems. | frosch |
2011-09-02 | (svn r22875) -Codechange: Add some asserts and checks to better prevent overf... | michi_cc |
2011-03-03 | (svn r22171) -Add: Add settings generator program. | alberth |
2011-02-09 | (svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateIte... | smatz |
2010-12-31 | (svn r21680) -Fix (r21656): of course MSVC complains | glx |
2010-05-18 | (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version ... | rubidium |
2010-05-11 | (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE | glx |
2010-05-10 | (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) | rubidium |
2010-05-10 | (svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windo... | rubidium |
2010-04-23 | (svn r19698) -Add: macros to get the size/length of a variable within a class | rubidium |
2010-04-12 | (svn r19614) -Codechange: "it's" => "its" where appropriate | smatz |
2010-04-11 | (svn r19604) -Codechange: Reintroduce assert_tcompile(). | frosch |