]> git.mxchange.org Git - flightgear.git/commit
Fix flight-plan course and distance computations.
authorJames Turner <zakalawe@mac.com>
Mon, 8 Dec 2014 17:56:15 +0000 (17:56 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 8 Dec 2014 17:56:15 +0000 (17:56 +0000)
commit01622dd1f4e990fc588a0eed5cde1c42a1b378e8
treedeec462c9bf49636fa1d0df17f414e04cf21d9c9
parent938a180c3ddd0ff0618b9a1bc7699093fa7c921e
Fix flight-plan course and distance computations.

Always use the RoutePath system for course and distance computations
in the flight plan, so that dynamic segments are handled correctly.
src/Autopilot/route_mgr.cxx
src/GUI/WaypointList.cxx
src/GUI/WaypointList.hxx
src/Instrumentation/gps.cxx
src/Navaids/FlightPlan.cxx
src/Navaids/route.cxx
src/Navaids/route.hxx
src/Navaids/routePath.cxx
src/Navaids/routePath.hxx
src/Scripting/NasalPositioned.cxx