Fri, 10 Aug 2007 23:40:47 +0000(svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames. NewGRF_ports
richk [Fri, 10 Aug 2007 23:40:47 +0000] rev 6780
(svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames.
Either bounce aircraft into air or stay in hangar.

Fri, 10 Aug 2007 18:51:28 +0000(svn r10847) [NewGRF_ports] -Fix: Airports were set to temperate only. Removed. Also NFOrenum both .nfos. NewGRF_ports
richk [Fri, 10 Aug 2007 18:51:28 +0000] rev 6779
(svn r10847) [NewGRF_ports] -Fix: Airports were set to temperate only. Removed. Also NFOrenum both .nfos.

Fri, 10 Aug 2007 18:32:10 +0000(svn r10845) [NewGRF_ports] -Fix: Missed off allocation of graphics to a graphics set. NewGRF_ports
richk [Fri, 10 Aug 2007 18:32:10 +0000] rev 6778
(svn r10845) [NewGRF_ports] -Fix: Missed off allocation of graphics to a graphics set.

Fri, 10 Aug 2007 18:31:08 +0000(svn r10844) [NewGRF_ports] -Feature: Airports loaded from old savegames (prior to vsn74). Only applies currently to Small, Large, and Commuter. NewGRF_ports
richk [Fri, 10 Aug 2007 18:31:08 +0000] rev 6777
(svn r10844) [NewGRF_ports] -Feature: Airports loaded from old savegames (prior to vsn74). Only applies currently to Small, Large, and Commuter.
Note: this just loads the airports. It does not correct any aircraft.

Thu, 09 Aug 2007 03:14:06 +0000(svn r10832) [NewGRF_ports] -Change: If no airports are selectable, then the image of the first in the list is shown, but greyed out. NewGRF_ports
richk [Thu, 09 Aug 2007 03:14:06 +0000] rev 6776
(svn r10832) [NewGRF_ports] -Change: If no airports are selectable, then the image of the first in the list is shown, but greyed out.

Thu, 09 Aug 2007 02:53:36 +0000(svn r10831) [NewGRF_ports] -Feature: Split OTTD airports into basic and extended sets. Created 2 new .grfs. NewGRF_ports
richk [Thu, 09 Aug 2007 02:53:36 +0000] rev 6775
(svn r10831) [NewGRF_ports] -Feature: Split OTTD airports into basic and extended sets. Created 2 new .grfs.
Added City Airport to airportsbasic.grf.
Correction to availability callback (thanks Maedhros).

Thu, 09 Aug 2007 02:45:42 +0000(svn r10830) [NewGRF_ports] -Fix: Only test and draw a preview picture if the fsmportspec can be accessed. NewGRF_ports
richk [Thu, 09 Aug 2007 02:45:42 +0000] rev 6774
(svn r10830) [NewGRF_ports] -Fix: Only test and draw a preview picture if the fsmportspec can be accessed.

Thu, 09 Aug 2007 02:43:04 +0000(svn r10829) [NewGRF_ports] -Change: Animation was causing failures if the tile happened to be one of the hardcoded animated tiles. For the moment, comment out. Will be replaced with newgrf animation. NewGRF_ports
richk [Thu, 09 Aug 2007 02:43:04 +0000] rev 6773
(svn r10829) [NewGRF_ports] -Change: Animation was causing failures if the tile happened to be one of the hardcoded animated tiles. For the moment, comment out. Will be replaced with newgrf animation.

Wed, 08 Aug 2007 02:09:50 +0000(svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected. NewGRF_ports
richk [Wed, 08 Aug 2007 02:09:50 +0000] rev 6772
(svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected.

Wed, 08 Aug 2007 01:56:10 +0000(svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype. NewGRF_ports
richk [Wed, 08 Aug 2007 01:56:10 +0000] rev 6771
(svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype.
Added Seaplanes as new subtype for Airports; bit3=1, value 0x08.
TODO: add Seaplane subtype to aircraft; build, etc.