]> git.mxchange.org Git - flightgear.git/history - src/Autopilot
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / src / Autopilot /
2016-09-22 James TurnerWork with new SGPath API.
2016-01-06 James TurnerFix some more uses of libC time()
2015-12-10 James TurnerProgress towards testing
2015-11-29 James TurnerMerge /u/r-harrison/flightgear/ branch next into next
2015-07-08 Torsten DreyerCleanup: remove unused code and includes
2015-05-19 Torsten DreyerMerge commit 'c8115f516c47fd389b34f59055d3c2e9a6b697e2...
2015-05-02 Thomas Albrechtrenamed to DampedOscillation
2015-04-07 Torsten DreyerDigitalFilter: remove debug output
2015-04-07 Thomas Albrechtadd DampedOsciFilter
2015-03-22 Torsten DreyerFix StateMachine autopilot component
2015-02-23 James TurnerFlightPlan activation, delegate hook.
2014-12-08 James TurnerFix flight-plan course and distance computations.
2014-05-20 Torsten Dreyerset corret logging class for A/P messages
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1579' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1578' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-28 Torsten DreyerAutopilot: enable debug output for logic elements
2014-03-05 Thomas GeymayerUpdate for SGPropertyNode changes.
2014-02-26 Thomas GeymayerAutopilot: fix wrong warning for unknown node
2014-02-24 Thomas GeymayerAutopilot: fix configuration to prevent false warnings.
2014-02-09 Thomas GeymayerAutopilot: add interface properties and property-root.
2014-02-09 Thomas GeymayerXMLAutopilot: cleanup and remove code already available...
2013-12-22 Thomas GeymayerPID: ensure correct initialization with large sampling...
2013-12-19 Torsten Dreyerautopilot: add the forgotten RateLimitFilter
2013-12-17 Torsten DreyerAdd new filters from Alan Teeder
2013-12-09 James TurnerBug 1289, crash on AP reload
2013-12-03 Gijs de RooyOutput route manager ETA in seconds
2013-12-01 James TurnerFix a copy-paste bug in the route-manager.
2013-11-25 James TurnerRemove dependency on command-mgr singleton
2013-11-12 James TurnerReset: route-manager guard against no plan.
2013-11-12 James TurnerReset: remove commands
2013-10-21 James TurnerFix an MSVC debug crash.
2013-09-08 Thomas GeymayerFix signed/unsigned missmatch.
2013-09-05 Torsten DreyerFix #1186 moving average filter
2013-08-19 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-06-27 James TurnerNamespace fixes for std::string
2013-06-21 James TurnerFix warnings identified by updated XCode.
2013-06-18 Thomas GeymayerRevert "Autopilot: Optionally write (internal) state...
2013-06-17 Thomas GeymayerAutopilot: Optionally write (internal) state to propert...
2013-05-26 James TurnerFix a FlightPlan lifetime issue.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2013-02-07 Christian SchmittSome headers missing... ;)
2013-01-31 James TurnerInitial work on state-machine AP module.
2012-12-31 Torsten DreyerAutopilot: rename parameter, no functional change
2012-12-31 Torsten DreyerAutopilot: initialize the derivative filter
2012-12-30 James TurnerNicer default SID and approach procedures.
2012-12-29 James TurnerBug 974, GPS exceptions at end-of-route.
2012-12-24 James TurnerFix altitudes on default SIDs and approaches.
2012-11-24 James TurnerFix duplicate runway wpt in default approach.
2012-11-18 ThorstenBFixed some uninitialized member vars and a mem leak.
2012-11-15 Frederic BouvierMSVC compile fix
2012-11-12 James TurnerSupport for creating default SID/approach.
2012-09-26 James TurnerPart of bug 885
2012-09-26 James TurnerQuieten down autopilot creation log.
2012-09-19 James TurnerFix classes derived from SubsystemGroup.
2012-08-21 James TurnerFix some places relying on public 'using std::string...
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-07-29 Mathias Froehlichautopilot: Introduce virtual dtor.
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.
2012-05-11 James TurnerRemove remaining includes of simgear/waypoint
2012-05-11 James TurnerRemove stale includes, use local ground-speed property.
2012-05-09 James TurnerAirways routing is driven via Nasal now.
2012-05-08 James TurnerExpose airways via Nasal, and allow waypoint creation...
2012-05-07 James TurnerFix various route-manager issues reported by Hyde.
2012-05-06 James TurnerFix SID class ambiguity on Windows (clashes with winnt.h)
2012-05-06 James TurnerCreate a real FlightPlan (and Leg) class
2012-05-04 ThorstenBGanael Laplanche: fix include dependencies for FreeBSD...
2012-05-04 ThorstenBClean-up some SGMath dependencies.
2012-04-25 ThorstenBAbstract AP implementation base classes need a virtual...
2012-04-09 James TurnerRoute-manager distance helpers for Hyde and others...
2012-04-05 Torsten DreyerAutopilot: save loads of CPU cycles
2012-03-27 James TurnerFix total-distance computation in the route-manager...
2012-03-07 ThorstenBFix segfault when loading routes in RouteManager
2012-03-06 Torsten DreyerSpring-cleaning: some minor optimization
2012-02-15 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2012-02-15 Torsten DreyerSome xml-autopilot tuning
2012-02-12 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2012-02-12 Torsten DreyerSome autopilot works
2012-01-22 ThorstenB#609 route manager/nav display related startup segfault
2012-01-08 James TurnerWhen clearing the route, skip generated waypoints.
2011-11-23 adrianMerge branch 'next' into comm-subsystem
2011-11-01 James TurnerGoodbye automake.
2011-10-29 adrianMerge branch 'next' into comm-subsystem
2011-10-28 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-27 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-27 Torsten DreyerSome autopilot fixes
2011-10-23 James TurnerFix some code which clang didn't like
2011-10-17 James TurnerFix (nearly) all the std:: namespace violations in...
2011-10-06 adrianMerge branch 'next' into comm-subsystem
2011-09-19 James TurnerExpose route-manager WP mirror nodes on the API
2011-09-19 James TurnerExpose departure+arrival airport + runway on route...
2011-08-25 Torsten Dreyerfix #416: reciprocal filter broken
2011-08-16 Curtis L. OlsonFix a couple issues with non-referenced files missing...
2011-07-31 Durk TalsmaMerge branch 'next' into durk-atc
2011-07-30 James TurnerFixes for include-file flattening - condition.hxx no...
2011-07-24 Durk TalsmaMerge branch 'next' into durk-atc
next