1
0
Fork 0
flightgear/src
Torsten Dreyer c56aaa8771 add <initialize-to> to components
The tag <initialize-to> can be used to control the value
of the output when the component is first enabled. This
controls initialization of the output property and the current
value for internal computation
Valid values are

  <initialize-to>input</initialize-to>
set the output-property to the input value

  <initialize-to>output</initialize-to>
set the output-property to the output value

  <initialize-to>none</initialize-to>
ignore input and output value
2010-11-02 11:07:33 +01:00
..
AIModel Fixed some compiler warnings. 2010-10-29 21:14:09 +02:00
Aircraft Ensure sim/signals/fdm-initialized is only fired on a rising edge; add sim/fdm-initialized as the state value. 2010-07-13 13:47:24 +01:00
Airports Remove direct uses of PLIB ulXXX functions 2010-10-24 07:10:51 +01:00
ATC Remove references to old (unused) airways code 2010-10-20 17:54:16 +01:00
ATCDCL Remove old AI system 2010-08-03 00:21:56 +01:00
Autopilot add <initialize-to> to components 2010-11-02 11:07:33 +01:00
Cockpit Remove a stray include that got missed. 2010-10-29 14:11:54 +01:00
Environment Fix timing issue on startup for auto runway selection 2010-10-11 21:21:53 +02:00
FDM Don't blindly delete the global property tree on reinit 2010-10-29 09:00:31 +02:00
GUI Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/flightgear into integration/merge9 2010-10-25 09:12:21 +01:00
Include Kill off the general.hxx header 2010-10-01 09:35:37 +01:00
Input Use new Simgear platform defines in Input code. 2010-10-31 12:23:16 +00:00
Instrumentation Fixed some compiler warnings. 2010-10-29 21:14:09 +02:00
Main Added null pointer check to AI subsystem tear down in FGGlobals destructor to avoid crash when using --help option 2010-10-31 00:36:54 +02:00
Model Fix issue identified by AndersG - don't load 2.5D panels for MP aircraft, only the main aircraft. 2010-08-14 19:50:22 +01:00
MultiPlayer PLIB net removed from FlightGear 2010-10-24 07:10:51 +01:00
Navaids Remove references to old (unused) airways code 2010-10-20 17:54:16 +01:00
Network src/Network/jpg-httpd.cxx: Include C++ C headers instead of plain C headers. 2010-10-24 15:22:06 +02:00
Scenery Thorsten Brem's patches for bug 122 2010-10-03 08:35:12 +02:00
Scripting Convert nasal directory() helper to use simgear::Dir 2010-10-24 07:10:51 +01:00
Sound Pass current-dir into XMLSound 2010-09-06 09:28:28 +01:00
Systems Fix one more place to use path resolution 2010-09-06 16:10:58 +01:00
Time Allow for scenery de-saturation 2010-09-12 11:06:14 +02:00
Traffic Remove direct uses of PLIB ulXXX functions 2010-10-24 07:10:51 +01:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Conditional compilation of ATCDCL module. Use --disable-atcdcl to try building flightgear without ATCDCL code. 2009-12-30 17:44:06 +01:00