]> git.mxchange.org Git - flightgear.git/history - src/Autopilot/newauto.cxx
Fix a numeric_limits problem for older stdc++ libraries.
[flightgear.git] / src / Autopilot / newauto.cxx
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-09-26 ehofmanJim Wilson:
2003-07-22 ehofmanFix a devide by zero bug"src/Autopilot/newauto.cxx
2003-07-19 ehofmanThis backs out only the target climb rate calculation...
2003-07-17 ehofmanJim Wilson:
2003-07-07 curtA couple fixes so the nav/ils heading hold will work...
2003-07-04 davidRename some existing variables/methods in the navcomm...
2003-06-29 ehofmanAdd Lee Elliott's per aircraft configurable terrain...
2003-04-22 ehofmanWendell Turner writes:
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2002-11-15 curtRestructuring some of the initialization code.
2002-10-23 curtFixed the DG heading bug hold to work with the new...
2002-10-16 curtNorman Vine:
2002-09-19 curtCascading changes from the navcom.[ch]xx addition.
2002-07-18 davidPatch from Cameron Moore:
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-06-07 davidPatch from Jim Wilson:
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-11 davidMajor overhaul:
2002-03-30 davidPatch from Melchior Franz:
2002-03-27 curtChanges corresponding to recent property manager changes
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-13 davidAutopilot cleanup:
2002-03-01 curtThis is the change where autopilot bindings are moved...
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-01-31 curtAdditional autopilot tuning taking into consideration...
2002-01-24 curtAutopilot now honors tunable altitude hold parameters...
2001-12-11 curtNorman's changes to display a scrolling "PAUSE" message...
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-08-14 curtMisc tweaks.
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-02 curt** Properties Renamed
2001-06-26 curtMoved DEFAULT_AP_HEADING_LOCK to newauto.hxx
2001-06-06 curtOptimized property manager accesses.
2001-06-05 curt- eliminated all references to BFI; use properties...
2001-05-29 curtWin32 fixes.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace.
2001-03-24 curtSG_ namespace
2001-03-24 curtFG_ to SG_ namespace changes.
2001-02-27 curtBackcourse ILS needle should move correct direction...
2001-02-27 curtLots of little tweaks to autopilot to make it more...
2001-02-25 curtAutopilot in nav1 tracking mode bases heading off of...
2001-02-25 curtFixed a typo preventing the nav2 heading needle from...
2001-02-25 curtAutopilot in Nav1 heading hold mode is now driven just...
2001-02-24 curtAutopilot fixes so when in NAV1 radial hold mode we...
2001-02-07 curtChanges to make the default autopilot heading hold...
2001-02-02 curtWorking on ironing out issues with VOR navigation....
2001-01-26 curtTweaks to autopilot, but I'm not 100% happy with the...
2001-01-13 curtDavid Megginson writes:
2001-01-11 curtInternal interface changes by David Megginson.
2000-11-25 curtFix an autopilot rate of climb bug (meter vs. feet...
2000-10-19 curtMoved winWidth and winHeight out of FGViewer since...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-13 curtPanel tweaks to support "shaped" panels.
2000-10-12 curtLot's of massaging to get the WAYPOINT hold mechanism...
2000-10-11 curtChanges to support new simgear waypoint module.
2000-09-27 curtA bit of fg->sg namespace changing.
2000-07-14 curtAutopilot altitude increment fixes.
2000-05-16 curtFixes to magnetic compass.
2000-05-14 curtFixed a typo rich messed up vor range calculations.
2000-05-12 curtMore fixes to ils approaches and autopilot.
2000-05-12 curtFixes to ILS approaches ... now takes into consideratio...
2000-05-12 curtMore magvar fixes relating to vor/ils.
2000-05-12 curtAdded magvar offset to VOR's.
2000-05-04 curtminor tweaks.
2000-05-04 curtOverhaul of the navaid system to increase efficiency...
2000-04-30 curtFirst stab at NAV1 and GS hold modes for the autopilot.
2000-04-30 curtMinor autopilot/gui tweaks.
2000-04-30 curtAutopilot "class-ification".