michi_cc
|
b2d68431d5
|
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
|
2013-08-05 20:36:58 +00:00 |
|
michi_cc
|
b96ef5c758
|
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
|
2013-08-05 20:36:58 +00:00 |
|
michi_cc
|
66d9ded71f
|
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
|
2013-08-05 20:36:47 +00:00 |
|
michi_cc
|
e3648455aa
|
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
|
2013-08-05 20:36:47 +00:00 |
|
michi_cc
|
49988bc599
|
(svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h.
|
2013-03-30 13:50:46 +00:00 |
|
michi_cc
|
8ce21bb1c0
|
(svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h.
|
2013-03-30 13:50:46 +00:00 |
|
frosch
|
1644cd08b4
|
(svn r24926) -Fix [FS#5373]: Check integer min/max macros individually, and define them if missing.
|
2013-01-20 15:02:28 +00:00 |
|
frosch
|
f73e43818c
|
(svn r24926) -Fix [FS#5373]: Check integer min/max macros individually, and define them if missing.
|
2013-01-20 15:02:28 +00:00 |
|
michi_cc
|
44f9260ad4
|
(svn r24782) -Codechange: [Win32] Disable MSVC warning about using 'this' in a base member initializer list as we don't use it in any problematic way.
|
2012-12-03 22:08:03 +00:00 |
|
michi_cc
|
2caa80f751
|
(svn r24782) -Codechange: [Win32] Disable MSVC warning about using 'this' in a base member initializer list as we don't use it in any problematic way.
|
2012-12-03 22:08:03 +00:00 |
|
michi_cc
|
5bea1b3007
|
(svn r24416) -Fix [FS#5231]: [Win32] Unbreak NewGRF MD5 sum calculation. Macros and side effects don't mix, especially if there's some obscure '#define min' in a windows header that nobody thinks of.
|
2012-07-19 19:06:27 +00:00 |
|
michi_cc
|
1792c186c7
|
(svn r24416) -Fix [FS#5231]: [Win32] Unbreak NewGRF MD5 sum calculation. Macros and side effects don't mix, especially if there's some obscure '#define min' in a windows header that nobody thinks of.
|
2012-07-19 19:06:27 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
smatz
|
36747f96a6
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
smatz
|
33d283fdb1
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
rubidium
|
33d71b45fe
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
rubidium
|
7fd1e1df81
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
frosch
|
398ed7ebb8
|
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
|
2011-09-03 12:45:45 +00:00 |
|
frosch
|
5ccd091fd1
|
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
|
2011-09-03 12:45:45 +00:00 |
|
michi_cc
|
dcef62040f
|
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
|
2011-09-02 20:54:51 +00:00 |
|
michi_cc
|
f227e90c24
|
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
|
2011-09-02 20:54:51 +00:00 |
|
alberth
|
7a625aa7df
|
(svn r22171) -Add: Add settings generator program.
|
2011-03-03 20:59:59 +00:00 |
|
alberth
|
98d5302c63
|
(svn r22171) -Add: Add settings generator program.
|
2011-03-03 20:59:59 +00:00 |
|
smatz
|
817392c9b0
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
smatz
|
fbfb0ffbf2
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
glx
|
3da0c86304
|
(svn r21680) -Fix (r21656): of course MSVC complains
|
2010-12-31 16:13:34 +00:00 |
|
glx
|
aa7a587ca3
|
(svn r21680) -Fix (r21656): of course MSVC complains
|
2010-12-31 16:13:34 +00:00 |
|
rubidium
|
0a34d95374
|
(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect
|
2010-05-18 21:17:25 +00:00 |
|
rubidium
|
2de9e2d16b
|
(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect
|
2010-05-18 21:17:25 +00:00 |
|
glx
|
862321c62a
|
(svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE
|
2010-05-11 20:44:58 +00:00 |
|
glx
|
26bf9a13de
|
(svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE
|
2010-05-11 20:44:58 +00:00 |
|
rubidium
|
a06b3c0646
|
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
|
2010-05-10 17:11:24 +00:00 |
|
rubidium
|
a8fa3dd3ce
|
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
|
2010-05-10 17:11:24 +00:00 |
|
rubidium
|
fe63c484cb
|
(svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists
|
2010-05-10 09:43:49 +00:00 |
|
rubidium
|
369dedca89
|
(svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists
|
2010-05-10 09:43:49 +00:00 |
|
rubidium
|
d058df8828
|
(svn r19698) -Add: macros to get the size/length of a variable within a class
|
2010-04-23 14:56:14 +00:00 |
|
rubidium
|
f642c01fb4
|
(svn r19698) -Add: macros to get the size/length of a variable within a class
|
2010-04-23 14:56:14 +00:00 |
|
smatz
|
258b128a56
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
smatz
|
0ef33548c2
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
frosch
|
19e26fcb12
|
(svn r19604) -Codechange: Reintroduce assert_tcompile().
|
2010-04-11 15:43:54 +00:00 |
|
frosch
|
03c609f019
|
(svn r19604) -Codechange: Reintroduce assert_tcompile().
|
2010-04-11 15:43:54 +00:00 |
|
yexo
|
5d37ff11ba
|
(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword
|
2010-04-06 23:45:10 +00:00 |
|
yexo
|
705955b1e6
|
(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword
|
2010-04-06 23:45:10 +00:00 |
|
yexo
|
128ef7617d
|
(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h
|
2010-03-06 15:30:40 +00:00 |
|
yexo
|
0baa5ff944
|
(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h
|
2010-03-06 15:30:40 +00:00 |
|
rubidium
|
b893abb356
|
(svn r19248) -Fix: DOS 'port' did not compile anymore
|
2010-02-25 13:06:00 +00:00 |
|
rubidium
|
77214378ca
|
(svn r19248) -Fix: DOS 'port' did not compile anymore
|
2010-02-25 13:06:00 +00:00 |
|
rubidium
|
52047aef75
|
(svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC.
|
2010-02-20 22:58:25 +00:00 |
|
rubidium
|
e2adecd927
|
(svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC.
|
2010-02-20 22:58:25 +00:00 |
|