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.

Tue, 14 Aug 2007 17:17:41 +0000(svn r10891) [NewGRF_ports] -Change: Added ramp and 2 jetties to seaplaneport.grf. (Thanks to 0004tom). NewGRF_ports
richk [Tue, 14 Aug 2007 17:17:41 +0000] rev 6813
(svn r10891) [NewGRF_ports] -Change: Added ramp and 2 jetties to seaplaneport.grf. (Thanks to 0004tom).
-Change: modified movement to move around jetties, and FSM for better block handling.
-Change: Modified prop 20 (temporarily) to allow all small aircraft, for testing.

Tue, 14 Aug 2007 15:34:53 +0000(svn r10889) [NewGRF_ports] -Feature: Colour of highlight for FSMs with placement masks shows Green for land tiles, and Blue for water tiles. NewGRF_ports
richk [Tue, 14 Aug 2007 15:34:53 +0000] rev 6812
(svn r10889) [NewGRF_ports] -Feature: Colour of highlight for FSMs with placement masks shows Green for land tiles, and Blue for water tiles.

Mon, 13 Aug 2007 21:11:21 +0000(svn r10885) [NewGRF_ports] -Fix: Prevented passengers from being squished on the bulkhead. NewGRF_ports
richk [Mon, 13 Aug 2007 21:11:21 +0000] rev 6811
(svn r10885) [NewGRF_ports] -Fix: Prevented passengers from being squished on the bulkhead.
Forgot to slow aircraft down gracefully on landing... 500mph->31mph in 50yds ;)