Fri, 24 Mar 2006 13:31:17 +0000(svn r4086) Add MakeIndustry()
tron [Fri, 24 Mar 2006 13:31:17 +0000] rev 3320
(svn r4086) Add MakeIndustry()

Fri, 24 Mar 2006 12:00:24 +0000(svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile
tron [Fri, 24 Mar 2006 12:00:24 +0000] rev 3319
(svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile

Fri, 24 Mar 2006 10:53:49 +0000(svn r4084) -Documentation: [OSX] changed OSX specific docs
bjarni [Fri, 24 Mar 2006 10:53:49 +0000] rev 3318
(svn r4084) -Documentation: [OSX] changed OSX specific docs
-added an explanation to why there is a special Jaguar download (people appears to download it even when they should download the other one)
-removed the long outdated README_if_game_crashed_on_OSX.txt

Fri, 24 Mar 2006 10:17:39 +0000(svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters).
egladil [Fri, 24 Mar 2006 10:17:39 +0000] rev 3317
(svn r4083) -Feature: [OSX] Ported r4075 (Undraw the mouse when it leaves the window and Draw it again when it enters).

Fri, 24 Mar 2006 09:47:50 +0000(svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen
bjarni [Fri, 24 Mar 2006 09:47:50 +0000] rev 3316
(svn r4082) -Fix: [OSX] FS#80 Crash when switching from windowed to fullscreen
this bug was introduced in rev 3670, but when undetected for a long time since it was resolution specific
this is likely the issue with x86 OSX in fullscreen, so I removed the really slow workaround and will clean it up once I get positive feedback from a x86 mac
this means that x86 OSX should now get the 1000% video driver speed boost as well
this fix is written by eglandil

Fri, 24 Mar 2006 08:55:08 +0000(svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile
tron [Fri, 24 Mar 2006 08:55:08 +0000] rev 3315
(svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile

Fri, 24 Mar 2006 08:00:45 +0000(svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile
tron [Fri, 24 Mar 2006 08:00:45 +0000] rev 3314
(svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. the industry from a tile

Fri, 24 Mar 2006 06:40:49 +0000(svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.
tron [Fri, 24 Mar 2006 06:40:49 +0000] rev 3313
(svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.

Fri, 24 Mar 2006 00:42:35 +0000(svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo.
Darkvater [Fri, 24 Mar 2006 00:42:35 +0000] rev 3312
(svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo.

Thu, 23 Mar 2006 23:54:43 +0000(svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
bjarni [Thu, 23 Mar 2006 23:54:43 +0000] rev 3311
(svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
if detected, WITH_ICONV will be defined in the C code
WITH_ICONV is also added to Makefile.config
OSX do not use this flag setting in Makefile.config, as it is set at compile time based on target OS version
the actual C code is not changed as the current iconv code is hardcoded for OSX and would break if any other OS got iconv
This detection system is by request of Darkvater

Thu, 23 Mar 2006 20:47:56 +0000(svn r4073) Add functions to make and test for (most) unmovable tiles
tron [Thu, 23 Mar 2006 20:47:56 +0000] rev 3310
(svn r4073) Add functions to make and test for (most) unmovable tiles

Thu, 23 Mar 2006 17:49:50 +0000(svn r4071) - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop. Small omission from r4023 (fix by glx)
matthijs [Thu, 23 Mar 2006 17:49:50 +0000] rev 3309
(svn r4071) - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop. Small omission from r4023 (fix by glx)

Thu, 23 Mar 2006 17:38:31 +0000(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict
truelight [Thu, 23 Mar 2006 17:38:31 +0000] rev 3308
(svn r4070) -Fix: on OSX COCOA was set by default, even with DEDICATED, while those 2 conflict

Thu, 23 Mar 2006 16:23:12 +0000(svn r4066) -Fix: oops, forgot to remove a debug line
truelight [Thu, 23 Mar 2006 16:23:12 +0000] rev 3307
(svn r4066) -Fix: oops, forgot to remove a debug line

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

Wed, 22 Mar 2006 19:04:04 +0000(svn r4027) Remove another call to FindLandscapeHeightByTile()
tron [Wed, 22 Mar 2006 19:04:04 +0000] rev 3296
(svn r4027) Remove another call to FindLandscapeHeightByTile()

Wed, 22 Mar 2006 16:37:59 +0000(svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations.
matthijs [Wed, 22 Mar 2006 16:37:59 +0000] rev 3295
(svn r4023) - Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations.

Wed, 22 Mar 2006 13:06:50 +0000(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
bjarni [Wed, 22 Mar 2006 13:06:50 +0000] rev 3294
(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
this have the sideeffect that 10.2.8 will still have the "failure to save with certain chars in the filename bug", but at least it can compile again

Wed, 22 Mar 2006 10:13:15 +0000(svn r4011) [test WT2 #2.]
miham [Wed, 22 Mar 2006 10:13:15 +0000] rev 3293
(svn r4011) [test WT2 #2.]

Wed, 22 Mar 2006 10:10:33 +0000(svn r4010) [test WT2]
miham [Wed, 22 Mar 2006 10:10:33 +0000] rev 3292
(svn r4010) [test WT2]

Wed, 22 Mar 2006 08:48:50 +0000(svn r4007) Add a function to make a farm field tile
tron [Wed, 22 Mar 2006 08:48:50 +0000] rev 3291
(svn r4007) Add a function to make a farm field tile