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.

Tue, 14 Aug 2007 21:30:05 +0000(svn r10897) [NewGRF_ports] -Cleanup: Removed superfluous comments. NewGRF_ports
richk [Tue, 14 Aug 2007 21:30:05 +0000] rev 6817
(svn r10897) [NewGRF_ports] -Cleanup: Removed superfluous comments.

Tue, 14 Aug 2007 21:28:22 +0000(svn r10896) [NewGRF_ports] -Change: Redesign of seaplaneport.grf to allow access to terminal 1 even when runway is in use. NewGRF_ports
richk [Tue, 14 Aug 2007 21:28:22 +0000] rev 6816
(svn r10896) [NewGRF_ports] -Change: Redesign of seaplaneport.grf to allow access to terminal 1 even when runway is in use.
Changes can also be ported to Small Airport.

Tue, 14 Aug 2007 21:25:25 +0000(svn r10895) [NewGRF_ports] -Fix: Only visually leave the hangar if the aircraft can successfully move to its chosen destination. Enables the decision to proceed to based on block reservations in the hangar commands, not in code. NewGRF_ports
richk [Tue, 14 Aug 2007 21:25:25 +0000] rev 6815
(svn r10895) [NewGRF_ports] -Fix: Only visually leave the hangar if the aircraft can successfully move to its chosen destination. Enables the decision to proceed to based on block reservations in the hangar commands, not in code.

Tue, 14 Aug 2007 19:25:47 +0000(svn r10893) [NewGRF_ports] -Fix: Ensure coloured & masked selections disabled on exit of airport_gui. NewGRF_ports
richk [Tue, 14 Aug 2007 19:25:47 +0000] rev 6814
(svn r10893) [NewGRF_ports] -Fix: Ensure coloured & masked selections disabled on exit of airport_gui.
-Fix: If no airport is selectable on change of airport class, ensure highlight is only a 1x1 square.