Sun, 26 Mar 2006 19:20:15 +0000(svn r4120) Use the new station functions where appropriate
tron [Sun, 26 Mar 2006 19:20:15 +0000] rev 3338
(svn r4120) Use the new station functions where appropriate

Sun, 26 Mar 2006 19:03:03 +0000(svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too
tron [Sun, 26 Mar 2006 19:03:03 +0000] rev 3337
(svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too

Sun, 26 Mar 2006 18:48:23 +0000(svn r4116) -Fix: The AI should send a plane into a hangar if it's not in a hangar _or_ not stopped, not when it's not in a hangar _and_ not stopped
tron [Sun, 26 Mar 2006 18:48:23 +0000] rev 3336
(svn r4116) -Fix: The AI should send a plane into a hangar if it's not in a hangar _or_ not stopped, not when it's not in a hangar _and_ not stopped

Sun, 26 Mar 2006 16:29:20 +0000(svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Darkvater [Sun, 26 Mar 2006 16:29:20 +0000] rev 3335
(svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113

Sun, 26 Mar 2006 14:41:39 +0000(svn r4113) Moved all relevant map functions for stations to station_map.[ch]
celestar [Sun, 26 Mar 2006 14:41:39 +0000] rev 3334
(svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting

Sun, 26 Mar 2006 11:08:44 +0000(svn r4111) Fix/Remove some stale comments
tron [Sun, 26 Mar 2006 11:08:44 +0000] rev 3333
(svn r4111) Fix/Remove some stale comments

Sat, 25 Mar 2006 15:47:20 +0000(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni
Darkvater [Sat, 25 Mar 2006 15:47:20 +0000] rev 3332
(svn r4109) - Fix (r4105) [iconv]: Only include the needed headers when ICONV is actually used. Thanks for noticing Bjarni

Sat, 25 Mar 2006 10:38:28 +0000(svn r4108) Add [GS]etIndustryGfx()
tron [Sat, 25 Mar 2006 10:38:28 +0000] rev 3331
(svn r4108) Add [GS]etIndustryGfx()

Sat, 25 Mar 2006 10:15:53 +0000(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit.
Darkvater [Sat, 25 Mar 2006 10:15:53 +0000] rev 3330
(svn r4107) - Fix (r4105): Mixup of string parameters in debug message if iconv_open() failed. Also clarify the message a bit.

Sat, 25 Mar 2006 09:22:10 +0000(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
Darkvater [Sat, 25 Mar 2006 09:22:10 +0000] rev 3329
(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
- CodeChange: Change the function GetCurrentLocale(). It returns the locale from some default environment-variables, plus a custom one defined as parameter. If all fail, it tries $LANG.