1
0
Fork 0
flightgear/src
mfranz 7d5c5e4aaf Roy Vegard OVESEN & Lee ELLIOT:
Lee has added two new filter types, "gain" and "reciprocal". These filters can
read their gain factor from a property. In the process we also added minimum
and maximum output clamps that are applicable to all filters.

I added the ability to configure adaptive controllers i.e. the controller gain
can be tied to a property, so that it can be changed at runtime. This
requires a change in the xml structure of the autopilot configuration file:

<Kp>
  <prop>/autopilot/KAP140/settings/ROL/Kp</prop>
  <value>0.10</value>
</Kp>        <!-- proportional gain -->

The old method <Kp>0.10</Kp> still works so as to not break all existing
autopilots, but it will output a warning to use the new method.
2008-02-17 09:44:03 +00:00
..
AIModel Wingman code from Vivian Meazza 2008-02-15 11:06:27 +00:00
Aircraft set MAX_ENGINES=12 (10 aren't enough for the DO-X) 2008-01-26 14:02:53 +00:00
Airports cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
ATC any wind < 1kt is "calm", not just 0.0 2008-02-07 16:42:32 +00:00
Autopilot Roy Vegard OVESEN & Lee ELLIOT: 2008-02-17 09:44:03 +00:00
Cockpit cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
Environment cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
FDM Maik: remove tow end force smoothing. 2008-02-01 19:56:51 +00:00
GUI Memory leak fixes from Till Busch 2008-01-19 18:06:05 +00:00
Include Make comparisons against OSG version less flakey 2007-10-04 20:40:29 +00:00
Input cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
Instrumentation The Concorde Maintainer: 2008-02-07 20:41:00 +00:00
Main Csaba HALASZ: implement conditional (e.g. seasonal) texture loading at startup 2008-02-15 17:54:23 +00:00
Model Add checks to avoid writing NaNs into the scene graph transforms 2008-01-10 08:22:48 +00:00
MultiPlayer add some generic properties for free use 2007-12-08 09:49:16 +00:00
Navaids Use SGSharedPointer instead of the ssgSharedPointer from the plib branch. 2007-10-20 18:28:22 +00:00
Network cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
Scenery Toggle tree effect on /sim/rendering/random-vegetation property 2008-02-07 23:02:51 +00:00
Scripting Fix leak in interpolate(). Also give property nodes a name so they 2008-01-22 20:09:02 +00:00
Sound segfault in fg_fx.cxx fix 2008-01-17 08:28:43 +00:00
Systems - degrade electrical XML SG_ALERT to SG_WARN. The reason why this is output 2007-05-11 18:00:07 +00:00
Time Modified Files: 2007-05-05 08:08:24 +00:00
Traffic Another round of memory leak fixes from Till Busch 2008-01-24 23:05:58 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am In the process of changing, adding and removing files the last few years 2005-11-01 13:41:49 +00:00