Thu, 23 Mar 2006 16:03:11 +0000(svn r4065) -Fix: the configure now knows --host-cflags
truelight [Thu, 23 Mar 2006 16:03:11 +0000] rev 3306
(svn r4065) -Fix: the configure now knows --host-cflags

Thu, 23 Mar 2006 15:34:47 +0000(svn r4064) -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :(
truelight [Thu, 23 Mar 2006 15:34:47 +0000] rev 3305
(svn r4064) -Fix: fixes for configure to accept spaces in params. This are mostly bypasses because bash really does suck in handling spaces and " stuff :(

Thu, 23 Mar 2006 13:40:33 +0000(svn r4061) -Codechange: [OSX] removed some long dead flags for universal binary building and removed an absolute path for hdiutil (I don't thin anybody will have it at a non-default place, but still)
bjarni [Thu, 23 Mar 2006 13:40:33 +0000] rev 3304
(svn r4061) -Codechange: [OSX] removed some long dead flags for universal binary building and removed an absolute path for hdiutil (I don't thin anybody will have it at a non-default place, but still)

Thu, 23 Mar 2006 13:29:58 +0000(svn r4060) -Codechange: [OSX] made the release target (in os/macosx/Makefile) easier to use since it gives the release disk image the right name automatically
bjarni [Thu, 23 Mar 2006 13:29:58 +0000] rev 3303
(svn r4060) -Codechange: [OSX] made the release target (in os/macosx/Makefile) easier to use since it gives the release disk image the right name automatically
it now uses REV instead of RELEASE, which means RELEASE is not needed to be set manaully anymore
it also automatically adds "-jaguar" when making a build aimed at OSX 10.2 (codenamed jaguar)

Thu, 23 Mar 2006 13:24:09 +0000(svn r4059) -Fix: add --dedicated flag to configure
truelight [Thu, 23 Mar 2006 13:24:09 +0000] rev 3302
(svn r4059) -Fix: add --dedicated flag to configure

Thu, 23 Mar 2006 06:30:39 +0000(svn r4047) Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator
tron [Thu, 23 Mar 2006 06:30:39 +0000] rev 3301
(svn r4047) Remove two calls to FindLandscapeHeight() and some confusing use of the comma operator

Wed, 22 Mar 2006 22:07:53 +0000(svn r4039) - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites.
peter1138 [Wed, 22 Mar 2006 22:07:53 +0000] rev 3300
(svn r4039) - NewGRF: Add support for a few more vehicle variables. These are sometimes used for animation of sprites.

Wed, 22 Mar 2006 21:08:05 +0000(svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction.
matthijs [Wed, 22 Mar 2006 21:08:05 +0000] rev 3299
(svn r4033) - Codechange: [Debian] Update debian packaging files to use debconf for user interaction.

Wed, 22 Mar 2006 20:41:48 +0000(svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
Darkvater [Wed, 22 Mar 2006 20:41:48 +0000] rev 3298
(svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)

Wed, 22 Mar 2006 19:16:58 +0000(svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027).
tron [Wed, 22 Mar 2006 19:16:58 +0000] rev 3297
(svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027).
Move its implementation into its only caller - FindLandscapeHeight() - and remove it