]> git.mxchange.org Git - flightgear.git/commit
Convert runway parser and all internals to metric units and 2 runway ends.
authorChristian Schmitt <chris@ilovelinux.de>
Thu, 21 Feb 2013 21:47:01 +0000 (22:47 +0100)
committerChristian Schmitt <chris@ilovelinux.de>
Thu, 28 Feb 2013 12:38:04 +0000 (13:38 +0100)
commit715c48e2d7bda63c8ca8b6960f624dc30d38334c
treeb5205d7c782a321fbcd8bad956a6b14d1cdac57f
parentd9026d776cce9015408d75021c96e1a49b8d3f3e
Convert runway parser and all internals to metric units and 2 runway ends.

This eliminates many conversations between ft and m and gives us runway start/end
points that are needed for many calculations. Also, this prepares the internals for
the upcoming apt.dat 850+ format that uses the metric system as well as start/end points.
src/Airports/airport.cxx
src/Airports/apt_loader.cxx
src/Airports/runwaybase.cxx
src/Airports/runwaybase.hxx
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Navaids/NavDataCache.cxx