Sat, 24 May 2008 22:15:10 +0000(svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
frosch [Sat, 24 May 2008 22:15:10 +0000] rev 9342
(svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
-Fix: Reset the 'town-owned-road'-flag when removing and rebuilding road under drivethrough stops.

Sat, 24 May 2008 19:36:20 +0000(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
frosch [Sat, 24 May 2008 19:36:20 +0000] rev 9341
(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.

Sat, 24 May 2008 12:12:02 +0000(svn r13232) -Codechange: Simplify BuildDepotVehicleList()
peter1138 [Sat, 24 May 2008 12:12:02 +0000] rev 9340
(svn r13232) -Codechange: Simplify BuildDepotVehicleList()

Sat, 24 May 2008 11:55:25 +0000(svn r13231) -Codechange: split the core console code and the console GUI.
rubidium [Sat, 24 May 2008 11:55:25 +0000] rev 9339
(svn r13231) -Codechange: split the core console code and the console GUI.

Sat, 24 May 2008 11:19:30 +0000(svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows.
frosch [Sat, 24 May 2008 11:19:30 +0000] rev 9338
(svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows.

Sat, 24 May 2008 10:35:15 +0000(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
rubidium [Sat, 24 May 2008 10:35:15 +0000] rev 9337
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.

Sat, 24 May 2008 10:15:06 +0000(svn r13228) -Codechange: split console.h.
rubidium [Sat, 24 May 2008 10:15:06 +0000] rev 9336
(svn r13228) -Codechange: split console.h.

Sat, 24 May 2008 10:02:49 +0000(svn r13227) -Codechange: Apply code style
peter1138 [Sat, 24 May 2008 10:02:49 +0000] rev 9335
(svn r13227) -Codechange: Apply code style

Sat, 24 May 2008 02:54:47 +0000(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.
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

Fri, 23 May 2008 23:02:13 +0000(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
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.