]> git.mxchange.org Git - flightgear.git/history - src/Autopilot/xmlauto.cxx
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / Autopilot / xmlauto.cxx
2009-12-27 jmtAutopilot: clean up the helpers code (which drives...
2009-12-20 torstenIngore unhandled top level elements instead of not...
2009-12-18 torsten- introduce some typedefs for SGSharedPtr<>
2009-11-29 torsten- fix the <condition> element which was no longer worki...
2009-11-27 Tim MooreMerge branch 'luff/kln89'
2009-11-27 Tim MooreMerge branch 'jmt/gps'
2009-11-26 Tim MooreMerge branch 'jmt/dialog'
2009-11-06 Tim MooreMerge branches 'durk/scenery' and 'ehofman/fog'
2009-11-06 Tim MooreMerge branch 'tat/configure'
2009-11-06 Tim MooreMerge branch 'aperry/tsync'
2009-10-12 Tim MooreMerge branches 'jmt/dialog' and 'durk/scenery'
2009-10-12 Tim MooreMerge branches 'jmt/brakes' and 'jmt/dump'
2009-10-12 Tim MooreMerge branch 'stuart/clouds'
2009-10-12 Tim MooreMerge branch 'torsten/axes'
2009-10-12 Tim MooreMerge branches 'jmt/xmlauto', 'luff/kln89' and 'curt...
2009-09-23 jmtRefactor the XMLAuto parsing code to no longer warn...
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-23 torstenfix warnings (order of initialization)
2009-07-02 torstenfix self initialized of average variable in FGPredictor
2009-07-02 fredbSuppress warnings
2009-05-19 torstensupport
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-07-31 ehofmanheader cleanups
2008-06-02 timooreInclude <iostream> and using declarations as needed.
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-06-24 curtCreate a "passive" mode for the autopilot. This is...
2006-02-22 daveluffRecent SimGear changes seem to require more additions...
2006-02-21 mfranznew FSF address
2006-02-04 mfranztypo
2005-09-25 ehofmanRoy Vegard Ovesen:
2005-09-16 curtLee Elliot:
2005-02-01 curtRoy Ovesen:
2005-01-20 ehofmanRoy Vegard Ovesen:
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-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 curtComment out some unused references and left over debugg...
2004-01-31 curtCurt Olson: