..
Aircraft
Updates to build system to better support automake-1.5
2001-12-28 22:29:59 +00:00
Airports
- Removed redundant FG*:: qualifications from class members
2002-02-15 22:00:49 +00:00
ATC
Added a final newline to avoid a compiler warning.
2002-03-13 14:17:59 +00:00
Autopilot
Use !strcmp for all property string-value comparisons.
2002-03-20 22:15:22 +00:00
Cockpit
Use !strcmp for all property name comparisons.
2002-03-20 22:23:10 +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
Found by inspection a bug in the generation of orientation matrices
2002-03-21 03:35:52 +00:00
GUI
Use !strcmp for all property string-value comparisons.
2002-03-20 22:15:22 +00:00
Include
Enable audio support for MSVC builds.
2002-02-12 16:12:52 +00:00
Input
Converted if ( string == "" ) constructs to if ( string.empty() )
2002-03-20 19:16:13 +00:00
Main
Model-loading patch from Dave Luff.
2002-03-20 22:40:11 +00:00
Navaids
Converted if ( string == "" ) constructs to if ( string.empty() )
2002-03-20 19:16:13 +00:00
Network
Converted if ( string == "" ) constructs to if ( string.empty() )
2002-03-20 19:16:13 +00:00
NetworkOLK
Major property-manager rewrite, using const char * throughout
2002-03-19 17:12:13 +00:00
Objects
Use !strcmp for all property name comparisons.
2002-03-20 22:23:10 +00:00
Scenery
Converted if ( string == "" ) constructs to if ( string.empty() )
2002-03-20 19:16:13 +00:00
Sound
Converted if ( string == "" ) constructs to if ( string.empty() )
2002-03-20 19:16:13 +00:00
Time
Major viewer-code overhaul from Jim Wilson:
2002-03-20 17:43:28 +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