summaryrefslogtreecommitdiff
path: root/Makefile.src.in
AgeCommit message (Expand)Author
2012-02-07(svn r23908) -Fix (r22910): [Makefile] Make sure bin/baseset/openttd.32.bmp i...matthijs
2012-01-17(svn r23817) -Fix [FS#4962]: desync due to different NewGRF version. So reduc...rubidium
2011-11-14(svn r23220) -Change: move the baseset files to their new locationrubidium
2011-11-12(svn r23197) -Fix: -Wno-narrowing didn't have any effect anymoresmatz
2011-09-09(svn r22913) -Fix [OSX]: make splash work again and make it work without need...rubidium
2011-09-09(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL buildsrubidium
2011-03-05(svn r22195) -Fix (r22188): make sure makedep picks up the newly generated se...rubidium
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, a...glx
2010-12-29(svn r21662) -Codechange: use -flto=jobserver for GCC 4.6, it makes linking w...smatz
2010-12-23(svn r21606) -Fix (r14636): DOS binary was broken when not strippingsmatz
2010-02-10(svn r19081) -Codechange: make it possible to disable compilation of the AI+S...rubidium
2009-12-07(svn r18427) -Fix (r18423): ofcourse that broke the GCC build... not determin...rubidium
2009-09-07(svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or ic...smatz
2009-09-07(svn r17454) -Codechange: some alignment in Makefile*.insmatz
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium
2009-08-21(svn r17250) -Fix (r17249): I forgot depend.exe was affected tooglx
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-18(svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belo...rubidium
2009-06-22(svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD ...rubidium
2009-06-22(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhe...rubidium
2009-06-01(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD f...smatz
2009-05-26(svn r16443) -Fix: running 'make depend' after 'configure' in a fresh checkou...glx
2009-05-24(svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When ...rubidium
2009-05-16(svn r16318) -Change: use !! instead of @@ in src/*.in too.rubidium
2009-05-14(svn r16307) -Fix: makedepend can't handle the amount of files we have and it...glx
2009-02-04(svn r15344) -Change [Makefile]: don't recompile everything when english.txt ...rubidium
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-06(svn r14856) -Fix: allow 'makedepend' to find header files in the lang-obj-dirtruebrain
2008-11-26(svn r14636) -Add: DOS port of OpenTTD, without network support though.rubidium
2008-10-14(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed separator,...smatz
2008-10-06(svn r14443) -Change: Unify the delimiters used in config* and make*skidd13
2008-09-08(svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" ...matthijs
2008-09-07(svn r14261) -Change [Makefile]: Move the revision detection code from Makefi...matthijs
2008-09-06(svn r14255) -Fix [configure]: remove the requirement to have a recent enough...truebrain
2008-09-04(svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in templ...truebrain
2008-08-30(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. ...glx
2008-08-14(svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138)glx
2008-08-12(svn r14053) -Fix: branch detection failed for svn+ssh reposglx
2008-07-31(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used...smatz
2008-07-31(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compilesmatz
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2007-11-18(svn r11469) -Fix (r11051): only consider changes in src when detecting modif...glx
2007-11-18(svn r11468) -Fix (r11330): rev number detection didn't work for git with msy...glx
2007-10-21(svn r11336) -Fix r11330: '#' means comment in gmake, so don't use it in sedstruelight
2007-10-21(svn r11335) -Fix (r11148): only consider changes in src when detecting modif...glx
2007-10-21(svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to ...rubidium
2007-09-23(svn r11148) -Codechange: add support for getting version numbers from Mercur...rubidium
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium
2007-07-14(svn r10563) -Fix: gcc 2.95 (which is still needed for MorphOS :() does have ...rubidium
2007-06-16(svn r10171) -Add: simple support for ccache (--with-ccache).rubidium