projects/generate
Wed, 03 Dec 2008 00:19:06 +0000 rubidium (svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
Tue, 25 Nov 2008 19:32:12 +0000 rubidium (svn r14630) -Add: support Allegro as video backend.
Tue, 25 Nov 2008 19:26:31 +0000 rubidium (svn r14628) -Fix: projects/generate doesn't handle tabs in sources.list properly when determining whether a header is missing.
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
Thu, 24 Apr 2008 23:50:40 +0000 glx (svn r12882) -Fix (r12764): the check for missing header files could find more files than needed
Fri, 18 Apr 2008 09:49:23 +0000 rubidium (svn r12764) -Add: check for missing (forgotten) header files in the generate script.
Mon, 14 Apr 2008 19:54:33 +0000 rubidium (svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.
Thu, 24 Jan 2008 18:47:05 +0000 rubidium (svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
Sat, 17 Nov 2007 02:22:56 +0000 glx (svn r11448) -Add: project files for MSVC 2008 (*_vs90.*)
Fri, 16 Nov 2007 22:11:30 +0000 glx (svn r11445) -Codechange: reorder <configuration> in openttd_vs80.vcproj, so there are less diff when it is modified by MSVC
Fri, 20 Jul 2007 18:34:21 +0000 rubidium (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
Sun, 17 Jun 2007 20:14:38 +0000 truelight (svn r10189) -Add: added a safety check in MSVC project generate script to make sure we do not use filenames with the same name in different directories, as MSVC is plain stupid and can't handle that (go wine to Billy or something if you want it fixed properly)
Wed, 13 Jun 2007 18:52:06 +0000 truelight (svn r10148) -Fix r10143: make --without-png to compile again
Wed, 28 Feb 2007 23:52:04 +0000 glx (svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk
Wed, 21 Feb 2007 17:59:34 +0000 rubidium (svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005.
Sat, 17 Feb 2007 12:50:19 +0000 truelight (svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure'
Sun, 21 Jan 2007 19:40:38 +0000 truelight (svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list
Wed, 03 Jan 2007 22:24:36 +0000 glx (svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: