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
|
Sat, 06 Dec 2008 00:38:48 +0000 |
truebrain |
(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :)
draft
|
Sat, 29 Nov 2008 22:40:54 +0000 |
glx |
(svn r14644) -Fix: --with-direct-music handling could fail
draft
|
Wed, 26 Nov 2008 13:12:45 +0000 |
rubidium |
(svn r14636) -Add: DOS port of OpenTTD, without network support though.
draft
|
Tue, 25 Nov 2008 19:32:12 +0000 |
rubidium |
(svn r14630) -Add: support Allegro as video backend.
draft
|
Wed, 22 Oct 2008 20:20:08 +0000 |
rubidium |
(svn r14515) -Fix (r7759): iconv is included in glibc-2.1 and higher, so we don't need to link to a most likely non-existing libiconv in those situations.
draft
|
Sun, 19 Oct 2008 21:32:29 +0000 |
truebrain |
(svn r14497) -Fix: if freetype was not detected or disabled, skip fontconfig detection, unless explicit requested (on request by Rubidium)
draft
|
Sun, 19 Oct 2008 21:29:12 +0000 |
truebrain |
(svn r14496) -Fix: give a clear warning when people disable zlib (or when it wasn't detected), but keep on going nevertheless (on request by Rubidium)
draft
|
Sun, 19 Oct 2008 20:53:13 +0000 |
truebrain |
(svn r14495) -Change: don't use freetype, fontconfig and icu in case of building a dedicated server, unless explicit requested
draft
|
Fri, 17 Oct 2008 17:42:51 +0000 |
rubidium |
(svn r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD.
draft
|
Fri, 17 Oct 2008 17:14:09 +0000 |
rubidium |
(svn r14479) -Add: initial (optional) support for handling bidirectional scripts and connecting Arabic characters.
draft
|
Thu, 16 Oct 2008 12:19:24 +0000 |
truebrain |
(svn r14476) -Fix r14475: (no comment)
draft
|
Thu, 16 Oct 2008 11:33:17 +0000 |
truebrain |
(svn r14475) -Add: allow setting the name of the desktop item (follow-up on r14474)
draft
|
Thu, 16 Oct 2008 11:12:18 +0000 |
truebrain |
(svn r14474) -Add: allow --binary-name to set the name of the binary, icon, desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly
draft
|
Tue, 14 Oct 2008 19:47:28 +0000 |
smatz |
(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator, it could be understood in a wrong way by shell
draft
|
Mon, 06 Oct 2008 17:05:44 +0000 |
skidd13 |
(svn r14443) -Change: Unify the delimiters used in config* and make*
draft
|
Sun, 05 Oct 2008 11:52:24 +0000 |
rubidium |
(svn r14440) -Fix [FS#1802]: support for spaces in directories passed to ./configure.
draft
|
Sun, 28 Sep 2008 17:20:31 +0000 |
truebrain |
(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
draft
|
Thu, 04 Sep 2008 19:15:52 +0000 |
truebrain |
(svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))
draft
|
Tue, 02 Sep 2008 16:28:31 +0000 |
truebrain |
(svn r14227) -Fix [configure]: detect if we are in a new directory, and rerun configure in those cases. Should avoid confusion (idea by Eddi)
draft
|
Tue, 02 Sep 2008 15:59:21 +0000 |
truebrain |
(svn r14226) -Revert r13792: 'configure --help' failed when for example gcc wasn't detected .. not really what you expect. By the lack of imagination, a revert will have to do for now.
draft
|
Tue, 02 Sep 2008 15:56:31 +0000 |
truebrain |
(svn r14225) -Fix [configure]: make sure a dir exists if you want to write into it
draft
|
Tue, 02 Sep 2008 15:34:38 +0000 |
truebrain |
(svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD
draft
|
Fri, 29 Aug 2008 09:46:29 +0000 |
peter1138 |
(svn r14183) -Fix: "optimalization" is not a word
draft
|
Sun, 17 Aug 2008 09:47:02 +0000 |
rubidium |
(svn r14088) -Fix (r5994): librt isn't needed to be linked against explicitly as we don't use any functionality of it.
draft
|
Fri, 15 Aug 2008 19:18:55 +0000 |
glx |
(svn r14079) -Fix: misleading help in configure
draft
|
Thu, 31 Jul 2008 13:44:57 +0000 |
bjarni |
(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended
draft
|
Mon, 28 Jul 2008 23:10:26 +0000 |
smatz |
(svn r13863) -Fix (r13852): make the nightly compile again
draft
|
Sun, 27 Jul 2008 20:43:21 +0000 |
bjarni |
(svn r13852) -Fix (r13849): [OSX] fixed universal binary building without breaking anything this time
draft
|
Sun, 27 Jul 2008 14:16:24 +0000 |
bjarni |
(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up compiling of universal binaries
draft
|
Thu, 24 Jul 2008 20:29:40 +0000 |
glx |
(svn r13819) -Fix (r13801): --man-dir=xxx was 'ignored'
draft
|
Wed, 23 Jul 2008 16:52:10 +0000 |
skidd13 |
(svn r13804) -Fix(r13801): a search after remove should help to find missed incarnations
draft
|
Wed, 23 Jul 2008 16:44:04 +0000 |
skidd13 |
(svn r13803) -Fix(r13801): Copy & paste mistakes
draft
|
Wed, 23 Jul 2008 15:52:53 +0000 |
skidd13 |
(svn r13802) -Fix(r13801): a few small typos
draft
|
Wed, 23 Jul 2008 15:37:20 +0000 |
skidd13 |
(svn r13801) -Add: further configuration options to make packaging more union
draft
|
Tue, 22 Jul 2008 23:11:40 +0000 |
skidd13 |
(svn r13793) -Codechange: Unify the dir checking in config.lib
draft
|
Tue, 22 Jul 2008 22:44:41 +0000 |
skidd13 |
(svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings
draft
|
Tue, 22 Jul 2008 22:36:07 +0000 |
skidd13 |
(svn r13791) -Fix(r13790): Don refer to variables when their value isn't set as expected
draft
|
Tue, 22 Jul 2008 22:21:38 +0000 |
skidd13 |
(svn r13790) -Fix: Enable to force the creation of freedesktop.org desktop entry files
draft
|
Tue, 22 Jul 2008 18:53:52 +0000 |
rubidium |
(svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options.
draft
|
Tue, 22 Jul 2008 17:18:53 +0000 |
skidd13 |
(svn r13785) -Add: support for freedesktop.org desktop entry files
draft
|
Sun, 22 Jun 2008 18:44:28 +0000 |
smatz |
(svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts
draft
|
Sun, 01 Jun 2008 15:08:14 +0000 |
smatz |
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
draft
|
Wed, 07 May 2008 21:42:17 +0000 |
rubidium |
(svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant declarations in GCC 2.95, so only use if for GCC >= 3.
draft
|
Tue, 06 May 2008 22:17:12 +0000 |
rubidium |
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
draft
|
Tue, 06 May 2008 14:24:33 +0000 |
rubidium |
(svn r12969) -Codechange: remove a completely pointless file.
draft
|
Mon, 05 May 2008 18:27:57 +0000 |
rubidium |
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
draft
|
Wed, 30 Apr 2008 07:39:46 +0000 |
rubidium |
(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.
draft
|
Thu, 24 Apr 2008 20:07:12 +0000 |
rubidium |
(svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.
draft
|
Sat, 29 Mar 2008 21:50:14 +0000 |
rubidium |
(svn r12483) -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces.
draft
|
Sat, 15 Mar 2008 13:21:31 +0000 |
smatz |
(svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
draft
|