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.

Sat, 11 Aug 2007 23:02:34 +0000(svn r10858) [NewGRF_ports] -Fix: unix does not like "\" as path separator. NewGRF_ports
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.

Sat, 11 Aug 2007 22:25:28 +0000(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too. NewGRF_ports
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.

Sat, 11 Aug 2007 20:17:18 +0000(svn r10855) [NewGRF_ports] -Add: Added newgrf spec to docs directory. NewGRF_ports
richk [Sat, 11 Aug 2007 20:17:18 +0000] rev 6784
(svn r10855) [NewGRF_ports] -Add: Added newgrf spec to docs directory.

Sat, 11 Aug 2007 20:16:40 +0000(svn r10854) [NewGRF_ports] -Fix: GCC wants that you specify that a constant is uint64 (unsigned long long). NewGRF_ports
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).

Sat, 11 Aug 2007 19:57:00 +0000(svn r10853) [NewGRF_ports] -Feature: Added heliport to airportsbasic.grf. Added Heli-EndTakeoff stage. NewGRF_ports
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).

Sat, 11 Aug 2007 19:50:48 +0000(svn r10852) [NewGRF_ports] -Fix: Added reading of Prop 19 Vehicle Feature. NewGRF_ports
richk [Sat, 11 Aug 2007 19:50:48 +0000] rev 6781
(svn r10852) [NewGRF_ports] -Fix: Added reading of Prop 19 Vehicle Feature.
Byte not yet stored, but was causing misreading of .grfs that already contained it.

Fri, 10 Aug 2007 23:40:47 +0000(svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames. NewGRF_ports
richk [Fri, 10 Aug 2007 23:40:47 +0000] rev 6780
(svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames.
Either bounce aircraft into air or stay in hangar.

Fri, 10 Aug 2007 18:51:28 +0000(svn r10847) [NewGRF_ports] -Fix: Airports were set to temperate only. Removed. Also NFOrenum both .nfos. NewGRF_ports
richk [Fri, 10 Aug 2007 18:51:28 +0000] rev 6779
(svn r10847) [NewGRF_ports] -Fix: Airports were set to temperate only. Removed. Also NFOrenum both .nfos.