Fri, 17 Aug 2007 20:42:28 +0000(svn r10928) [NewGRF_ports] -Add: An aircraft can only release the blocks on an airport that it actually owns. NewGRF_ports
richk [Fri, 17 Aug 2007 20:42:28 +0000] rev 6839
(svn r10928) [NewGRF_ports] -Add: An aircraft can only release the blocks on an airport that it actually owns.
This prevents accidentally allowing a race condition where one aircraft keeps releasing blocks that it ceased owning a while ago. It also gives FSM writers a little leeway that if they over-release too often, it doesnt damage the airport block status.

Thu, 16 Aug 2007 20:28:14 +0000(svn r10925) [NewGRF_ports] -Add: Added graphics placement of Intercontinental and Helistation. State Machines not yet functional. NewGRF_ports
richk [Thu, 16 Aug 2007 20:28:14 +0000] rev 6838
(svn r10925) [NewGRF_ports] -Add: Added graphics placement of Intercontinental and Helistation. State Machines not yet functional.
-Change: Both Intercontinental and Helistation now loaded for old games.
**All old game airports now have newgrf equivalents.**

Thu, 16 Aug 2007 08:23:58 +0000(svn r10920) [NewGRF_ports] -Cleanup: remove the tables/files that were used to define airports as they will all be defined in a NewGRF and we do not need them anymore. NewGRF_ports
rubidium [Thu, 16 Aug 2007 08:23:58 +0000] rev 6837
(svn r10920) [NewGRF_ports] -Cleanup: remove the tables/files that were used to define airports as they will all be defined in a NewGRF and we do not need them anymore.

Thu, 16 Aug 2007 08:22:36 +0000(svn r10919) [NewGRF_ports] -Codechange: use the dummy airport from the NewGRF instead of the hardcoded one. NewGRF_ports
rubidium [Thu, 16 Aug 2007 08:22:36 +0000] rev 6836
(svn r10919) [NewGRF_ports] -Codechange: use the dummy airport from the NewGRF instead of the hardcoded one.

Thu, 16 Aug 2007 08:21:31 +0000(svn r10918) [NewGRF_ports] -Fix: do not mark NewGRF properties as "unknown"/"unhandled" when you have handled them correctly during load. NewGRF_ports
rubidium [Thu, 16 Aug 2007 08:21:31 +0000] rev 6835
(svn r10918) [NewGRF_ports] -Fix: do not mark NewGRF properties as "unknown"/"unhandled" when you have handled them correctly during load.

Thu, 16 Aug 2007 08:19:52 +0000(svn r10917) [NewGRF_ports] -Fix: if you force NewGRFs to be always loaded, make sure it still forces the NewGRF to be loaded when it is marked as "init only". NewGRF_ports
rubidium [Thu, 16 Aug 2007 08:19:52 +0000] rev 6834
(svn r10917) [NewGRF_ports] -Fix: if you force NewGRFs to be always loaded, make sure it still forces the NewGRF to be loaded when it is marked as "init only".

Thu, 16 Aug 2007 02:48:35 +0000(svn r10916) [NewGRF_ports] -Feature: Added Helidepot to HELI class in airportsextended.grf. NewGRF_ports
richk [Thu, 16 Aug 2007 02:48:35 +0000] rev 6833
(svn r10916) [NewGRF_ports] -Feature: Added Helidepot to HELI class in airportsextended.grf.

Thu, 16 Aug 2007 00:09:08 +0000(svn r10915) [NewGRF_ports] -Fix: Recalculated MD5 of airports.grf to eliminate warning. NewGRF_ports
richk [Thu, 16 Aug 2007 00:09:08 +0000] rev 6832
(svn r10915) [NewGRF_ports] -Fix: Recalculated MD5 of airports.grf to eliminate warning.

Wed, 15 Aug 2007 23:55:57 +0000(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified. NewGRF_ports
richk [Wed, 15 Aug 2007 23:55:57 +0000] rev 6831
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.

Wed, 15 Aug 2007 23:44:53 +0000(svn r10913) [NewGRF_ports] -Fix: Dummy state machine should be available to all aircraft, rather than none. NewGRF_ports
richk [Wed, 15 Aug 2007 23:44:53 +0000] rev 6830
(svn r10913) [NewGRF_ports] -Fix: Dummy state machine should be available to all aircraft, rather than none.