peter1138 [Sat, 24 May 2008 10:02:49 +0000] rev 9335
(svn r13227) -Codechange: Apply code style
belugas [Sat, 24 May 2008 02:54:47 +0000] rev 9334
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
peter1138 [Fri, 23 May 2008 23:02:13 +0000] rev 9333
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
rubidium [Fri, 23 May 2008 22:55:32 +0000] rev 9332
(svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindow when switching from simple to advanced or vice versa instead of letting the new window popup somewhere 'randomly'.
smatz [Fri, 23 May 2008 16:08:58 +0000] rev 9331
(svn r13222) -Change: allow old AI building helistations and helidepots for oil rig routes
smatz [Fri, 23 May 2008 15:57:18 +0000] rev 9330
(svn r13221) -Fix (r8747): old AI failed to build oil rig routes
smatz [Fri, 23 May 2008 00:28:13 +0000] rev 9329
(svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere
smatz [Thu, 22 May 2008 20:44:24 +0000] rev 9328
(svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin)
smatz [Thu, 22 May 2008 20:37:14 +0000] rev 9327
(svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin)
belugas [Thu, 22 May 2008 02:13:24 +0000] rev 9326
(svn r13210) -Codechange: make town (previously named t) a private member of the different Town guis and assign it only once, at creation