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
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
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).
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
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
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
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.
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.
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
tron [Thu, 23 Mar 2006 20:47:56 +0000] rev 3310
(svn r4073) Add functions to make and test for (most) unmovable tiles