1
0
Fork 0
flightgear/src
david ce4ea1d432 Patch from Melchior Franz:
- merged the _MWERKS_ and the generic branch, only the loop head needs
  different treatment
- created a constructor; the operator>> wouldn't have initialized all
  variables in case of a broken default.fix.gz entry, so we would have
  got a mixture of the broken one and the previous one; (valgrind
  complained ...)
- move the automatic FGFix variable into the loop, so that the gets
  cleanly constructed for every database entry.
- don't access fix.type before it is initialized
- updated the commented out debug output statements (they were copied
  over from navlist.cxx but never adapted)
2002-03-30 12:50:01 +00:00
..
Aircraft Updates to build system to better support automake-1.5 2001-12-28 22:29:59 +00:00
Airports Patch from Melchior Franz: 2002-03-25 20:05:34 +00:00
ATC Added a final newline to avoid a compiler warning. 2002-03-13 14:17:59 +00:00
Autopilot Changes corresponding to recent property manager changes 2002-03-27 18:47:31 +00:00
Cockpit Patch from Melchior Franz: 2002-03-30 12:49:17 +00:00
Controls Updates to build system to better support automake-1.5 2001-12-28 22:29:59 +00:00
Environment General cleanups to cut cross-dependencies and speed up compilation. 2002-02-22 23:37:45 +00:00
FDM Added support for rotational rates and body access (pilot relative) 2002-03-27 05:21:38 +00:00
GUI Oops, in the latest property manager rewrite, a typo crept in on 2002-03-26 02:38:11 +00:00
Include Enable audio support for MSVC builds. 2002-02-12 16:12:52 +00:00
Input Fixed buffer size again. 2002-03-28 17:16:37 +00:00
Main Patches from Jim Wilson: 2002-03-28 16:14:04 +00:00
Navaids Patch from Melchior Franz: 2002-03-30 12:50:01 +00:00
Network Added fields ... this is a work in progress. 2002-03-27 05:20:45 +00:00
NetworkOLK Major property-manager rewrite, using const char * throughout 2002-03-19 17:12:13 +00:00
Objects Patches from Melchior Franz: 2002-03-26 16:10:53 +00:00
Scenery Converted if ( string == "" ) constructs to if ( string.empty() ) 2002-03-20 19:16:13 +00:00
Sound Changes corresponding to recent property manager changes 2002-03-27 18:47:31 +00:00
Time Viewer patches from Jim Wilson: 2002-03-27 14:52:19 +00:00
WeatherCM Irix fixes. 2002-03-20 13:59:34 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Initial take of new environment subsystem. Configure with 2002-02-19 15:16:08 +00:00