.. |
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
|
First steps towards configurable mouse input. Soon, this new code
|
2002-03-23 23:16:13 +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
|
Updates. Includes property tree additions and fixes. Also Jon's first cut at
|
2002-03-23 00:29:21 +00:00 |
GUI
|
Viewer update from Jim Wilson:
|
2002-03-21 20:59:43 +00:00 |
Include
|
Enable audio support for MSVC builds.
|
2002-02-12 16:12:52 +00:00 |
Input
|
Fixed a small typo.
|
2002-03-25 14:30:29 +00:00 |
Main
|
Patch from Erik Hofman:
|
2002-03-25 19:37:49 +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 |