rubidium
|
6f0d8acf55
|
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
|
2009-07-14 17:16:32 +00:00 |
|
smatz
|
fe57925910
|
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function
|
2009-07-01 21:29:03 +00:00 |
|
smatz
|
93c5300fc5
|
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function
|
2009-07-01 21:29:03 +00:00 |
|
smatz
|
d091c7d80f
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
c03ce4b1c7
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
ce7dff4acc
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
smatz
|
f5316c5cbd
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
rubidium
|
6ceeb47c8b
|
(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes.
|
2009-03-29 19:55:08 +00:00 |
|
rubidium
|
8293be426c
|
(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes.
|
2009-03-29 19:55:08 +00:00 |
|
glx
|
81361189ca
|
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h.
|
2009-03-14 15:42:53 +00:00 |
|
glx
|
1692ce8312
|
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h.
|
2009-03-14 15:42:53 +00:00 |
|
michi_cc
|
968a2c95f8
|
(svn r15706) -Fix: Make sure the filename passed to unlink() is always in file system encoding.
|
2009-03-14 00:25:59 +00:00 |
|
michi_cc
|
b1479bec02
|
(svn r15706) -Fix: Make sure the filename passed to unlink() is always in file system encoding.
|
2009-03-14 00:25:59 +00:00 |
|
smatz
|
1dcbba1c2d
|
(svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough
|
2009-01-30 17:54:48 +00:00 |
|
smatz
|
df79660531
|
(svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough
|
2009-01-30 17:54:48 +00:00 |
|
rubidium
|
692aec71b1
|
(svn r15275) -Fix: SDL adds _GNU_SOURCE to the defined macros even when the compiler doesn't provide the functions promised when that define exists...
|
2009-01-25 22:51:59 +00:00 |
|
rubidium
|
450b9b7900
|
(svn r15275) -Fix: SDL adds _GNU_SOURCE to the defined macros even when the compiler doesn't provide the functions promised when that define exists...
|
2009-01-25 22:51:59 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
5dd4735da1
|
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
|
2008-11-26 13:12:45 +00:00 |
|
rubidium
|
a614dd7174
|
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
|
2008-11-26 13:12:45 +00:00 |
|
rubidium
|
b0a9ce2d9a
|
(svn r14635) -Change: use S_ISDIR/S_ISREG as x & S_IFREG always results false on platforms when S_IFREG is 0x0000.
|
2008-11-26 01:07:49 +00:00 |
|
rubidium
|
bb25748a9d
|
(svn r14635) -Change: use S_ISDIR/S_ISREG as x & S_IFREG always results false on platforms when S_IFREG is 0x0000.
|
2008-11-26 01:07:49 +00:00 |
|
skidd13
|
f1911b167a
|
(svn r14553) -Doc: Add some doxygen comments
|
2008-11-02 11:05:26 +00:00 |
|
skidd13
|
6043b4574e
|
(svn r14553) -Doc: Add some doxygen comments
|
2008-11-02 11:05:26 +00:00 |
|
glx
|
4bb40a7d44
|
(svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms
|
2008-08-24 17:02:21 +00:00 |
|
glx
|
2ddb86eea5
|
(svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms
|
2008-08-24 17:02:21 +00:00 |
|
glx
|
b60a1326bf
|
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
2008-06-05 20:54:52 +00:00 |
|
glx
|
ee256e770a
|
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
2008-06-05 20:54:52 +00:00 |
|
rubidium
|
33e18c236d
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
rubidium
|
5c5ee7eb57
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
glx
|
bbb9dafa32
|
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
|
2008-05-16 17:53:19 +00:00 |
|
glx
|
5ea41a57b8
|
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers
|
2008-05-16 17:53:19 +00:00 |
|
rubidium
|
c27f3cfa62
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|
rubidium
|
402a1e24ba
|
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
|
2008-05-06 22:17:12 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
f1820a5708
|
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
|
2008-04-30 07:39:46 +00:00 |
|
rubidium
|
4097d81323
|
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
|
2008-04-30 07:39:46 +00:00 |
|
smatz
|
3fe8c58257
|
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute
|
2008-04-18 21:33:21 +00:00 |
|
smatz
|
f32ecbcadb
|
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute
|
2008-04-18 21:33:21 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
smatz
|
c3399b6848
|
(svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp
|
2008-04-04 20:34:09 +00:00 |
|
smatz
|
fb379b522d
|
(svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp
|
2008-04-04 20:34:09 +00:00 |
|
rubidium
|
1db6c4d55e
|
(svn r12571) -Fix: MorphOS misses INT16_MAX/INT16_MIN.
|
2008-04-04 19:10:45 +00:00 |
|
rubidium
|
c5814a72ce
|
(svn r12571) -Fix: MorphOS misses INT16_MAX/INT16_MIN.
|
2008-04-04 19:10:45 +00:00 |
|
skidd13
|
5a98861958
|
(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.
|
2008-03-05 18:51:26 +00:00 |
|
skidd13
|
442efcffb0
|
(svn r12344) -Codechange: Check uint64 bitsize on compiletime too.
|
2008-03-05 18:51:26 +00:00 |
|
rubidium
|
f037d98ef4
|
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
2008-01-24 18:47:05 +00:00 |
|