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)