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.

Tue, 07 Aug 2007 23:15:28 +0000(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support. NewGRF_ports
richk [Tue, 07 Aug 2007 23:15:28 +0000] rev 6770
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
Adds prop23 to the FSM spec, which sets a placement mask. Bit 7 of each byte in mask decides whether the tile must be placed on water. Non-water tiles in mask must be placed on non-water. Thus allowing some of FSMport to be on land, some on water.
Airport does not flood, but any aircraft on water at reload of a save will explode!
Added seaplaneport.grf as experiment/proof of concept based on small airport. This uses movement orders to a -8 altitude, relative to airport_tile height.
WARNING: There are no restrictions on what kind of aircraft may currently use airport. So it aint realistic... OK :)

Tue, 07 Aug 2007 15:11:52 +0000(svn r10819) [NewGRF_ports] -Codechange: remove a large amount of state machinery of the airports. NewGRF_ports
rubidium [Tue, 07 Aug 2007 15:11:52 +0000] rev 6769
(svn r10819) [NewGRF_ports] -Codechange: remove a large amount of state machinery of the airports.
[NewGRF_ports] -Fix: compilation on gcc.
[NewGRF_ports] -Fix: AIs building "old" airports.

Tue, 07 Aug 2007 14:58:55 +0000(svn r10818) [NewGRF_ports] -Codechange: remove the remnants of the old airports from the GUI. NewGRF_ports
rubidium [Tue, 07 Aug 2007 14:58:55 +0000] rev 6768
(svn r10818) [NewGRF_ports] -Codechange: remove the remnants of the old airports from the GUI.

Tue, 07 Aug 2007 01:25:46 +0000(svn r10817) [NewGRF_ports] -Fix: Committed one file too many. NewGRF_ports
richk [Tue, 07 Aug 2007 01:25:46 +0000] rev 6767
(svn r10817) [NewGRF_ports] -Fix: Committed one file too many.

Tue, 07 Aug 2007 01:23:09 +0000(svn r10816) [NewGRF_ports] -Change: Vertical movement now based on difference in heights between current position and target position, rather than just being in particular states. NewGRF_ports
richk [Tue, 07 Aug 2007 01:23:09 +0000] rev 6766
(svn r10816) [NewGRF_ports] -Change: Vertical movement now based on difference in heights between current position and target position, rather than just being in particular states.

Mon, 06 Aug 2007 19:52:12 +0000(svn r10815) [NewGRF_ports] -Fix: Waypoints class check from newstation code was preventing listing of new classes. NewGRF_ports
richk [Mon, 06 Aug 2007 19:52:12 +0000] rev 6765
(svn r10815) [NewGRF_ports] -Fix: Waypoints class check from newstation code was preventing listing of new classes.

Mon, 06 Aug 2007 03:18:02 +0000(svn r10806) [NewGRF_ports] -Change: Moved orientation buttons to match height of preview window. NewGRF_ports
richk [Mon, 06 Aug 2007 03:18:02 +0000] rev 6764
(svn r10806) [NewGRF_ports] -Change: Moved orientation buttons to match height of preview window.
Updated airports.grf with skidd13's version of daylight's arrows. Many thanks to both.