Mon, 16 Jul 2007 21:11:29 +0000(svn r10594) [NewGRF_ports] -Fix: restored original airport placement functionality. You can now place an airport using newgrf, or using original method. NewGRF_ports
richk [Mon, 16 Jul 2007 21:11:29 +0000] rev 6724
(svn r10594) [NewGRF_ports] -Fix: restored original airport placement functionality. You can now place an airport using newgrf, or using original method.

Mon, 16 Jul 2007 13:37:33 +0000(svn r10588) [NewGRF_ports] -Update: project files NewGRF_ports
glx [Mon, 16 Jul 2007 13:37:33 +0000] rev 6723
(svn r10588) [NewGRF_ports] -Update: project files

Mon, 16 Jul 2007 00:39:06 +0000(svn r10586) [NewGRF_ports] -Feature: Load an airport via a newgrf file. Currently, only graphics support provided. NewGRF_ports
richk [Mon, 16 Jul 2007 00:39:06 +0000] rev 6722
(svn r10586) [NewGRF_ports] -Feature: Load an airport via a newgrf file. Currently, only graphics support provided.
Try loading rb_airports.grf as a newgrf. Airport gui should list one Commuter airport in the Small Airports category.
DO NOT TRY TO USE NORMAL AIRPORTS. All normal stuff is disabled, to validate that airport is coming from newgrf file.
Work in progress... dont expect miracles!

Mon, 16 Jul 2007 00:31:25 +0000(svn r10585) [NewGRF_ports] -Add: Added two test newgrf files. NewGRF_ports
richk [Mon, 16 Jul 2007 00:31:25 +0000] rev 6721
(svn r10585) [NewGRF_ports] -Add: Added two test newgrf files.
rb_airport2.grf: Adds Commuter airport using Action0Airports (00 0D)
rb_airport2_old.grf: Adds Commuter airport using Action0Stations. (00 04). Should become obsolete once full 000D support is working.

Sat, 14 Jul 2007 19:42:58 +0000(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
richk [Sat, 14 Jul 2007 19:42:58 +0000] rev 6720
(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559

Sat, 02 Jun 2007 19:59:29 +0000(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
richk [Sat, 02 Jun 2007 19:59:29 +0000] rev 6719
(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026

Tue, 27 Mar 2007 23:27:27 +0000(svn r9511) [NewGRF_ports] -Feature: Added ability to have irregular shaped airports. Use value 255 in airport layout, and that tile is skipped during airport placement & deletion. NewGRF_ports
richk [Tue, 27 Mar 2007 23:27:27 +0000] rev 6718
(svn r9511) [NewGRF_ports] -Feature: Added ability to have irregular shaped airports. Use value 255 in airport layout, and that tile is skipped during airport placement & deletion.
Tile Highlight also skips "255" airport tiles.
Note: 0,0 tile of airport cannot be skipped. May see if possible later.

Tue, 27 Mar 2007 21:58:38 +0000(svn r9510) [NewGRF_ports] -Codechange: Moved airport layouts from station_cmd.cpp into table/station_air.h. Ultimately, these layouts should be provided by a newgrf. NewGRF_ports
richk [Tue, 27 Mar 2007 21:58:38 +0000] rev 6717
(svn r9510) [NewGRF_ports] -Codechange: Moved airport layouts from station_cmd.cpp into table/station_air.h. Ultimately, these layouts should be provided by a newgrf.

Tue, 27 Mar 2007 21:18:53 +0000(svn r9508) [NewGRF_ports] -Codechange: typedefs no longer required. NewGRF_ports
richk [Tue, 27 Mar 2007 21:18:53 +0000] rev 6716
(svn r9508) [NewGRF_ports] -Codechange: typedefs no longer required.
Also helps to set keywords:Id and eol-style:native.

Tue, 27 Mar 2007 21:11:34 +0000(svn r9507) [NewGRF_ports] -Codechange: Moved airport state definitions into their own separate file to permit better logical grouping of state machine related data & code. NewGRF_ports
richk [Tue, 27 Mar 2007 21:11:34 +0000] rev 6715
(svn r9507) [NewGRF_ports] -Codechange: Moved airport state definitions into their own separate file to permit better logical grouping of state machine related data & code.