index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdafx.h
Age
Commit message (
Expand
)
Author
2021-04-11
Fix: clang-cl build (#9018)
Wim Leflere
2021-04-07
Codechange: Remove the now meaningless console_cp parameter from OTTD2FS
Niels Martin Hansen
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2021-02-23
Codechange: Switch to explicit wide strings
Niels Martin Hansen
2021-02-20
Fix: [Cygwin] Fix missing uint definition
Joe Stringer
2021-02-14
Codechange: [Win32] Increase SDK version for 32-bit target.
Michael Lutz
2021-02-13
Codechange: Remove all remaining uses of cpp_offset.
Michael Lutz
2021-01-08
Revert c1fddb9, 639cfa4: "Codechange: Check if access __attribute__ is suppor...
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-08
Codechange: Check if access __attribute__ is supported before trying to use it.
milek7
2021-01-08
Codechange: Use access __attribute__ to silence warnings in GCC
milek7
2021-01-02
Codechange: Drop libxdg-basedir dependency in favour of finding the directori...
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-27
Codechange: Enable FINAL, (un)likely, __attribute__ when building with clang
Jonathan G Rennison
2020-12-27
Codechange: Use likely/__builtin_expect for assertion macros
Jonathan G Rennison
2020-12-27
Codechange: Add support for verbose asserts
Jonathan G Rennison
2020-12-27
Codechange: Unconditionally use static_assert
Jonathan G Rennison
2020-12-27
Cleanup: Remove unnecessary assert_tcompile macro
Charles Pigott
2020-07-03
Fix: Globally apply preprocessor directive coding style
TechGeekNZ
2020-06-18
Fix: Silence some warnings when building with clang-cl on VS 2019
Niels Martin Hansen
2020-06-05
Add: introduce CMake for project management
Patric Stout
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
[next]