summaryrefslogtreecommitdiff
path: root/src/stdafx.h
AgeCommit message (Expand)Author
2009-11-13(svn r18057) -Codechange: replace assert_compile() by new one which works wit...smatz
2009-11-11(svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "n...rubidium
2009-10-18(svn r17810) -Codechange/Fix: Add assert_tcompile() and use it.frosch
2009-10-04(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common C...michi_cc
2009-09-21(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib an...rubidium
2009-09-07(svn r17465) -Codechange: use builtin static_assert() for assert_compile() if...smatz
2009-09-07(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ...rubidium
2009-09-07(svn r17450) -Codechange: refactor the windows crash logger so parts of it ca...rubidium
2009-09-03(svn r17410) -Codechange: use the same define for determining whether windows...rubidium
2009-09-01(svn r17358) -Fix: compilation was broken for gcc older than 3.4smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-19(svn r17219) -Cleanup: remove a lot of unused string codeyexo
2009-07-14(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too...rubidium
2009-07-01(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't wa...smatz
2009-06-01(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD f...smatz
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-03-29(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the ...rubidium
2009-03-14(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before def...glx
2009-03-14(svn r15706) -Fix: Make sure the filename passed to unlink() is always in fil...michi_cc
2009-01-30(svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versio...smatz
2009-01-25(svn r15275) -Fix: SDL adds _GNU_SOURCE to the defined macros even when the c...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-11-26(svn r14636) -Add: DOS port of OpenTTD, without network support though.rubidium
2008-11-26(svn r14635) -Change: use S_ISDIR/S_ISREG as x & S_IFREG always results false...rubidium
2008-11-02(svn r14553) -Doc: Add some doxygen commentsskidd13
2008-08-24(svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist o...glx
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 compilersglx
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 placeskidd13
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 commentglx
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 tabsskidd13
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13