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.)
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.
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).
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).
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.
rubidium [Sat, 11 Aug 2007 23:02:34 +0000] rev 6786
(svn r10858) [NewGRF_ports] -Fix: unix does not like "\" as path separator.
[NewGRF_ports] -Codechange: use version 7 of the NewGRF specifications, so we can translate the GRF to a lot more languages.
rubidium [Sat, 11 Aug 2007 22:25:28 +0000] rev 6785
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
richk [Sat, 11 Aug 2007 20:17:18 +0000] rev 6784
(svn r10855) [NewGRF_ports] -Add: Added newgrf spec to docs directory.
rubidium [Sat, 11 Aug 2007 20:16:40 +0000] rev 6783
(svn r10854) [NewGRF_ports] -Fix: GCC wants that you specify that a constant is uint64 (unsigned long long).
richk [Sat, 11 Aug 2007 19:57:00 +0000] rev 6782
(svn r10853) [NewGRF_ports] -Feature: Added heliport to airportsbasic.grf. Added Heli-EndTakeoff stage.
Fix: Terminals (and especially helipads) were being incorrectly selected. Terminals may now be selected if the vehicle already owns the terminal bit.
Add: Added SetAll function if 0xFF found in blocklist.
Fix: Corrections to large airport (mostly heli-related).