1
0
Fork 0
flightgear/src
david c37d2019e0 Patch from Melchior Franz:
- don't send "set" confirmation when in data mode. If an external
  program really cares if the settings were accepted, which is
  rather unlikely, it simply has to "get" the property again.
  The returned line would have been a pain to parse, anyway
  (something like "from-model =  'true'  (bool)").
- do not only "set" the first token, but concatenate all given
  tokens with a space in between. This won't be used much, but
  makes sense for setting strings, while it does no harm when setting
  numbers. Silently ignoring all but the first token is impolite. ;-)
- remove old, commented out debug message that doesn't make much
  sense any more.
2002-05-09 21:57:07 +00:00
..
Aircraft Updates to build system to better support automake-1.5 2001-12-28 22:29:59 +00:00
Airports Re-arranged include files to reduce external dependencies for a slight 2002-04-04 06:05:51 +00:00
ATC Patch from Melchior Franz: 2002-04-25 19:26:18 +00:00
Autopilot Patch from Melchior Franz: 2002-03-30 12:51:02 +00:00
Cockpit Patch from Melchior Franz: 2002-04-25 19:26:47 +00:00
Controls Cleaned up initialization of parking brake to be more consistent. 2002-04-26 01:53:41 +00:00
Environment Added an interface for an environment controller, together with a 2002-05-07 00:03:54 +00:00
FDM Patch from Melchior Franz: 2002-05-09 21:56:31 +00:00
GUI Patch from Jim Wilson: 2002-05-09 21:15:01 +00:00
Include Bernie Bright: 2002-04-25 20:31:38 +00:00
Input Added groundwork for reading a joystick name from the latest plib CVS 2002-04-18 20:18:33 +00:00
Main Regularized the position initialization: 2002-05-01 23:13:36 +00:00
Model Added a new 'billboard' animation type. This animation takes one 2002-05-03 21:09:14 +00:00
Navaids Of all the ILS stations that match the specified frequency and are in range, 2002-04-15 17:53:05 +00:00
Network Patch from Melchior Franz: 2002-05-09 21:57:07 +00:00
NetworkOLK Major property-manager rewrite, using const char * throughout 2002-03-19 17:12:13 +00:00
Objects Fix a couple "make dist" problems that crept in since the last release. 2002-04-21 05:51:37 +00:00
Scenery Patch from Norman Vine: 2002-04-25 19:44:27 +00:00
Sound Erik Hofman: 2002-05-09 04:24:39 +00:00
Time Bernie Bright: 2002-04-25 20:31:14 +00:00
WeatherCM Fix a couple "make dist" problems that crept in since the last release. 2002-04-21 05:51:37 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00