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
2008-06-05
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...
glx
2008-05-27
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
rubidium
2008-05-16
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
glx
2008-05-06
(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-30
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
rubidium
2008-04-18
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw...
smatz
2008-04-18
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...
rubidium
2008-04-04
(svn r12573) -Codechange: use defined constants instead of numbers in math_fu...
smatz
2008-04-04
(svn r12571) -Fix: MorphOS misses INT16_MAX/INT16_MIN.
rubidium
2008-03-05
(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.
skidd13
2008-01-24
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken ...
rubidium
2008-01-21
(svn r11939) -Codechange: some type fixes and very initial steps into support...
rubidium
2008-01-15
(svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the ex...
glx
2008-01-07
(svn r11772) -Change: add some extra checking in the hope to find the cause o...
glx
2007-12-25
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
rubidium
2007-12-23
(svn r11687) -Codechange: move some defines to a better place
skidd13
2007-12-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-09
(svn r11611) -Codechange: it is now possible to use a define to enable assert...
glx
2007-12-09
(svn r11610) -Cleanup (r8572): remove orphan comment
glx
2007-12-09
(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the ex...
rubidium
2007-12-06
(svn r11584) -Change: add some extra checking in the hope to find the cause o...
rubidium
2007-12-02
(svn r11563) -Codechange: Align the preprocessor code in stdafx.h with tabs
skidd13
2007-11-19
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
skidd13
2007-11-18
(svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compi...
rubidium
2007-10-21
(svn r11325) -Fix (r11312)[FS#1357]: [OSX] fixed compilation on OSX
bjarni
2007-08-03
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or an...
truelight
2007-07-18
(svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't l...
glx
2007-07-17
(svn r10605) -Fix [FS#1046]: also OpenBSD does not know wchar. Patch by Matth...
rubidium
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-14
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wch...
rubidium
2007-07-04
(svn r10428) -Fix: some more VC code analyzer warnings disabled
KUDr
2007-07-03
(svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8
KUDr
2007-06-23
(svn r10292) -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning ...
KUDr
2007-06-19
(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
rubidium
2007-06-17
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
rubidium
2007-06-17
(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...
rubidium
2007-06-08
(svn r10073) -Codechange: make the NewGRF paths in the config file without an...
rubidium
2007-05-17
(svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed f...
glx
2007-05-17
(svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's e...
rubidium
2007-05-15
(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is ...
rubidium
2007-04-21
(svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives...
truelight
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-04-04
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...
belugas
2007-03-10
(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric...
KUDr
2007-03-09
(svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_li...
KUDr
2007-03-07
(svn r9055) -Codechange: Change windows unicode handling and allow a pure non...
Darkvater
2007-03-06
(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttyp...
rubidium
2007-03-02
(svn r8974) -Fix: [win32] Define a win32 target platform ourselves so that we...
Darkvater
2007-02-19
(svn r8818) -Codechange: remove the #ifdef _cplusplus remnants.
rubidium
[next]