Thu, 28 Mar 2013 21:56:20 +0100 |
Michael Lutz |
-Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
draft
|
Thu, 28 Mar 2013 02:41:43 +0100 |
Michael Lutz |
-Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
draft
|
Sat, 30 Mar 2013 13:50:46 +0000 |
michi_cc |
(svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h.
draft
|
Sun, 20 Jan 2013 15:02:28 +0000 |
frosch |
(svn r24926) -Fix [FS#5373]: Check integer min/max macros individually, and define them if missing.
draft
|
Mon, 03 Dec 2012 22:08:03 +0000 |
michi_cc |
(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.
draft
|
Thu, 19 Jul 2012 19:06:27 +0000 |
michi_cc |
(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.
draft
|
Tue, 20 Dec 2011 17:57:56 +0000 |
truebrain |
(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)
draft
|
Sun, 18 Dec 2011 17:17:18 +0000 |
smatz |
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
draft
|
Sat, 12 Nov 2011 13:00:29 +0000 |
rubidium |
(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
draft
|
Sat, 03 Sep 2011 12:45:45 +0000 |
frosch |
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
draft
|
Fri, 02 Sep 2011 20:54:51 +0000 |
michi_cc |
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
draft
|
Thu, 03 Mar 2011 20:59:59 +0000 |
alberth |
(svn r22171) -Add: Add settings generator program.
draft
|
Wed, 09 Feb 2011 18:55:51 +0000 |
smatz |
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
draft
|
Fri, 31 Dec 2010 16:13:34 +0000 |
glx |
(svn r21680) -Fix (r21656): of course MSVC complains
draft
|
Tue, 18 May 2010 21:17:25 +0000 |
rubidium |
(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect
draft
|
Tue, 11 May 2010 20:44:58 +0000 |
glx |
(svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE
draft
|
Mon, 10 May 2010 17:11:24 +0000 |
rubidium |
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
draft
|
Mon, 10 May 2010 09:43:49 +0000 |
rubidium |
(svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists
draft
|
Fri, 23 Apr 2010 14:56:14 +0000 |
rubidium |
(svn r19698) -Add: macros to get the size/length of a variable within a class
draft
|
Mon, 12 Apr 2010 14:12:47 +0000 |
smatz |
(svn r19614) -Codechange: "it's" => "its" where appropriate
draft
|
Sun, 11 Apr 2010 15:43:54 +0000 |
frosch |
(svn r19604) -Codechange: Reintroduce assert_tcompile().
draft
|
Tue, 06 Apr 2010 23:45:10 +0000 |
yexo |
(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword
draft
|
Sat, 06 Mar 2010 15:30:40 +0000 |
yexo |
(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h
draft
|
Thu, 25 Feb 2010 13:06:00 +0000 |
rubidium |
(svn r19248) -Fix: DOS 'port' did not compile anymore
draft
|
Sat, 20 Feb 2010 22:58:25 +0000 |
rubidium |
(svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC.
draft
|
Mon, 18 Jan 2010 15:41:38 +0000 |
rubidium |
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv
draft
|
Fri, 13 Nov 2009 15:53:51 +0000 |
smatz |
(svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile()
draft
|
Wed, 11 Nov 2009 21:15:58 +0000 |
rubidium |
(svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'.
draft
|
Sun, 18 Oct 2009 20:26:29 +0000 |
frosch |
(svn r17810) -Codechange/Fix: Add assert_tcompile() and use it.
draft
|
Sun, 04 Oct 2009 21:08:30 +0000 |
michi_cc |
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
draft
|