]> git.mxchange.org Git - flightgear.git/history - src/Autopilot
Synchronized with JSBSim/CVS
[flightgear.git] / src / Autopilot /
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
2011-07-19 James TurnerCMake header support for XCode/Visual Studio
2011-07-07 ThorstenB#367: Add visible error messages when flight plan file...
2011-07-06 ThorstenB#367: raise log level for some routemanager error messages
2011-07-03 ThorstenB#348 related: More places where missing files were...
2011-06-05 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2011-06-01 Durk TalsmaMerge branch 'next' into durk-atc
2011-06-01 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
2011-06-01 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-05-31 James TurnerMake basic route-manager commands be real SGCommands
2011-05-31 Durk TalsmaMerge branch 'next' into durk-atc
2011-05-27 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
2011-05-27 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2011-05-26 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-05-25 James TurnerMerge branch 'refs/heads/topics/loadfp' into next
2011-05-25 James TurnerMake --flight-plan option delegate to the route-manager...
2011-02-19 ThorstenBMerge remote branch 'origin/releases/2.2.0' into next
2011-02-15 Tim MooreMerge branch 'releases/2.2.0' into next
2011-01-23 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-01-23 ThorstenBMake route editing sane.
2011-01-22 ThorstenBMake route editing sane.
2011-01-21 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-01-20 James TurnerExpand route-manager waypoint info, to support smarter...
2011-01-19 James TurnerFix bug 259 - don't override existing airport/runway...
2011-01-18 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-01-17 Torsten DreyerAutopilot: use SimGear function
2010-12-19 James TurnerInitial work on CMake build files, with considerable...
2010-12-15 Torsten Dreyermsvc warning fixes
2010-12-05 Dave LuffMerge branch 'next' of gitorious.org:fg/flightgear...
2010-12-05 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
next