Darkvater [Sun, 26 Mar 2006 21:07:56 +0000] rev 3339
(svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
tron [Sun, 26 Mar 2006 19:20:15 +0000] rev 3338
(svn r4120) Use the new station functions where appropriate
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
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
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
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
tron [Sun, 26 Mar 2006 11:08:44 +0000] rev 3333
(svn r4111) Fix/Remove some stale comments
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
tron [Sat, 25 Mar 2006 10:38:28 +0000] rev 3331
(svn r4108) Add [GS]etIndustryGfx()
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.