]> git.mxchange.org Git - flightgear.git/history - src/Navaids/FlightPlan.cxx
Fix distance-along-path computation
[flightgear.git] / src / Navaids / FlightPlan.cxx
2014-12-25 James TurnerFix distance-along-path computation
2014-12-20 James TurnerRoute path
2014-12-18 James TurnerFix route-path bugs:
2014-12-08 James TurnerFix flight-plan course and distance computations.
2014-12-04 James Turnerfind waypoints in the flight plan.
2014-02-21 James TurnerFix for bug 1304 - crash loading XML route
2014-01-17 James TurnerFix un-initialized memory read.
2013-12-08 ThorstenBRoute manager support to read flightplans in GPX format
2013-07-17 James TurnerWork-around for bug 1134, crash with flightplans.
2013-05-26 James TurnerFix a FlightPlan lifetime issue.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2012-12-31 James TurnerFlightplan delegate hook for clearing the FP.
2012-12-26 James TurnerExpose position along the flight-path to Nasal.
2012-11-27 James TurnerBug #927 - flightplan XML loading.
2012-11-23 ThorstenBUse more specific logging classes for SG_LOG.
2012-11-20 James TurnerQuiet some log output.
2012-09-27 James Turner#793 - invalid data on final FP leg.
2012-09-21 ThorstenBAvoid compiler warning.
2012-06-26 James TurnerFix an edge case in flight-plan inserts.
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-15 James TurnerMore route-manager functionality moved to Nasal.
2012-05-12 James TurnerExpose FlightPlan delegates to Nasal, finally.
2012-05-12 James TurnerBreak FlightPlan out into its own file.