Sun, 12 Aug 2007 17:31:37 +0000(svn r10868) [NewGRF_ports] -Fix: seaplaneport.grf missing new method of availability testing. NewGRF_ports
richk [Sun, 12 Aug 2007 17:31:37 +0000] rev 6796
(svn r10868) [NewGRF_ports] -Fix: seaplaneport.grf missing new method of availability testing.

Sun, 12 Aug 2007 17:30:00 +0000(svn r10867) [NewGRF_ports] -Fix: SYST class needed to be loaded to the specific class 31 to avoid disturbing list sequences. NewGRF_ports
richk [Sun, 12 Aug 2007 17:30:00 +0000] rev 6795
(svn r10867) [NewGRF_ports] -Fix: SYST class needed to be loaded to the specific class 31 to avoid disturbing list sequences.

Sun, 12 Aug 2007 14:16:33 +0000(svn r10866) [NewGRF_ports] -Change: Removed letters NW etc from arrow icons. NewGRF_ports
richk [Sun, 12 Aug 2007 14:16:33 +0000] rev 6794
(svn r10866) [NewGRF_ports] -Change: Removed letters NW etc from arrow icons.

Sun, 12 Aug 2007 14:04:32 +0000(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games. NewGRF_ports
richk [Sun, 12 Aug 2007 14:04:32 +0000] rev 6793
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
-Add: Added SYST class for system (hidden) FSMs (like oilrigs), that should not appear in the build lists.

Sun, 12 Aug 2007 12:33:25 +0000(svn r10864) [NewGRF_ports] -Add: Dutch translations to the NewGRF to show how translations should be added to the NewGRFs. NewGRF_ports
rubidium [Sun, 12 Aug 2007 12:33:25 +0000] rev 6792
(svn r10864) [NewGRF_ports] -Add: Dutch translations to the NewGRF to show how translations should be added to the NewGRFs.

Sun, 12 Aug 2007 02:08:30 +0000(svn r10863) [NewGRF_ports] -Fix: Calculation of rate of height loss was always reducing by a minimum of 1. Now rate of change is rounded to nearest of 0 or -1. NewGRF_ports
richk [Sun, 12 Aug 2007 02:08:30 +0000] rev 6791
(svn r10863) [NewGRF_ports] -Fix: Calculation of rate of height loss was always reducing by a minimum of 1. Now rate of change is rounded to nearest of 0 or -1.
This allows shallower approach angles (as in commuter airport).
(Can be done neater with floating point, but integers keep it faster.)

Sun, 12 Aug 2007 00:10:20 +0000(svn r10862) [NewGRF_ports] -Change: Updates to spec. Prop 0E, Prop 1D, Prop 23. NewGRF_ports
richk [Sun, 12 Aug 2007 00:10:20 +0000] rev 6790
(svn r10862) [NewGRF_ports] -Change: Updates to spec. Prop 0E, Prop 1D, Prop 23.

Sun, 12 Aug 2007 00:04:43 +0000(svn r10861) [NewGRF_ports] -Change: Updates to spec now reflected in newgrf.cpp. No trailing 00 00 in Prop 0E. Prop 19 now identifies which hangar each coordinate is for. (allows multi-tile depots). NewGRF_ports
richk [Sun, 12 Aug 2007 00:04:43 +0000] rev 6789
(svn r10861) [NewGRF_ports] -Change: Updates to spec now reflected in newgrf.cpp. No trailing 00 00 in Prop 0E. Prop 19 now identifies which hangar each coordinate is for. (allows multi-tile depots).

Sat, 11 Aug 2007 23:48:46 +0000(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf. NewGRF_ports
richk [Sat, 11 Aug 2007 23:48:46 +0000] rev 6788
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
-Change: Updates to spec now reflected in .nfo. No trailing 00 00 in Prop 0E. Prop 19 now identifies which hangar each coordinate is for. (allows multi-tile depots).

Sat, 11 Aug 2007 23:18:05 +0000(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo. NewGRF_ports
rubidium [Sat, 11 Aug 2007 23:18:05 +0000] rev 6787
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.