Wed, 17 Feb 2010 16:45:55 +0000 |
rubidium |
(svn r19151) -Codechange [FS#3625]: Move home directory to a better place in Haiku (jrepan)
draft
|
Sat, 13 Feb 2010 00:20:19 +0000 |
rubidium |
(svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler
draft
|
Sat, 13 Feb 2010 00:00:47 +0000 |
rubidium |
(svn r19115) -Document: --with-ccache and --with-distcc in configure
draft
|
Fri, 12 Feb 2010 18:45:34 +0000 |
rubidium |
(svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it
draft
|
Fri, 12 Feb 2010 18:41:46 +0000 |
rubidium |
(svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too
draft
|
Wed, 10 Feb 2010 16:24:05 +0000 |
rubidium |
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel
draft
|
Fri, 05 Feb 2010 16:20:04 +0000 |
rubidium |
(svn r19018) -Change: [Makefile] Make test an alias for regression, distclean an alias for mrproper and update mrproper to really delete all generated files/directories.
draft
|
Sun, 17 Jan 2010 16:39:58 +0000 |
rubidium |
(svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect libtimidity anymore (hannibal218bc)
draft
|
Sun, 10 Jan 2010 13:12:34 +0000 |
rubidium |
(svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed.
draft
|
Thu, 10 Dec 2009 00:17:00 +0000 |
smatz |
(svn r18451) -Fix (r18360): LDFLAGS could contain different compiler flags than CFLAGS when compiling strgen (Rubidium)
draft
|
Tue, 01 Dec 2009 20:53:13 +0000 |
rubidium |
(svn r18360) -Add: configure 'support' for GCC's LTO and ICC's IPO
draft
|
Tue, 17 Nov 2009 18:01:05 +0000 |
rubidium |
(svn r18147) -Add: experimental option to try to statically link to libicu
draft
|
Thu, 12 Nov 2009 21:07:55 +0000 |
rubidium |
(svn r18055) -Fix (r18045): ICC warning
draft
|
Sat, 31 Oct 2009 15:26:07 +0000 |
rubidium |
(svn r17923) -Feature: "port" OpenTTD to GNU/Hurd
draft
|
Sat, 17 Oct 2009 22:36:43 +0000 |
michi_cc |
(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.
draft
|
Sun, 04 Oct 2009 21:24:09 +0000 |
michi_cc |
(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.
draft
|
Sun, 04 Oct 2009 20:53:26 +0000 |
michi_cc |
(svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to actually try different SDK versions and use the best SDK for each universal target.
draft
|
Sun, 04 Oct 2009 20:53:22 +0000 |
michi_cc |
(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases.
draft
|
Thu, 24 Sep 2009 21:27:19 +0000 |
rubidium |
(svn r17632) -Change: enable the uninitialized variables warning (or actually undisable)
draft
|
Mon, 21 Sep 2009 18:36:33 +0000 |
rubidium |
(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
draft
|
Mon, 21 Sep 2009 15:47:28 +0000 |
smatz |
(svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler
draft
|
Tue, 08 Sep 2009 15:42:14 +0000 |
rubidium |
(svn r17476) -Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space
draft
|
Tue, 08 Sep 2009 14:49:36 +0000 |
rubidium |
(svn r17474) -Fix: in some cases compilation failed because the search path for ICU wasn't added to the ldflags
draft
|
Mon, 07 Sep 2009 21:45:26 +0000 |
smatz |
(svn r17468) -Fix (r17464): mingw compilation was broken
draft
|
Mon, 07 Sep 2009 21:01:24 +0000 |
smatz |
(svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0
draft
|
Mon, 07 Sep 2009 20:14:56 +0000 |
smatz |
(svn r17462) -Cleanup: remove unused variables
draft
|
Mon, 07 Sep 2009 17:23:17 +0000 |
smatz |
(svn r17457) -Codechange: convert icc version to number so it can be compared more easily
draft
|
Mon, 07 Sep 2009 12:14:45 +0000 |
rubidium |
(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations
draft
|
Fri, 21 Aug 2009 21:21:09 +0000 |
glx |
(svn r17249) -Fix: MinGW gcc 4.4.0 dynamically links with libgcc_s_dw2-1.dll by default. Prevent this so strgen.exe build with MinGW can be run on a system without MinGW installed. (Note: openttd.exe is not affected by this behaviour as -static is used by default for it)
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Sat, 01 Aug 2009 16:57:30 +0000 |
rubidium |
(svn r17026) -Fix [FS#3076]: "[bd]ash"-ism in configure
draft
|
Tue, 14 Jul 2009 17:16:32 +0000 |
rubidium |
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
draft
|
Mon, 13 Jul 2009 23:12:34 +0000 |
rubidium |
(svn r16824) -Fix [FS#2989] (r16294): Mac OS X 10.4 with Xcode 2.5 wouldn't be detected as having Xcode 2.5 or newer. Based on a patch by ln.
draft
|
Mon, 13 Jul 2009 23:08:03 +0000 |
rubidium |
(svn r16823) -Cleanup: use cxx_host instead of cc_host where possible; cc_host is there only for working around a few stupid compilers.
draft
|
Mon, 13 Jul 2009 23:07:11 +0000 |
rubidium |
(svn r16822) -Cleanup: remove the "a PPC bool is four bytes in C++ so it needs to be that big in C too" hack
draft
|
Mon, 22 Jun 2009 20:38:10 +0000 |
rubidium |
(svn r16626) -Change: split the part of config.lib that generates the 'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check.
draft
|
Mon, 22 Jun 2009 20:22:04 +0000 |
rubidium |
(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all
draft
|
Tue, 13 May 2008 21:32:59 +0200 |
Michael Lutz |
Added initial empty framework for the OpenAL sound driver.
draft
|
Mon, 01 Jun 2009 11:49:46 +0000 |
smatz |
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
draft
|
Mon, 25 May 2009 19:30:37 +0000 |
smatz |
(svn r16424) -Codechange: warn about casting-out 'const' only when using gcc4+, older versions give many useless false positives
draft
|
Sun, 24 May 2009 21:09:00 +0000 |
rubidium |
(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.
draft
|
Sat, 16 May 2009 12:36:33 +0000 |
rubidium |
(svn r16318) -Change: use !! instead of @@ in src/*.in too.
draft
|
Fri, 15 May 2009 17:35:54 +0000 |
rubidium |
(svn r16313) -Fix: also pass the minimum MacOSX version and some other binary type dependend flags to g++ to get the defines for (make)depend
draft
|
Thu, 14 May 2009 21:59:24 +0000 |
glx |
(svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend.
draft
|
Wed, 13 May 2009 17:46:41 +0000 |
rubidium |
(svn r16298) -Change: silence some pointless/unsolveable ICC warnings/remarks (multicharacter character literal potential unportable/autovectorised this loop)
draft
|
Wed, 13 May 2009 12:57:17 +0000 |
rubidium |
(svn r16294) -Fix-ish [FS#2894]: check for a recent enough (supported) version of the XCode SDK, i.e. 2.5 or higher. Older XCode SDKs miss constants used by OpenTTD.
draft
|
Wed, 13 May 2009 12:54:46 +0000 |
rubidium |
(svn r16293) -Fix: more uses of # in seds, which can cause trouble according to FS#2350.
draft
|
Sun, 03 May 2009 15:46:36 +0000 |
rubidium |
(svn r16221) -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries.
draft
|
Sun, 26 Apr 2009 16:03:50 +0000 |
glx |
(svn r16164) -Fix: make dependencies checking more accurate by using compiler's built-in defines
draft
|
Sun, 12 Apr 2009 01:10:06 +0000 |
rubidium |
(svn r16035) -Fix: dash wasn't able to run iconv detection
draft
|
Tue, 03 Feb 2009 22:42:42 +0000 |
rubidium |
(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC).
draft
|
Sun, 25 Jan 2009 22:51:59 +0000 |
rubidium |
(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...
draft
|
Mon, 12 Jan 2009 18:05:24 +0000 |
truebrain |
(svn r15035) -Fix (r15027): if case people don't use SVN (which we advise), they do not receive src/3rdparty/squirrel automaticly. Warn when not found, and advise what to do (this to avoid stupid users like yorick get all confused and agressive)
draft
|
Mon, 12 Jan 2009 17:11:45 +0000 |
truebrain |
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
draft
|
Wed, 07 Jan 2009 13:25:10 +0000 |
rubidium |
(svn r14888) -Change/Fix: don't make makedepend look in whatever's included for headers; it takes ages *and* it will not find all headers anyways as they are placed in locations where only the compiler can easily find them
draft
|
Mon, 29 Dec 2008 21:50:25 +0000 |
rubidium |
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.
draft
|
Thu, 18 Dec 2008 12:23:08 +0000 |
rubidium |
(svn r14689) -Change: make configure die on commonly made user mistakes, like not having SDL development files or zlib headers installed; you can still compile a dedicated server or a binary without zlib, but you have to explicitly force it.
draft
|
Wed, 17 Dec 2008 23:12:35 +0000 |
rubidium |
(svn r14688) -Change: silence the "command not found" error when trying to find the svn/git/hg binary.
draft
|
Wed, 17 Dec 2008 23:08:11 +0000 |
rubidium |
(svn r14687) -Change: log all configure errors to config.log
draft
|
Sun, 07 Dec 2008 12:41:20 +0000 |
truebrain |
(svn r14661) -Fix r14659: oops, forgot to escape '?' ;)
draft
|