Wed, 15 Aug 2007 22:33:37 +0000(svn r10910) [NewGRF_ports] -Fix: take foundations into account when determining the height of the 0,0 position of the airport. NewGRF_ports
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.

Wed, 15 Aug 2007 21:09:34 +0000(svn r10909) [NewGRF_ports] -Feature: Added Metropolitan airport to airportsextended.grf. Also added remaining minipics to airportsextended.pcx. NewGRF_ports
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.

Wed, 15 Aug 2007 10:30:49 +0000(svn r10908) [NewGRF_ports] -Codechange: remove the hardcoded TERMn and HELIPADn and the now unused block definitions. NewGRF_ports
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.

Wed, 15 Aug 2007 10:24:47 +0000(svn r10907) [NewGRF_ports] -Fix: the zeppelin disaster did not lock runway. NewGRF_ports
rubidium [Wed, 15 Aug 2007 10:24:47 +0000] rev 6824
(svn r10907) [NewGRF_ports] -Fix: the zeppelin disaster did not lock runway.

Wed, 15 Aug 2007 09:42:16 +0000(svn r10906) [NewGRF_ports] -Codechange: remove oilrig FTA/FSM stuff from the code as that is already exported to a newgrf. NewGRF_ports
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.

Tue, 14 Aug 2007 23:42:01 +0000(svn r10902) [NewGRF_ports] -Change: Updated ramp & jetty graphics (thanks to Skidd13). Planes wont exit hangar until entering aircraft has gone in. NewGRF_ports
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.

Tue, 14 Aug 2007 23:41:36 +0000(svn r10901) [NewGRF_ports] -Fix: Aircraft that failed to exit the hangar should unreserve any terminal reservations they made. NewGRF_ports
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.

Tue, 14 Aug 2007 22:57:52 +0000(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. NewGRF_ports
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.

Tue, 14 Aug 2007 22:54:44 +0000(svn r10899) [NewGRF_ports] -Add: Added BlockCopy function to fsmblockmap.h. NewGRF_ports
richk [Tue, 14 Aug 2007 22:54:44 +0000] rev 6819
(svn r10899) [NewGRF_ports] -Add: Added BlockCopy function to fsmblockmap.h.

Tue, 14 Aug 2007 22:27:18 +0000(svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over. NewGRF_ports
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.