]> git.mxchange.org Git - flightgear.git/history - src/Autopilot
Tie samplegroup 'avionics' to the listener, just in case no other device is created...
[flightgear.git] / src / Autopilot /
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-23 torstenfix warnings (order of initialization)
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-07-02 torstenfix self initialized of average variable in FGPredictor
2009-07-02 fredbSuppress warnings
2009-05-19 torstensupport
2009-05-18 mfranzleak fixes
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-01 torstenadded new features:
2009-04-01 torsten- created a class for InputValues
2009-03-18 mfranzMerge branch 'master' of ../.fg.osg
2009-03-05 torstenAdded support for <condition> elements under <enable...
2009-03-05 torstenAdded support for <condition> elements under <enable...
2009-02-03 Tim MooreMerge branch 'releng/1.9.1' into maint
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 mfranzsegfault--
2008-12-04 fredbJames Turner :
2008-12-03 fredbJames Turner:
2008-09-10 ehofmanJames Turner:
2008-07-31 ehofmanheader cleanups
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-06-06 mfranzmake route manager input case insensitive
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2008-04-28 mfranzCsaba "Jester" HALASZ:
2008-04-06 durkSyd Adams: Enable bank limit controls with the autopilot.
2008-03-24 timooreautopilot filter deque fixes
2008-02-17 mfranzRoy Vegard OVESEN & Lee ELLIOT:
2008-02-04 curtRoy Ovesen:
2008-01-19 timooreMemory leak fixes from Till Busch
2007-07-09 mfranzHarald JOHNSEN: initialize elapsedTime
2007-06-26 curtFix a long standing bug in a code path that is probably...
2006-07-12 curtFix a small typo.
2006-06-24 curtCreate a "passive" mode for the autopilot. This is...
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-05-14 mfranzfix data type (no wonder that this crashes on 64 bit...
2006-05-12 mfranz- remove listener first in the destructor
2006-05-12 mfranzonly lock AP automatically if above /autopilot/route...
2006-05-11 mfranzonly activate heading & altitude lock when in air ...
2006-05-10 mfranzalso set new target altitude if wp is appended to empty...
2006-05-10 mfranz- set target altitude if a new WP becomes active throug...
2006-05-09 mfranzremove wrong comment; should be obvious, anyway
2006-05-09 mfranz- implement target altitude handling
2006-05-08 mfranzignore spaces after the colon in "@insert 3: ebase"
2006-05-08 mfranz- move auto_gui's addWaypoint to routemgr.cxx
2006-04-27 mfranzuse guarded pointers
2006-04-27 mfranzworking on the termination of the last hardcoded dialog...
2006-02-22 daveluffRecent SimGear changes seem to require more additions...
2006-02-21 mfranznew FSF address
2006-02-04 mfranztypo
2005-12-29 ehofmanDurk Talsma, Olaf Flebbe & Mathias Fröhlich:
2005-11-06 mfranzbacking out all changes to non-depreciated symbols...
2005-11-04 mfranzreplace depreciated plib symbols with their new forms
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-10-25 ehofmanAlex Romosan:
2005-10-22 ehofmanVassilii Khachaturov:
2005-09-25 ehofmanRoy Vegard Ovesen:
2005-09-16 curtLee Elliot:
2005-02-10 ehofmanDurk Talsma:
2005-02-01 curtRoy Ovesen:
2005-01-20 ehofmanRoy Vegard Ovesen:
2004-12-22 curtReplace the data/Airports/basic.dat.gz and data/Airport...
2004-12-04 curtA few more radios -> instrumentation name changes thank...
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-10-14 ehofmanRoy Vegard Ovesen:
2004-09-09 ehofmanMove depreciated files to the bitbucket.
2004-05-26 curtMove navaids and fixes out of "global" name space into...
2004-04-12 curtAdd a pressure rate helper function for Roy's KAP140...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-21 curtJim Wilson:
2004-03-19 curtJim Wilson:
2004-03-15 curtMake sure delta_u_n and u_n are always explicitely...
2004-03-15 curtRoy Vegard Ovesen:
2004-02-12 curtInitialize autopilot output to start at current manual...
2004-02-05 curtAdd my old ultra-simplistic PI controller. The fancy...
2004-02-04 curtAdd vertical speed fpm conversion since the fdm provide...
2004-02-04 curtCleaned up some left over stuff. Working towards infra...
2004-02-03 curtautopilot reinit() now reloads config file.
2004-02-03 curtRemove stray debugging output.
2004-02-03 curtComment out some unused references and left over debugg...
2004-02-01 curtInclude compiler.h and config.h first.
2004-01-31 curtCurt Olson:
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-11-24 davidUse proper logging facility, and lower the priority...
2003-09-26 ehofmanJim Wilson:
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
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-05-06 curtThis is step "1" of probably "many" in the process...
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.
2003-01-20 curtFix a potential buffer overflow.
2003-01-05 curtAdd support for in-air preset starts relative to a...
2002-12-17 curtNorman Vine:
2002-11-15 curtRestructuring some of the initialization code.
next