Sat, 04 Aug 2007 22:10:08 +0000(svn r10786) [NewGRF_ports] -Fix: do not get a pointer of memory that might get overwritten and assume it is correct; just keep the returned struct as-is. NewGRF_ports
rubidium [Sat, 04 Aug 2007 22:10:08 +0000] rev 6748
(svn r10786) [NewGRF_ports] -Fix: do not get a pointer of memory that might get overwritten and assume it is correct; just keep the returned struct as-is.

Sat, 04 Aug 2007 21:46:03 +0000(svn r10785) [NewGRF_ports] -Fix: move the three dummy tables that are only needed in newgrf.cpp to newgrf.cpp so GCC can stop whining about unused variables. NewGRF_ports
rubidium [Sat, 04 Aug 2007 21:46:03 +0000] rev 6747
(svn r10785) [NewGRF_ports] -Fix: move the three dummy tables that are only needed in newgrf.cpp to newgrf.cpp so GCC can stop whining about unused variables.

Sat, 04 Aug 2007 21:33:27 +0000(svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement. NewGRF_ports
richk [Sat, 04 Aug 2007 21:33:27 +0000] rev 6746
(svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement.
Need to add saveload ability.

Sat, 04 Aug 2007 17:26:22 +0000(svn r10783) [NewGRF_ports] -Feature: Added placing FSMport in any of up to 4 different orientations. GUI now has a preview image for each orientation - not interactive, just a screenshot stored. NewGRF_ports
richk [Sat, 04 Aug 2007 17:26:22 +0000] rev 6745
(svn r10783) [NewGRF_ports] -Feature: Added placing FSMport in any of up to 4 different orientations. GUI now has a preview image for each orientation - not interactive, just a screenshot stored.
Next to modify the vehicle movement to account for the station orientation. Need to add saveload ability.
Commuter Airport rb_airport2.grf now includes 2 orientations.
airports.grf modified to include direction arrows.

Fri, 03 Aug 2007 18:24:48 +0000(svn r10767) [NewGRF_ports] -Add: Added sprite and nfo data for newgrf files. NewGRF_ports
richk [Fri, 03 Aug 2007 18:24:48 +0000] rev 6744
(svn r10767) [NewGRF_ports] -Add: Added sprite and nfo data for newgrf files.

Fri, 03 Aug 2007 18:10:15 +0000(svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
richk [Fri, 03 Aug 2007 18:10:15 +0000] rev 6743
(svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765

Tue, 31 Jul 2007 23:31:45 +0000(svn r10742) [NewGRF_ports] -Change: size_x and size_y needed to be stored in FTAClass for correct calculation of Cargo Acceptance. NewGRF_ports
richk [Tue, 31 Jul 2007 23:31:45 +0000] rev 6742
(svn r10742) [NewGRF_ports] -Change: size_x and size_y needed to be stored in FTAClass for correct calculation of Cargo Acceptance.

Tue, 31 Jul 2007 22:56:30 +0000(svn r10741) [NewGRF_ports] -Feature: Added multiblock import from newgrf. Catchment area (Prop 22) added. NewGRF_ports
richk [Tue, 31 Jul 2007 22:56:30 +0000] rev 6741
(svn r10741) [NewGRF_ports] -Feature: Added multiblock import from newgrf. Catchment area (Prop 22) added.
rb_airport2.grf : Commuter airport FSM updated to include catchment area, and multiblock lock on pos 0x10 Flying. Will only commence landing if both runway, and inway (pos 14) are clear.

Tue, 31 Jul 2007 22:52:47 +0000(svn r10740) [NewGRF_ports] -Change: Order of vars in MovingData struct modified for gcc compilation. NewGRF_ports
richk [Tue, 31 Jul 2007 22:52:47 +0000] rev 6740
(svn r10740) [NewGRF_ports] -Change: Order of vars in MovingData struct modified for gcc compilation.

Tue, 31 Jul 2007 00:36:55 +0000(svn r10738) [NewGRF_ports] -Feature: FSMblockmap class added. Basic FSM import complete. Need to handle multiple blocks on import. Aircraft controller recoded to work with new 128 bit blocks. Still need to write saveload for new blocks. NewGRF_ports
richk [Tue, 31 Jul 2007 00:36:55 +0000] rev 6739
(svn r10738) [NewGRF_ports] -Feature: FSMblockmap class added. Basic FSM import complete. Need to handle multiple blocks on import. Aircraft controller recoded to work with new 128 bit blocks. Still need to write saveload for new blocks.
rb_airport2.grf updated. Commuter airport FSM working.