rubidium [Wed, 15 Aug 2007 22:33:37 +0000] rev 6827
(svn r10910) [NewGRF_ports] -Fix: take foundations into account when determining the height of the 0,0 position of the airport.
richk [Wed, 15 Aug 2007 21:09:34 +0000] rev 6826
(svn r10909) [NewGRF_ports] -Feature: Added Metropolitan airport to airportsextended.grf. Also added remaining minipics to airportsextended.pcx.
Metropolitan airport loads from old games.
rubidium [Wed, 15 Aug 2007 10:30:49 +0000] rev 6825
(svn r10908) [NewGRF_ports] -Codechange: remove the hardcoded TERMn and HELIPADn and the now unused block definitions.
rubidium [Wed, 15 Aug 2007 10:24:47 +0000] rev 6824
(svn r10907) [NewGRF_ports] -Fix: the zeppelin disaster did not lock runway.
rubidium [Wed, 15 Aug 2007 09:42:16 +0000] rev 6823
(svn r10906) [NewGRF_ports] -Codechange: remove oilrig FTA/FSM stuff from the code as that is already exported to a newgrf.
richk [Tue, 14 Aug 2007 23:42:01 +0000] rev 6822
(svn r10902) [NewGRF_ports] -Change: Updated ramp & jetty graphics (thanks to Skidd13). Planes wont exit hangar until entering aircraft has gone in.
richk [Tue, 14 Aug 2007 23:41:36 +0000] rev 6821
(svn r10901) [NewGRF_ports] -Fix: Aircraft that failed to exit the hangar should unreserve any terminal reservations they made.
richk [Tue, 14 Aug 2007 22:57:52 +0000] rev 6820
(svn r10900) [NewGRF_ports] -Fix: LaGuardia now only releases the taxi-runway crossing on arrival at the next location. This prevents the near-misses... I hope.
-Add: San Francisco is buildable, but not finished state machine. Will declare as Feature when ready for beta testing.
richk [Tue, 14 Aug 2007 22:54:44 +0000] rev 6819
(svn r10899) [NewGRF_ports] -Add: Added BlockCopy function to fsmblockmap.h.
rubidium [Tue, 14 Aug 2007 22:27:18 +0000] rev 6818
(svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over.