]> git.mxchange.org Git - flightgear.git/blob - src/Main/fg_init.cxx
Frederic Bouvier:
[flightgear.git] / src / Main / fg_init.cxx
1 // fg_init.cxx -- Flight Gear top level initialization routines
2 //
3 // Written by Curtis Olson, started August 1997.
4 //
5 // Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
6 //
7 // This program is free software; you can redistribute it and/or
8 // modify it under the terms of the GNU General Public License as
9 // published by the Free Software Foundation; either version 2 of the
10 // License, or (at your option) any later version.
11 //
12 // This program is distributed in the hope that it will be useful, but
13 // WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 // General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program; if not, write to the Free Software
19 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 //
21 //
22 // $Id$
23
24
25 #ifdef HAVE_CONFIG_H
26 #  include <config.h>
27 #endif
28
29 // For BC 5.01 this must be included before OpenGL includes.
30 #ifdef SG_MATH_EXCEPTION_CLASH
31 #  include <math.h>
32 #endif
33
34 #include <stdio.h>
35 #include <stdlib.h>
36 #include <string.h>             // strcmp()
37
38
39 #if defined( unix ) || defined( __CYGWIN__ )
40 #  include <unistd.h>           // for gethostname()
41 #endif
42
43 // work around a stdc++ lib bug in some versions of linux, but doesn't
44 // seem to hurt to have this here for all versions of Linux.
45 #ifdef linux
46 #  define _G_NO_EXTERN_TEMPLATES
47 #endif
48
49 #include <simgear/compiler.h>
50 #include <simgear/misc/exception.hxx>
51
52 #include STL_STRING
53
54 #include <simgear/constants.h>
55 #include <simgear/debug/logstream.hxx>
56 #include <simgear/math/point3d.hxx>
57 #include <simgear/math/polar3d.hxx>
58 #include <simgear/math/sg_geodesy.hxx>
59 #include <simgear/misc/sg_path.hxx>
60 #include <simgear/scene/material/matlib.hxx>
61 #ifdef FG_USE_CLOUDS_3D
62 #  include <simgear/scene/sky/clouds3d/SkySceneLoader.hpp>
63 #  include <simgear/scene/sky/clouds3d/SkyUtil.hpp>
64 #  include <simgear/screen/texture.hxx>
65 #endif
66 #include <simgear/timing/sg_time.hxx>
67 #include <simgear/timing/lowleveltime.h>
68
69 #include <Aircraft/aircraft.hxx>
70 #include <FDM/UIUCModel/uiuc_aircraftdir.h>
71 #include <Airports/runways.hxx>
72 #include <Airports/simple.hxx>
73 #include <ATC/ATCdisplay.hxx>
74 #include <ATC/ATCmgr.hxx>
75 #include <ATC/AIMgr.hxx>
76 #include <Autopilot/auto_gui.hxx>
77 #include <Autopilot/newauto.hxx>
78 #include <Cockpit/cockpit.hxx>
79 #include <Cockpit/radiostack.hxx>
80 #include <Cockpit/panel.hxx>
81 #include <Cockpit/panel_io.hxx>
82 #include <FDM/ADA.hxx>
83 #include <FDM/Balloon.h>
84 #include <FDM/ExternalNet/ExternalNet.hxx>
85 #include <FDM/ExternalPipe/ExternalPipe.hxx>
86 #include <FDM/JSBSim/JSBSim.hxx>
87 #include <FDM/LaRCsim/LaRCsim.hxx>
88 #include <FDM/MagicCarpet.hxx>
89 #include <FDM/UFO.hxx>
90 #include <FDM/NullFDM.hxx>
91 #include <FDM/YASim/YASim.hxx>
92 #include <GUI/new_gui.hxx>
93 #include <Include/general.hxx>
94 #include <Input/input.hxx>
95 #include <Instrumentation/instrument_mgr.hxx>
96 #include <Model/acmodel.hxx>
97 #include <Navaids/fixlist.hxx>
98 #include <Navaids/ilslist.hxx>
99 #include <Navaids/mkrbeacons.hxx>
100 #include <Navaids/navlist.hxx>
101 #include <Replay/replay.hxx>
102 #include <Scenery/scenery.hxx>
103 #include <Scenery/tilemgr.hxx>
104 #if defined(HAVE_PLIB_PSL)
105 #include <Scripting/scriptmgr.hxx>
106 #endif
107 #include <Sound/fg_fx.hxx>
108 #include <Systems/system_mgr.hxx>
109 #include <Time/FGEventMgr.hxx>
110 #include <Time/light.hxx>
111 #include <Time/sunpos.hxx>
112 #include <Time/moonpos.hxx>
113 #include <Time/tmp.hxx>
114
115 #ifdef FG_MPLAYER_AS
116 #include <MultiPlayer/multiplaytxmgr.hxx>
117 #include <MultiPlayer/multiplayrxmgr.hxx>
118 #endif
119
120 #ifdef FG_WEATHERCM
121 #  include <WeatherCM/FGLocalWeatherDatabase.h>
122 #else
123 #  include <Environment/environment_mgr.hxx>
124 #endif
125
126 #include "fg_init.hxx"
127 #include "fg_io.hxx"
128 #include "fg_commands.hxx"
129 #include "fg_props.hxx"
130 #include "options.hxx"
131 #include "globals.hxx"
132 #include "logger.hxx"
133 #include "viewmgr.hxx"
134
135 #if defined(FX) && defined(XMESA)
136 #include <GL/xmesa.h>
137 #endif
138
139 SG_USING_STD(string);
140
141
142 class Sound;
143
144 extern const char *default_root;
145
146 #ifdef FG_USE_CLOUDS_3D
147   SkySceneLoader *sgCloud3d;
148 #endif
149
150
151 // Scan the command line options for the specified option and return
152 // the value.
153 static string fgScanForOption( const string& option, int argc, char **argv ) {
154     int i = 1;
155
156     SG_LOG(SG_GENERAL, SG_INFO, "Scanning command line for: " << option );
157
158     int len = option.length();
159
160     while ( i < argc ) {
161         SG_LOG( SG_GENERAL, SG_DEBUG, "argv[" << i << "] = " << argv[i] );
162
163         string arg = argv[i];
164         if ( arg.find( option ) == 0 ) {
165             return arg.substr( len );
166         }
167
168         i++;
169     }
170
171     return "";
172 }
173
174
175 // Scan the user config files for the specified option and return
176 // the value.
177 static string fgScanForOption( const string& option, const string& path ) {
178     sg_gzifstream in( path );
179     if ( !in.is_open() ) {
180         return "";
181     }
182
183     SG_LOG( SG_GENERAL, SG_INFO, "Scanning " << path << " for: " << option );
184
185     int len = option.length();
186
187     in >> skipcomment;
188 #ifndef __MWERKS__
189     while ( ! in.eof() ) {
190 #else
191     char c = '\0';
192     while ( in.get(c) && c != '\0' ) {
193         in.putback(c);
194 #endif
195         string line;
196
197 #if defined( macintosh )
198         getline( in, line, '\r' );
199 #else
200         getline( in, line, '\n' );
201 #endif
202
203         // catch extraneous (DOS) line ending character
204         if ( line[line.length() - 1] < 32 ) {
205             line = line.substr( 0, line.length()-1 );
206         }
207
208         if ( line.find( option ) == 0 ) {
209             return line.substr( len );
210         }
211
212         in >> skipcomment;
213     }
214
215     return "";
216 }
217
218
219 // Read in configuration (files and command line options) but only set
220 // fg_root
221 bool fgInitFGRoot ( int argc, char **argv ) {
222     string root;
223     char* envp;
224
225     // First parse command line options looking for --fg-root=, this
226     // will override anything specified in a config file
227     root = fgScanForOption( "--fg-root=", argc, argv);
228
229 #if defined( unix ) || defined( __CYGWIN__ )
230     // Next check home directory for .fgfsrc.hostname file
231     if ( root.empty() ) {
232         envp = ::getenv( "HOME" );
233         if ( envp != NULL ) {
234             SGPath config( envp );
235             config.append( ".fgfsrc" );
236             char name[256];
237             gethostname( name, 256 );
238             config.concat( "." );
239             config.concat( name );
240             root = fgScanForOption( "--fg-root=", config.str() );
241         }
242     }
243 #endif
244
245     // Next check home directory for .fgfsrc file
246     if ( root.empty() ) {
247         envp = ::getenv( "HOME" );
248         if ( envp != NULL ) {
249             SGPath config( envp );
250             config.append( ".fgfsrc" );
251             root = fgScanForOption( "--fg-root=", config.str() );
252         }
253     }
254     
255     // Next check if fg-root is set as an env variable
256     if ( root.empty() ) {
257         envp = ::getenv( "FG_ROOT" );
258         if ( envp != NULL ) {
259             root = envp;
260         }
261     }
262
263     // Otherwise, default to a random compiled-in location if we can't
264     // find fg-root any other way.
265     if ( root.empty() ) {
266 #if defined( __CYGWIN__ )
267         root = "/FlightGear";
268 #elif defined( WIN32 )
269         root = "\\FlightGear";
270 #elif defined( macintosh )
271         root = "";
272 #else
273         root = PKGLIBDIR;
274 #endif
275     }
276
277     SG_LOG(SG_INPUT, SG_INFO, "fg_root = " << root );
278     globals->set_fg_root(root);
279
280     return true;
281 }
282
283
284 // Read in configuration (files and command line options) but only set
285 // aircraft
286 bool fgInitFGAircraft ( int argc, char **argv ) {
287     string aircraft;
288     char* envp;
289
290     // First parse command line options looking for --aircraft=, this
291     // will override anything specified in a config file
292     aircraft = fgScanForOption( "--aircraft=", argc, argv );
293
294 #if defined( unix ) || defined( __CYGWIN__ )
295     // Next check home directory for .fgfsrc.hostname file
296     if ( aircraft.empty() ) {
297         envp = ::getenv( "HOME" );
298         if ( envp != NULL ) {
299             SGPath config( envp );
300             config.append( ".fgfsrc" );
301             char name[256];
302             gethostname( name, 256 );
303             config.concat( "." );
304             config.concat( name );
305             aircraft = fgScanForOption( "--aircraft=", config.str() );
306         }
307     }
308 #endif
309
310     // Next check home directory for .fgfsrc file
311     if ( aircraft.empty() ) {
312         envp = ::getenv( "HOME" );
313         if ( envp != NULL ) {
314             SGPath config( envp );
315             config.append( ".fgfsrc" );
316             aircraft = fgScanForOption( "--aircraft=", config.str() );
317         }
318     }
319
320     // if an aircraft was specified, set the property name
321     if ( !aircraft.empty() ) {
322         SG_LOG(SG_INPUT, SG_INFO, "aircraft = " << aircraft );
323         fgSetString("/sim/aircraft", aircraft.c_str() );
324     } else {
325         SG_LOG(SG_INPUT, SG_INFO, "No user specified aircraft, using default" );
326     }
327
328     return true;
329 }
330
331
332 // Return the current base package version
333 string fgBasePackageVersion() {
334     SGPath base_path( globals->get_fg_root() );
335     base_path.append("version");
336
337     sg_gzifstream in( base_path.str() );
338     if ( !in.is_open() ) {
339         SGPath old_path( globals->get_fg_root() );
340         old_path.append( "Thanks" );
341         sg_gzifstream old( old_path.str() );
342         if ( !old.is_open() ) {
343             return "[none]";
344         } else {
345             return "[old version]";
346         }
347     }
348
349     string version;
350     in >> version;
351
352     return version;
353 }
354
355
356 // Initialize the localization
357 SGPropertyNode *fgInitLocale(const char *language) {
358    SGPropertyNode *c_node = NULL, *d_node = NULL;
359    SGPropertyNode *intl = fgGetNode("/sim/intl");
360
361    SG_LOG(SG_GENERAL, SG_INFO, "Selecting language: " << language );
362
363    // localization not defined
364    if (!intl)
365       return NULL;
366
367    //
368    // Select the proper language from the list
369    //
370    vector<SGPropertyNode_ptr> locale = intl->getChildren("locale");
371    for (unsigned int i = 0; i < locale.size(); i++) {
372
373       vector<SGPropertyNode_ptr> lang = locale[i]->getChildren("lang");
374       for (unsigned int j = 0; j < lang.size(); j++) {
375
376          if (!strcmp(lang[j]->getStringValue(), language)) {
377             c_node = locale[i];
378             break;
379          }
380       }
381    }
382
383
384    // Get the defaults
385    d_node = intl->getChild("locale");
386    if (!c_node)
387       c_node = d_node;
388
389    // Check for localized font
390    SGPropertyNode *font_n = c_node->getNode("font", true);
391    if ( !strcmp(font_n->getStringValue(), "") )
392       font_n->setStringValue(d_node->getStringValue("font", "typewriter.txf"));
393
394
395    //
396    // Load the default strings
397    //
398    SGPath d_path( globals->get_fg_root() );
399
400    const char *d_path_str = d_node->getStringValue("strings");
401    if (!d_path_str) {
402       SG_LOG(SG_GENERAL, SG_ALERT, "Incorrect path in configuration file.");
403       return NULL;
404    }
405
406    d_path.append(d_path_str);
407    SG_LOG(SG_GENERAL, SG_INFO, "Reading localized strings from "
408                                   << d_path.str());
409
410    SGPropertyNode *strings = c_node->getNode("strings");
411    try {
412       readProperties(d_path.str(), strings);
413    } catch (const sg_exception &e) {
414       SG_LOG(SG_GENERAL, SG_ALERT, "Unable to read the localized strings");
415       return NULL;
416    }
417
418    //
419    // Load the language specific strings
420    //
421    if (c_node != d_node) {
422       SGPath c_path( globals->get_fg_root() );
423
424       const char *c_path_str = c_node->getStringValue("strings");
425       if (!c_path_str) {
426          SG_LOG(SG_GENERAL, SG_ALERT, "Incorrect path in configuration file.");
427          return NULL;
428       }
429
430       c_path.append(c_path_str);
431       SG_LOG(SG_GENERAL, SG_INFO, "Reading localized strings from "
432                                      << c_path.str());
433
434       try {
435          readProperties(c_path.str(), strings);
436       } catch (const sg_exception &e) {
437          SG_LOG(SG_GENERAL, SG_ALERT, "Unable to read the localized strings");
438          return NULL;
439       }
440    }
441
442    return c_node;
443 }
444
445
446
447 // Initialize the localization routines
448 bool fgDetectLanguage() {
449     char *language = ::getenv("LANG");
450
451     if (language == NULL) {
452         SG_LOG(SG_GENERAL, SG_INFO, "Unable to detect the language" );
453         language = "C";
454     }
455
456     SGPropertyNode *locale = fgInitLocale(language);
457     if (!locale) {
458        SG_LOG(SG_GENERAL, SG_ALERT,
459               "No internationalization settings specified in preferences.xml" );
460
461        return false;
462     }
463
464     globals->set_locale( locale );
465
466     return true;
467 }
468
469 // Attempt to locate and parse the various non-XML config files in order
470 // from least precidence to greatest precidence
471 static void
472 do_options (int argc, char ** argv)
473 {
474     // Check for $fg_root/system.fgfsrc
475     SGPath config( globals->get_fg_root() );
476     config.append( "system.fgfsrc" );
477     fgParseOptions(config.str());
478
479 #if defined( unix ) || defined( __CYGWIN__ )
480     char name[256];
481     // Check for $fg_root/system.fgfsrc.hostname
482     gethostname( name, 256 );
483     config.concat( "." );
484     config.concat( name );
485     fgParseOptions(config.str());
486 #endif
487
488     // Check for ~/.fgfsrc
489     char* envp = ::getenv( "HOME" );
490     if ( envp != NULL ) {
491         config.set( envp );
492         config.append( ".fgfsrc" );
493         fgParseOptions(config.str());
494     }
495
496 #if defined( unix ) || defined( __CYGWIN__ )
497     // Check for ~/.fgfsrc.hostname
498     gethostname( name, 256 );
499     config.concat( "." );
500     config.concat( name );
501     fgParseOptions(config.str());
502 #endif
503
504     // Parse remaining command line options
505     // These will override anything specified in a config file
506     fgParseArgs(argc, argv);
507 }
508
509
510 // Read in configuration (file and command line)
511 bool fgInitConfig ( int argc, char **argv ) {
512
513     // First, set some sane default values
514     fgSetDefaults();
515
516     // Read global preferences from $FG_ROOT/preferences.xml
517     SG_LOG(SG_INPUT, SG_INFO, "Reading global preferences");
518     fgLoadProps("preferences.xml", globals->get_props());
519     SG_LOG(SG_INPUT, SG_INFO, "Finished Reading global preferences");
520
521     // Detect the required language as early as possible
522     if ( !fgDetectLanguage() ) {
523         return false;
524     }
525
526     // Scan user config files and command line for a specified aircraft.
527     fgInitFGAircraft(argc, argv);
528
529     string aircraft = fgGetString("/sim/aircraft", "");
530     if ( aircraft.size() > 0 ) {
531         SGPath aircraft_path(globals->get_fg_root());
532         aircraft_path.append("Aircraft");
533         aircraft_path.append(aircraft);
534         aircraft_path.concat("-set.xml");
535         SG_LOG(SG_INPUT, SG_INFO, "Reading default aircraft: " << aircraft
536                << " from " << aircraft_path.str());
537         try {
538             readProperties(aircraft_path.str(), globals->get_props());
539         } catch (const sg_exception &e) {
540             string message = "Error reading default aircraft: ";
541             message += e.getFormattedMessage();
542             SG_LOG(SG_INPUT, SG_ALERT, message);
543             exit(2);
544         }
545     } else {
546         SG_LOG(SG_INPUT, SG_ALERT, "No default aircraft specified");
547     }
548
549     // parse options after loading aircraft to ensure any user
550     // overrides of defaults are honored.
551     do_options(argc, argv);
552
553     return true;
554 }
555
556
557 // find basic airport location info from airport database
558 bool fgFindAirportID( const string& id, FGAirport *a ) {
559     FGAirport result;
560     if ( id.length() ) {
561         SG_LOG( SG_GENERAL, SG_INFO, "Searching for airport code = " << id );
562
563         result = globals->get_airports()->search( id );
564
565         if ( result.id.empty() ) {
566             SG_LOG( SG_GENERAL, SG_ALERT,
567                     "Failed to find " << id << " in basic.dat.gz" );
568             return false;
569         }
570     } else {
571         return false;
572     }
573
574     *a = result;
575
576     SG_LOG( SG_GENERAL, SG_INFO,
577             "Position for " << id << " is ("
578             << a->longitude << ", "
579             << a->latitude << ")" );
580
581     return true;
582 }
583
584
585 // get airport elevation
586 static double fgGetAirportElev( const string& id ) {
587     FGAirport a;
588     // double lon, lat;
589
590     SG_LOG( SG_GENERAL, SG_INFO,
591             "Finding elevation for airport: " << id );
592
593     if ( fgFindAirportID( id, &a ) ) {
594         return a.elevation;
595     } else {
596         return -9999.0;
597     }
598 }
599
600
601 // Preset lon/lat given an airport id
602 static bool fgSetPosFromAirportID( const string& id ) {
603     FGAirport a;
604     // double lon, lat;
605
606     SG_LOG( SG_GENERAL, SG_INFO,
607             "Attempting to set starting position from airport code " << id );
608
609     if ( fgFindAirportID( id, &a ) ) {
610         // presets
611         fgSetDouble("/sim/presets/longitude-deg", a.longitude );
612         fgSetDouble("/sim/presets/latitude-deg", a.latitude );
613
614         // other code depends on the actual postition being set so set
615         // that as well
616         fgSetDouble("/position/longitude-deg", a.longitude );
617         fgSetDouble("/position/latitude-deg", a.latitude );
618
619         SG_LOG( SG_GENERAL, SG_INFO,
620                 "Position for " << id << " is (" << a.longitude
621                 << ", " << a.latitude << ")" );
622
623         return true;
624     } else {
625         return false;
626     }
627 }
628
629
630 // Set current tower position lon/lat given an airport id
631 static bool fgSetTowerPosFromAirportID( const string& id, double hdg ) {
632     FGAirport a;
633     // tower height hard coded for now...
634     float towerheight=50.0f;
635
636     // make a little off the heading for 1 runway airports...
637     float fudge_lon = fabs(sin(hdg)) * .003f;
638     float fudge_lat = .003f - fudge_lon;
639
640     if ( fgFindAirportID( id, &a ) ) {
641         fgSetDouble("/sim/tower/longitude-deg",  a.longitude + fudge_lon);
642         fgSetDouble("/sim/tower/latitude-deg",  a.latitude + fudge_lat);
643         fgSetDouble("/sim/tower/altitude-ft", a.elevation + towerheight);
644         return true;
645     } else {
646         return false;
647     }
648
649 }
650
651
652 // Set current_options lon/lat given an airport id and heading (degrees)
653 static bool fgSetPosFromAirportIDandHdg( const string& id, double tgt_hdg ) {
654     FGRunway r;
655
656     if ( id.length() ) {
657         // set initial position from runway and heading
658
659         SG_LOG( SG_GENERAL, SG_INFO,
660                 "Attempting to set starting position from airport code "
661                 << id << " heading " << tgt_hdg );
662                 
663         if ( ! globals->get_runways()->search( id, (int)tgt_hdg, &r ) ) {
664             SG_LOG( SG_GENERAL, SG_ALERT,
665                     "Failed to find a good runway for " << id << '\n' );
666             return false;
667         }       
668     } else {
669         return false;
670     }
671
672     double lat2, lon2, az2;
673     double heading = r.heading;
674     double azimuth = heading + 180.0;
675     while ( azimuth >= 360.0 ) { azimuth -= 360.0; }
676
677     SG_LOG( SG_GENERAL, SG_INFO,
678             "runway =  " << r.lon << ", " << r.lat
679             << " length = " << r.length * SG_FEET_TO_METER 
680             << " heading = " << azimuth );
681             
682     geo_direct_wgs_84 ( 0, r.lat, r.lon, azimuth, 
683                         r.length * SG_FEET_TO_METER * 0.5 - 5.0,
684                         &lat2, &lon2, &az2 );
685
686     if ( fabs( fgGetDouble("/sim/presets/offset-distance") ) > SG_EPSILON ) {
687         double olat, olon;
688         double odist = fgGetDouble("/sim/presets/offset-distance");
689         odist *= SG_NM_TO_METER;
690         double oaz = azimuth;
691         if ( fabs(fgGetDouble("/sim/presets/offset-azimuth")) > SG_EPSILON ) {
692             oaz = fgGetDouble("/sim/presets/offset-azimuth") + 180;
693             heading = tgt_hdg;
694         }
695         while ( oaz >= 360.0 ) { oaz -= 360.0; }
696         geo_direct_wgs_84 ( 0, lat2, lon2, oaz, odist, &olat, &olon, &az2 );
697         lat2=olat;
698         lon2=olon;
699     }
700
701     // presets
702     fgSetDouble("/sim/presets/longitude-deg",  lon2 );
703     fgSetDouble("/sim/presets/latitude-deg",  lat2 );
704     fgSetDouble("/sim/presets/heading-deg", heading );
705
706     // other code depends on the actual values being set ...
707     fgSetDouble("/position/longitude-deg",  lon2 );
708     fgSetDouble("/position/latitude-deg",  lat2 );
709     fgSetDouble("/orientation/heading-deg", heading );
710
711     SG_LOG( SG_GENERAL, SG_INFO,
712             "Position for " << id << " is ("
713             << lon2 << ", "
714             << lat2 << ") new heading is "
715             << heading );
716             
717     return true;
718 }
719
720
721 // Set current_options lon/lat given an airport id and runway number
722 static bool fgSetPosFromAirportIDandRwy( const string& id, const string& rwy ) {
723     FGRunway r;
724
725     if ( id.length() ) {
726         // set initial position from airport and runway number
727
728         SG_LOG( SG_GENERAL, SG_INFO,
729                 "Attempting to set starting position for "
730                 << id << ":" << rwy );
731
732         if ( ! globals->get_runways()->search( id, rwy, &r ) ) {
733             SG_LOG( SG_GENERAL, SG_ALERT,
734                     "Failed to find runway " << rwy << 
735                     " at airport " << id );
736             return false;
737         }
738     } else {
739         return false;
740     }
741
742     double lat2, lon2, az2;
743     double heading = r.heading;
744     double azimuth = heading + 180.0;
745     while ( azimuth >= 360.0 ) { azimuth -= 360.0; }
746     
747     SG_LOG( SG_GENERAL, SG_INFO,
748     "runway =  " << r.lon << ", " << r.lat
749     << " length = " << r.length * SG_FEET_TO_METER 
750     << " heading = " << azimuth );
751     
752     geo_direct_wgs_84 ( 0, r.lat, r.lon, 
753     azimuth,
754     r.length * SG_FEET_TO_METER * 0.5 - 5.0,
755     &lat2, &lon2, &az2 );
756     
757     if ( fabs( fgGetDouble("/sim/presets/offset-distance") ) > SG_EPSILON )
758     {
759         double olat, olon;
760         double odist = fgGetDouble("/sim/presets/offset-distance");
761         odist *= SG_NM_TO_METER;
762         double oaz = azimuth;
763         if ( fabs(fgGetDouble("/sim/presets/offset-azimuth")) > SG_EPSILON )
764         {
765             oaz = fgGetDouble("/sim/presets/offset-azimuth") + 180;
766             heading = fgGetDouble("/sim/presets/heading-deg");
767         }
768         while ( oaz >= 360.0 ) { oaz -= 360.0; }
769         geo_direct_wgs_84 ( 0, lat2, lon2, oaz, odist, &olat, &olon, &az2 );
770         lat2=olat;
771         lon2=olon;
772     }
773     
774     // presets
775     fgSetDouble("/sim/presets/longitude-deg",  lon2 );
776     fgSetDouble("/sim/presets/latitude-deg",  lat2 );
777     fgSetDouble("/sim/presets/heading-deg", heading );
778     
779     // other code depends on the actual values being set ...
780     fgSetDouble("/position/longitude-deg",  lon2 );
781     fgSetDouble("/position/latitude-deg",  lat2 );
782     fgSetDouble("/orientation/heading-deg", heading );
783     
784     SG_LOG( SG_GENERAL, SG_INFO,
785     "Position for " << id << " is ("
786     << lon2 << ", "
787     << lat2 << ") new heading is "
788     << heading );
789     
790     return true;
791 }
792
793
794 static void fgSetDistOrAltFromGlideSlope() {
795     string apt_id = fgGetString("/sim/presets/airport-id");
796     double gs = fgGetDouble("/sim/presets/glideslope-deg")
797         * SG_DEGREES_TO_RADIANS ;
798     double od = fgGetDouble("/sim/presets/offset-distance");
799     double alt = fgGetDouble("/sim/presets/altitude-ft");
800
801     double apt_elev = 0.0;
802     if ( ! apt_id.empty() ) {
803         apt_elev = fgGetAirportElev( apt_id );
804         if ( apt_elev < -9990.0 ) {
805             apt_elev = 0.0;
806         }
807     } else {
808         apt_elev = 0.0;
809     }
810
811     if( fabs(gs) > 0.01 && fabs(od) > 0.1 && alt < -9990 ) {
812         // set altitude from glideslope and offset-distance
813         od *= SG_NM_TO_METER * SG_METER_TO_FEET;
814         alt = fabs(od*tan(gs)) + apt_elev;
815         fgSetDouble("/sim/presets/altitude-ft", alt);
816         fgSetBool("/sim/presets/onground", false);
817         SG_LOG( SG_GENERAL, SG_INFO, "Calculated altitude as: "
818                 << alt  << " ft" );
819     } else if( fabs(gs) > 0.01 && alt > 0 && fabs(od) < 0.1) {
820         // set offset-distance from glideslope and altitude
821         od  = (alt - apt_elev) / tan(gs);
822         od *= -1*SG_FEET_TO_METER * SG_METER_TO_NM;
823         fgSetDouble("/sim/presets/offset-distance", od);
824         fgSetBool("/sim/presets/onground", false);
825         SG_LOG( SG_GENERAL, SG_INFO, "Calculated offset distance as: " 
826                 << od  << " nm" );
827     } else if( fabs(gs) > 0.01 ) {
828         SG_LOG( SG_GENERAL, SG_ALERT,
829                 "Glideslope given but not altitude or offset-distance." );
830         SG_LOG( SG_GENERAL, SG_ALERT, "Resetting glideslope to zero" );
831         fgSetDouble("/sim/presets/glideslope-deg", 0);
832         fgSetBool("/sim/presets/onground", true);
833     }                              
834 }                       
835
836
837 // Set current_options lon/lat given an airport id and heading (degrees)
838 static bool fgSetPosFromNAV( const string& id, const double& freq ) {
839     FGNav *nav = current_navlist->findByIdentAndFreq( id.c_str(), freq );
840
841     // set initial position from runway and heading
842     if ( nav != NULL ) {
843         SG_LOG( SG_GENERAL, SG_INFO, "Attempting to set starting position for "
844                 << id << ":" << freq );
845
846         double lon = nav->get_lon();
847         double lat = nav->get_lat();
848
849         if ( fabs( fgGetDouble("/sim/presets/offset-distance") ) > SG_EPSILON )
850         {
851             double odist = fgGetDouble("/sim/presets/offset-distance")
852                 * SG_NM_TO_METER;
853             double oaz = fabs(fgGetDouble("/sim/presets/offset-azimuth"))
854                 + 180.0;
855             while ( oaz >= 360.0 ) { oaz -= 360.0; }
856             double olat, olon, az2;
857             geo_direct_wgs_84 ( 0, lat, lon, oaz, odist, &olat, &olon, &az2 );
858
859             lat = olat;
860             lon = olon;
861         }
862
863         // presets
864         fgSetDouble("/sim/presets/longitude-deg",  lon );
865         fgSetDouble("/sim/presets/latitude-deg",  lat );
866
867         // other code depends on the actual values being set ...
868         fgSetDouble("/position/longitude-deg",  lon );
869         fgSetDouble("/position/latitude-deg",  lat );
870         fgSetDouble("/orientation/heading-deg", 
871                     fgGetDouble("/sim/presets/heading-deg") );
872
873         SG_LOG( SG_GENERAL, SG_INFO,
874                 "Position for " << id << ":" << freq << " is ("
875                 << lon << ", "<< lat << ")" );
876
877         return true;
878     } else {
879         SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate NAV = "
880                 << id << ":" << freq );
881         return false;
882     }
883 }
884
885
886 // Set current_options lon/lat given an airport id and heading (degrees)
887 static bool fgSetPosFromFix( const string& id ) {
888     FGFix fix;
889
890     // set initial position from runway and heading
891     if ( current_fixlist->query( id.c_str(), &fix ) ) {
892         SG_LOG( SG_GENERAL, SG_INFO, "Attempting to set starting position for "
893                 << id );
894
895         double lon = fix.get_lon();
896         double lat = fix.get_lat();
897
898         if ( fabs( fgGetDouble("/sim/presets/offset-distance") ) > SG_EPSILON )
899         {
900             double odist = fgGetDouble("/sim/presets/offset-distance")
901                 * SG_NM_TO_METER;
902             double oaz = fabs(fgGetDouble("/sim/presets/offset-azimuth"))
903                 + 180.0;
904             while ( oaz >= 360.0 ) { oaz -= 360.0; }
905             double olat, olon, az2;
906             geo_direct_wgs_84 ( 0, lat, lon, oaz, odist, &olat, &olon, &az2 );
907
908             lat = olat;
909             lon = olon;
910         }
911
912         // presets
913         fgSetDouble("/sim/presets/longitude-deg",  lon );
914         fgSetDouble("/sim/presets/latitude-deg",  lat );
915
916         // other code depends on the actual values being set ...
917         fgSetDouble("/position/longitude-deg",  lon );
918         fgSetDouble("/position/latitude-deg",  lat );
919         fgSetDouble("/orientation/heading-deg", 
920                     fgGetDouble("/sim/presets/heading-deg") );
921
922         SG_LOG( SG_GENERAL, SG_INFO,
923                 "Position for " << id << " is ("
924                 << lon << ", "<< lat << ")" );
925
926         return true;
927     } else {
928         SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate NAV = "
929                 << id );
930         return false;
931     }
932 }
933
934
935 /**
936  * Initialize vor/ndb/ils/fix list management and query systems (as
937  * well as simple airport db list)
938  */
939 bool
940 fgInitNav ()
941 {
942     SG_LOG(SG_GENERAL, SG_INFO, "Loading Simple Airport List");
943     SGPath p_simple( globals->get_fg_root() );
944     p_simple.append( "Airports/basic.dat" );
945     FGAirportList *airports = new FGAirportList( p_simple.str() );
946     globals->set_airports( airports );
947
948     SG_LOG(SG_GENERAL, SG_INFO, "Loading Runway List");
949     SGPath p_runway( globals->get_fg_root() );
950     p_runway.append( "Airports/runways.dat" );
951     FGRunwayList *runways = new FGRunwayList( p_runway.str() );
952     globals->set_runways( runways );
953
954     SG_LOG(SG_GENERAL, SG_INFO, "Loading Navaids");
955
956     SG_LOG(SG_GENERAL, SG_INFO, "  VOR/NDB");
957     current_navlist = new FGNavList;
958     SGPath p_nav( globals->get_fg_root() );
959     p_nav.append( "Navaids/default.nav" );
960     current_navlist->init( p_nav );
961
962     SG_LOG(SG_GENERAL, SG_INFO, "  ILS and Marker Beacons");
963     current_beacons = new FGMarkerBeacons;
964     current_beacons->init();
965     current_ilslist = new FGILSList;
966     SGPath p_ils( globals->get_fg_root() );
967     p_ils.append( "Navaids/default.ils" );
968     current_ilslist->init( p_ils );
969
970     SG_LOG(SG_GENERAL, SG_INFO, "  Fixes");
971     current_fixlist = new FGFixList;
972     SGPath p_fix( globals->get_fg_root() );
973     p_fix.append( "Navaids/default.fix" );
974     current_fixlist->init( p_fix );
975
976     return true;
977 }
978
979
980 // Set the initial position based on presets (or defaults)
981 bool fgInitPosition() {
982     bool set_pos = false;
983
984     // If glideslope is specified, then calculate offset-distance or
985     // altitude relative to glide slope if either of those was not
986     // specified.
987     if ( fgGetDouble("/sim/presets/glideslope-deg") > 0.1 ) {
988         fgSetDistOrAltFromGlideSlope();
989     }
990
991
992     // If we have an explicit, in-range lon/lat, don't change it, just use it.
993     // If not, check for an airport-id and use that.
994     // If not, default to the middle of the KSFO field.
995     // The default values for lon/lat are deliberately out of range
996     // so that the airport-id can take effect; valid lon/lat will
997     // override airport-id, however.
998     double lon_deg = fgGetDouble("/sim/presets/longitude-deg");
999     double lat_deg = fgGetDouble("/sim/presets/latitude-deg");
1000     if ( lon_deg >= -180.0 && lon_deg <= 180.0
1001          && lat_deg >= -90.0 && lat_deg <= 90.0 )
1002     {
1003         set_pos = true;
1004     }
1005
1006     string apt = fgGetString("/sim/presets/airport-id");
1007     string rwy_no = fgGetString("/sim/presets/runway");
1008     double hdg = fgGetDouble("/sim/presets/heading-deg");
1009     string vor = fgGetString("/sim/presets/vor-id");
1010     double vor_freq = fgGetDouble("/sim/presets/vor-freq");
1011     string ndb = fgGetString("/sim/presets/ndb-id");
1012     double ndb_freq = fgGetDouble("/sim/presets/ndb-freq");
1013     string fix = fgGetString("/sim/presets/fix");
1014
1015     if ( !set_pos && !apt.empty() && !rwy_no.empty() ) {
1016         // An airport + runway is requested
1017         if ( fgSetPosFromAirportIDandRwy( apt, rwy_no ) ) {
1018             // set tower position (a little off the heading for single
1019             // runway airports)
1020             fgSetTowerPosFromAirportID( apt, hdg );
1021             set_pos = true;
1022         }
1023     }
1024
1025     if ( !set_pos && !apt.empty() ) {
1026         // An airport is requested (find runway closest to hdg)
1027         if ( fgSetPosFromAirportIDandHdg( apt, hdg ) ) {
1028             // set tower position (a little off the heading for single
1029             // runway airports)
1030             fgSetTowerPosFromAirportID( apt, hdg );
1031             set_pos = true;
1032         }
1033     }
1034
1035     if ( !set_pos && !vor.empty() ) {
1036         // a VOR is requested
1037         if ( fgSetPosFromNAV( vor, vor_freq ) ) {
1038             set_pos = true;
1039         }
1040     }
1041
1042     if ( !set_pos && !ndb.empty() ) {
1043         // an NDB is requested
1044         if ( fgSetPosFromNAV( ndb, ndb_freq ) ) {
1045             set_pos = true;
1046         }
1047     }
1048
1049     if ( !set_pos && !fix.empty() ) {
1050         // a Fix is requested
1051         if ( fgSetPosFromFix( fix ) ) {
1052             set_pos = true;
1053         }
1054     }
1055
1056     if ( !set_pos ) {
1057         // No lon/lat specified, no airport specified, default to
1058         // middle of KSFO field.
1059         fgSetDouble("/sim/presets/longitude-deg", -122.374843);
1060         fgSetDouble("/sim/presets/latitude-deg", 37.619002);
1061     }
1062
1063     fgSetDouble( "/position/longitude-deg",
1064                  fgGetDouble("/sim/presets/longitude-deg") );
1065     fgSetDouble( "/position/latitude-deg",
1066                  fgGetDouble("/sim/presets/latitude-deg") );
1067     fgSetDouble( "/orientation/heading-deg",
1068                  fgGetDouble("/sim/presets/heading-deg") );
1069
1070     return true;
1071 }
1072
1073
1074 // General house keeping initializations
1075 bool fgInitGeneral() {
1076     string root;
1077
1078 #if defined(FX) && defined(XMESA)
1079     char *mesa_win_state;
1080 #endif
1081
1082     SG_LOG( SG_GENERAL, SG_INFO, "General Initialization" );
1083     SG_LOG( SG_GENERAL, SG_INFO, "======= ==============" );
1084
1085     root = globals->get_fg_root();
1086     if ( ! root.length() ) {
1087         // No root path set? Then bail ...
1088         SG_LOG( SG_GENERAL, SG_ALERT,
1089                 "Cannot continue without a path to the base package "
1090                 << "being defined." );
1091         exit(-1);
1092     }
1093     SG_LOG( SG_GENERAL, SG_INFO, "FG_ROOT = " << '"' << root << '"' << endl );
1094
1095 #if defined(FX) && defined(XMESA)
1096     // initialize full screen flag
1097     globals->set_fullscreen(false);
1098     if ( strstr ( general.get_glRenderer(), "Glide" ) ) {
1099         // Test for the MESA_GLX_FX env variable
1100         if ( (mesa_win_state = getenv( "MESA_GLX_FX" )) != NULL) {
1101             // test if we are fullscreen mesa/glide
1102             if ( (mesa_win_state[0] == 'f') ||
1103                  (mesa_win_state[0] == 'F') ) {
1104                 globals->set_fullscreen(true);
1105             }
1106         }
1107     }
1108 #endif
1109
1110     return true;
1111 }
1112
1113
1114 // Initialize the flight model subsystem.  This just creates the
1115 // object.  The actual fdm initialization is delayed until we get a
1116 // proper scenery elevation hit.  This is checked for in main.cxx
1117
1118 void fgInitFDM() {
1119
1120     if ( cur_fdm_state ) {
1121         delete cur_fdm_state;
1122         cur_fdm_state = 0;
1123     }
1124
1125     double dt = 1.0 / fgGetInt("/sim/model-hz");
1126     aircraft_dir = fgGetString("/sim/aircraft-dir");
1127     const string &model = fgGetString("/sim/flight-model");
1128
1129     try {
1130         if ( model == "larcsim" ) {
1131             cur_fdm_state = new FGLaRCsim( dt );
1132         } else if ( model == "jsb" ) {
1133             cur_fdm_state = new FGJSBsim( dt );
1134         } else if ( model == "ada" ) {
1135             cur_fdm_state = new FGADA( dt );
1136         } else if ( model == "balloon" ) {
1137             cur_fdm_state = new FGBalloonSim( dt );
1138         } else if ( model == "magic" ) {
1139             cur_fdm_state = new FGMagicCarpet( dt );
1140         } else if ( model == "ufo" ) {
1141             cur_fdm_state = new FGUFO( dt );
1142         } else if ( model == "external" ) {
1143             // external is a synonym for "--fdm=null" and is
1144             // maintained here for backwards compatibility
1145             cur_fdm_state = new FGNullFDM( dt );
1146         } else if ( model.find("network") == 0 ) {
1147             string host = "localhost";
1148             int port1 = 5501;
1149             int port2 = 5502;
1150             int port3 = 5503;
1151             string net_options = model.substr(8);
1152             string::size_type begin, end;
1153             begin = 0;
1154             // host
1155             end = net_options.find( ",", begin );
1156             if ( end != string::npos ) {
1157                 host = net_options.substr(begin, end - begin);
1158                 begin = end + 1;
1159             }
1160             // port1
1161             end = net_options.find( ",", begin );
1162             if ( end != string::npos ) {
1163                 port1 = atoi( net_options.substr(begin, end - begin).c_str() );
1164                 begin = end + 1;
1165             }
1166             // port2
1167             end = net_options.find( ",", begin );
1168             if ( end != string::npos ) {
1169                 port2 = atoi( net_options.substr(begin, end - begin).c_str() );
1170                 begin = end + 1;
1171             }
1172             // port3
1173             end = net_options.find( ",", begin );
1174             if ( end != string::npos ) {
1175                 port3 = atoi( net_options.substr(begin, end - begin).c_str() );
1176                 begin = end + 1;
1177             }
1178             cur_fdm_state = new FGExternalNet( dt, host, port1, port2, port3 );
1179         } else if ( model.find("pipe") == 0 ) {
1180             string pipe_path = model.substr(5);
1181             cur_fdm_state = new FGExternalPipe( dt, pipe_path );
1182         } else if ( model == "null" ) {
1183             cur_fdm_state = new FGNullFDM( dt );
1184         } else if ( model == "yasim" ) {
1185             cur_fdm_state = new YASim( dt );
1186         } else {
1187             SG_LOG(SG_GENERAL, SG_ALERT,
1188                    "Unrecognized flight model '" << model
1189                    << "', cannot init flight dynamics model.");
1190             exit(-1);
1191         }
1192     } catch ( ... ) {
1193         SG_LOG(SG_GENERAL, SG_ALERT, "FlightGear aborting\n\n");
1194         exit(-1);
1195     }
1196 }
1197
1198 static void printMat(const sgVec4 *mat, char *name="")
1199 {
1200     int i;
1201     SG_LOG(SG_GENERAL, SG_BULK, name );
1202     for(i=0; i<4; i++) {
1203         SG_LOG(SG_GENERAL, SG_BULK, "  " << mat[i][0] << " " << mat[i][1]
1204                                     << " " << mat[i][2] << " " << mat[i][3] );
1205     }
1206 }
1207
1208 // Initialize view parameters
1209 void fgInitView() {
1210   // force update of model so that viewer can get some data...
1211   globals->get_aircraft_model()->update(0);
1212   // run update for current view so that data is current...
1213   globals->get_viewmgr()->update(0);
1214
1215   printMat(globals->get_current_view()->get_VIEW(),"VIEW");
1216   printMat(globals->get_current_view()->get_UP(),"UP");
1217   // printMat(globals->get_current_view()->get_LOCAL(),"LOCAL");
1218   
1219 }
1220
1221
1222 SGTime *fgInitTime() {
1223     // Initialize time
1224     static const SGPropertyNode *longitude
1225         = fgGetNode("/position/longitude-deg");
1226     static const SGPropertyNode *latitude
1227         = fgGetNode("/position/latitude-deg");
1228     static const SGPropertyNode *cur_time_override
1229         = fgGetNode("/sim/time/cur-time-override", true);
1230
1231     SGPath zone( globals->get_fg_root() );
1232     zone.append( "Timezone" );
1233     SGTime *t = new SGTime( longitude->getDoubleValue()
1234                               * SGD_DEGREES_TO_RADIANS,
1235                             latitude->getDoubleValue()
1236                               * SGD_DEGREES_TO_RADIANS,
1237                             zone.str(),
1238                             cur_time_override->getLongValue() );
1239
1240     // Handle potential user specified time offsets
1241     time_t cur_time = t->get_cur_time();
1242     time_t currGMT = sgTimeGetGMT( gmtime(&cur_time) );
1243     time_t systemLocalTime = sgTimeGetGMT( localtime(&cur_time) );
1244     time_t aircraftLocalTime = 
1245         sgTimeGetGMT( fgLocaltime(&cur_time, t->get_zonename() ) );
1246
1247     // Okay, we now have six possible scenarios
1248     int offset = fgGetInt("/sim/startup/time-offset");
1249     const string &offset_type = fgGetString("/sim/startup/time-offset-type");
1250     if (offset_type == "system-offset") {
1251         globals->set_warp( offset );
1252     } else if (offset_type == "gmt-offset") {
1253         globals->set_warp( offset - (currGMT - systemLocalTime) );
1254     } else if (offset_type == "latitude-offset") {
1255         globals->set_warp( offset - (aircraftLocalTime - systemLocalTime) );
1256     } else if (offset_type == "system") {
1257         globals->set_warp( offset - cur_time );
1258     } else if (offset_type == "gmt") {
1259         globals->set_warp( offset - currGMT );
1260     } else if (offset_type == "latitude") {
1261         globals->set_warp( offset - (aircraftLocalTime - systemLocalTime) - 
1262                            cur_time ); 
1263     } else {
1264         SG_LOG( SG_GENERAL, SG_ALERT,
1265                 "FG_TIME::Unsupported offset type " << offset_type );
1266         exit( -1 );
1267     }
1268
1269     SG_LOG( SG_GENERAL, SG_INFO, "After time init, warp = " 
1270             << globals->get_warp() );
1271
1272     globals->set_warp_delta( 0 );
1273
1274     t->update( 0.0, 0.0,
1275                cur_time_override->getLongValue(),
1276                globals->get_warp() );
1277
1278     return t;
1279 }
1280
1281
1282 // This is the top level init routine which calls all the other
1283 // initialization routines.  If you are adding a subsystem to flight
1284 // gear, its initialization call should located in this routine.
1285 // Returns non-zero if a problem encountered.
1286 bool fgInitSubsystems() {
1287     // static const SGPropertyNode *longitude
1288     //     = fgGetNode("/sim/presets/longitude-deg");
1289     // static const SGPropertyNode *latitude
1290     //     = fgGetNode("/sim/presets/latitude-deg");
1291     // static const SGPropertyNode *altitude
1292     //     = fgGetNode("/sim/presets/altitude-ft");
1293
1294     fgLIGHT *l = &cur_light_params;
1295
1296     SG_LOG( SG_GENERAL, SG_INFO, "Initialize Subsystems");
1297     SG_LOG( SG_GENERAL, SG_INFO, "========== ==========");
1298
1299
1300     ////////////////////////////////////////////////////////////////////
1301     // Initialize the material property subsystem.
1302     ////////////////////////////////////////////////////////////////////
1303
1304     SGPath mpath( globals->get_fg_root() );
1305     mpath.append( "materials.xml" );
1306     if ( ! globals->get_matlib()->load(globals->get_fg_root(), mpath.str()) ) {
1307         SG_LOG( SG_GENERAL, SG_ALERT, "Error loading material lib!" );
1308         exit(-1);
1309     }
1310
1311     ////////////////////////////////////////////////////////////////////
1312     // Initialize the event manager subsystem.
1313     ////////////////////////////////////////////////////////////////////
1314
1315     global_events.init();
1316
1317     // Output event stats every 60 seconds
1318     global_events.Register( "FGEventMgr::print_stats()",
1319                             &global_events, &FGEventMgr::print_stats,
1320                             60000 );
1321
1322
1323     ////////////////////////////////////////////////////////////////////
1324     // Initialize the scenery management subsystem.
1325     ////////////////////////////////////////////////////////////////////
1326
1327     if ( globals->get_tile_mgr()->init() ) {
1328         // Load the local scenery data
1329         double visibility_meters = fgGetDouble("/environment/visibility-m");
1330                 
1331         globals->get_tile_mgr()->update( visibility_meters );
1332     } else {
1333         SG_LOG( SG_GENERAL, SG_ALERT, "Error in Tile Manager initialization!" );
1334         exit(-1);
1335     }
1336
1337     // cause refresh of viewer scenery timestamps every 15 seconds...
1338     global_events.Register( "FGTileMgr::refresh_view_timestamps()",
1339                             globals->get_tile_mgr(),
1340                             &FGTileMgr::refresh_view_timestamps,
1341                             15000 );
1342
1343     SG_LOG( SG_GENERAL, SG_DEBUG,
1344             "Current terrain elevation after tile mgr init " <<
1345             globals->get_scenery()->get_cur_elev() );
1346
1347
1348     ////////////////////////////////////////////////////////////////////
1349     // Initialize the flight model subsystem.
1350     ////////////////////////////////////////////////////////////////////
1351
1352     fgInitFDM();
1353         
1354     // allocates structures so must happen before any of the flight
1355     // model or control parameters are set
1356     fgAircraftInit();   // In the future this might not be the case.
1357
1358
1359     ////////////////////////////////////////////////////////////////////
1360     // Initialize the view manager subsystem.
1361     ////////////////////////////////////////////////////////////////////
1362
1363     fgInitView();
1364
1365
1366     ////////////////////////////////////////////////////////////////////
1367     // Initialize the lighting subsystem.
1368     ////////////////////////////////////////////////////////////////////
1369
1370     // fgUpdateSunPos() needs a few position and view parameters set
1371     // so it can calculate local relative sun angle and a few other
1372     // things for correctly orienting the sky.
1373     fgUpdateSunPos();
1374     fgUpdateMoonPos();
1375     global_events.Register( "fgUpdateSunPos()", &fgUpdateSunPos,
1376                             60000);
1377     global_events.Register( "fgUpdateMoonPos()", &fgUpdateMoonPos,
1378                             60000);
1379
1380     // Initialize Lighting interpolation tables
1381     l->Init();
1382
1383     // force one lighting update to make it right to start with...
1384     l->Update();
1385     // update the lighting parameters (based on sun angle)
1386     global_events.Register( "fgLight::Update()",
1387                             &cur_light_params, &fgLIGHT::Update,
1388                             30000 );
1389
1390
1391     ////////////////////////////////////////////////////////////////////
1392     // Create and register the logger.
1393     ////////////////////////////////////////////////////////////////////
1394     
1395     globals->add_subsystem("logger", new FGLogger);
1396
1397
1398 #if defined(HAVE_PLIB_PSL)
1399     ////////////////////////////////////////////////////////////////////
1400     // Create and register the script manager.
1401     ////////////////////////////////////////////////////////////////////
1402
1403     globals->add_subsystem("scripting", new FGScriptMgr);
1404 #endif // HAVE_PLIB_PSL
1405
1406
1407     ////////////////////////////////////////////////////////////////////
1408     // Create and register the XML GUI.
1409     ////////////////////////////////////////////////////////////////////
1410
1411     globals->add_subsystem("gui", new NewGUI, FGSubsystemMgr::INIT);
1412
1413
1414     ////////////////////////////////////////////////////////////////////
1415     // Initialize the local time subsystem.
1416     ////////////////////////////////////////////////////////////////////
1417
1418     // update the current timezone each 30 minutes
1419     global_events.Register( "fgUpdateLocalTime()", &fgUpdateLocalTime,
1420                             30*60*1000 );
1421
1422
1423     ////////////////////////////////////////////////////////////////////
1424     // Initialize the weather subsystem.
1425     ////////////////////////////////////////////////////////////////////
1426
1427     // Initialize the weather modeling subsystem
1428 #ifdef FG_WEATHERCM
1429     // Initialize the WeatherDatabase
1430     SG_LOG(SG_GENERAL, SG_INFO, "Creating LocalWeatherDatabase");
1431     sgVec3 position;
1432     sgSetVec3( position, current_aircraft.fdm_state->get_Latitude(),
1433                current_aircraft.fdm_state->get_Longitude(),
1434                current_aircraft.fdm_state->get_Altitude() * SG_FEET_TO_METER );
1435     double init_vis = fgGetDouble("/environment/visibility-m");
1436
1437     FGLocalWeatherDatabase::DatabaseWorkingType working_type;
1438
1439     if (!strcmp(fgGetString("/environment/weather/working-type"), "internet"))
1440     {
1441       working_type = FGLocalWeatherDatabase::use_internet;
1442     } else {
1443       working_type = FGLocalWeatherDatabase::default_mode;
1444     }
1445     
1446     if ( init_vis > 0 ) {
1447       FGLocalWeatherDatabase::theFGLocalWeatherDatabase = 
1448         new FGLocalWeatherDatabase( position,
1449                                     globals->get_fg_root(),
1450                                     working_type,
1451                                     init_vis );
1452     } else {
1453       FGLocalWeatherDatabase::theFGLocalWeatherDatabase = 
1454         new FGLocalWeatherDatabase( position,
1455                                     globals->get_fg_root(),
1456                                     working_type );
1457     }
1458
1459     // cout << theFGLocalWeatherDatabase << endl;
1460     // cout << "visibility = " 
1461     //      << theFGLocalWeatherDatabase->getWeatherVisibility() << endl;
1462
1463     WeatherDatabase = FGLocalWeatherDatabase::theFGLocalWeatherDatabase;
1464
1465     // register the periodic update of the weather
1466     global_events.Register( "weather update", &fgUpdateWeatherDatabase,
1467                             30000);
1468 #else
1469     globals->add_subsystem("environment", new FGEnvironmentMgr);
1470 #endif
1471
1472 #ifdef FG_USE_CLOUDS_3D
1473     ////////////////////////////////////////////////////////////////////
1474     // Initialize the 3D cloud subsystem.
1475     ////////////////////////////////////////////////////////////////////
1476     if ( fgGetBool("/sim/rendering/clouds3d") ) {
1477         static const SGPropertyNode *longitude
1478            = fgGetNode("/sim/presets/longitude-deg");
1479         static const SGPropertyNode *latitude
1480            = fgGetNode("/sim/presets/latitude-deg");
1481         static const SGPropertyNode *altitude
1482            = fgGetNode("/sim/presets/altitude-ft");
1483
1484         SGPath cloud_path(globals->get_fg_root());
1485 #if 0
1486         cloud_path.append("Textures/Sky/scattered.rgba");
1487         SG_LOG(SG_GENERAL, SG_INFO, "Loading CLOUDS3d from: " << cloud_path.c_str());
1488
1489         SGTexture tx;
1490         tx.read_rgba_texture(cloud_path.c_str());
1491         if ( !sgCloud3d->Load( tx.texture(), tx.width(),
1492 #else
1493         cloud_path.append("large.sky");
1494         if ( !sgCloud3d->Load( cloud_path.str(),
1495 #endif
1496                                latitude->getDoubleValue(),
1497                                longitude->getDoubleValue()) )
1498         {
1499             fgSetBool("/sim/rendering/clouds3d", false);
1500             SG_LOG(SG_GENERAL, SG_INFO, "CLOUDS3d FAILED: ");
1501         }
1502         SG_LOG(SG_GENERAL, SG_INFO, "CLOUDS3d Loaded: ");
1503     }
1504 #endif
1505
1506     ////////////////////////////////////////////////////////////////////
1507     // Initialise ATC display system
1508     ////////////////////////////////////////////////////////////////////
1509
1510     SG_LOG(SG_GENERAL, SG_INFO, "  ATC Display");
1511     globals->set_ATC_display(new FGATCDisplay);
1512     globals->get_ATC_display()->init(); 
1513
1514     ////////////////////////////////////////////////////////////////////
1515     // Initialise the ATC Manager 
1516     ////////////////////////////////////////////////////////////////////
1517
1518     SG_LOG(SG_GENERAL, SG_INFO, "  ATC Manager");
1519     globals->set_ATC_mgr(new FGATCMgr);
1520     globals->get_ATC_mgr()->init(); 
1521     
1522     ////////////////////////////////////////////////////////////////////
1523     // Initialise the AI Manager 
1524     ////////////////////////////////////////////////////////////////////
1525
1526     SG_LOG(SG_GENERAL, SG_INFO, "  AI Manager");
1527     globals->set_AI_mgr(new FGAIMgr);
1528     globals->get_AI_mgr()->init();
1529
1530
1531 #ifdef ENABLE_AUDIO_SUPPORT
1532     ////////////////////////////////////////////////////////////////////
1533     // Initialize the sound subsystem.
1534     ////////////////////////////////////////////////////////////////////
1535
1536     globals->set_soundmgr(new SGSoundMgr);
1537     globals->get_soundmgr()->init();
1538     globals->get_soundmgr()->bind();
1539
1540
1541     ////////////////////////////////////////////////////////////////////
1542     // Initialize the sound-effects subsystem.
1543     ////////////////////////////////////////////////////////////////////
1544
1545     globals->add_subsystem("fx", new FGFX);
1546     
1547 #endif
1548
1549     globals->add_subsystem("instrumentation", new FGInstrumentMgr);
1550     globals->add_subsystem("systems", new FGSystemMgr);
1551
1552     ////////////////////////////////////////////////////////////////////
1553     // Initialize the radio stack subsystem.
1554     ////////////////////////////////////////////////////////////////////
1555
1556     current_radiostack = new FGRadioStack;
1557     current_radiostack->init();
1558     current_radiostack->bind();
1559
1560
1561     ////////////////////////////////////////////////////////////////////
1562     // Initialize the cockpit subsystem
1563     ////////////////////////////////////////////////////////////////////
1564
1565     if( fgCockpitInit( &current_aircraft )) {
1566         // Cockpit initialized ok.
1567     } else {
1568         SG_LOG( SG_GENERAL, SG_ALERT, "Error in Cockpit initialization!" );
1569         exit(-1);
1570     }
1571
1572
1573     ////////////////////////////////////////////////////////////////////
1574     // Initialize the autopilot subsystem.
1575     ////////////////////////////////////////////////////////////////////
1576
1577     globals->set_autopilot(new FGAutopilot);
1578     globals->get_autopilot()->init();
1579     globals->get_autopilot()->bind();
1580
1581                                 // FIXME: these should go in the
1582                                 // GUI initialization code, not here.
1583     fgAPAdjustInit();
1584     NewTgtAirportInit();
1585     NewHeadingInit();
1586     NewAltitudeInit();
1587
1588     ////////////////////////////////////////////////////////////////////
1589     // Initialize I/O subsystem.
1590     ////////////////////////////////////////////////////////////////////
1591
1592     globals->get_io()->init();
1593     globals->get_io()->bind();
1594
1595
1596     ////////////////////////////////////////////////////////////////////
1597     // Add a new 2D panel.
1598     ////////////////////////////////////////////////////////////////////
1599
1600     string panel_path = fgGetString("/sim/panel/path",
1601                                     "Panels/Default/default.xml");
1602
1603     globals->set_current_panel( fgReadPanel(panel_path) );
1604     if (globals->get_current_panel() == 0) {
1605         SG_LOG( SG_INPUT, SG_ALERT, 
1606                 "Error reading new panel from " << panel_path );
1607     } else {
1608         SG_LOG( SG_INPUT, SG_INFO, "Loaded new panel from " << panel_path );
1609         globals->get_current_panel()->init();
1610         globals->get_current_panel()->bind();
1611     }
1612
1613     
1614     ////////////////////////////////////////////////////////////////////
1615     // Initialize the default (kludged) properties.
1616     ////////////////////////////////////////////////////////////////////
1617
1618     fgInitProps();
1619
1620
1621     ////////////////////////////////////////////////////////////////////
1622     // Initialize the controls subsystem.
1623     ////////////////////////////////////////////////////////////////////
1624
1625     globals->get_controls()->init();
1626     globals->get_controls()->bind();
1627
1628
1629     ////////////////////////////////////////////////////////////////////
1630     // Initialize the input subsystem.
1631     ////////////////////////////////////////////////////////////////////
1632
1633     globals->add_subsystem("input", new FGInput);
1634
1635
1636     ////////////////////////////////////////////////////////////////////
1637     // Initialize the replay subsystem
1638     ////////////////////////////////////////////////////////////////////
1639     globals->add_subsystem("replay", new FGReplay);
1640
1641     ////////////////////////////////////////////////////////////////////
1642     // Bind and initialize subsystems.
1643     ////////////////////////////////////////////////////////////////////
1644
1645     globals->get_subsystem_mgr()->bind();
1646     globals->get_subsystem_mgr()->init();
1647
1648
1649 #ifdef FG_MPLAYER_AS
1650     ////////////////////////////////////////////////////////////////////
1651     // Initialize multiplayer subsystem
1652     ////////////////////////////////////////////////////////////////////
1653
1654     globals->set_multiplayer_tx_mgr(new FGMultiplayTxMgr);
1655     globals->get_multiplayer_tx_mgr()->init();
1656
1657     globals->set_multiplayer_rx_mgr(new FGMultiplayRxMgr);
1658     globals->get_multiplayer_rx_mgr()->init();
1659 #endif
1660
1661     ////////////////////////////////////////////////////////////////////////
1662     // End of subsystem initialization.
1663     ////////////////////////////////////////////////////////////////////
1664
1665     SG_LOG( SG_GENERAL, SG_INFO, endl);
1666
1667                                 // Save the initial state for future
1668                                 // reference.
1669     globals->saveInitialState();
1670
1671     return true;
1672 }
1673
1674
1675 void fgReInitSubsystems()
1676 {
1677     // static const SGPropertyNode *longitude
1678     //     = fgGetNode("/sim/presets/longitude-deg");
1679     // static const SGPropertyNode *latitude
1680     //     = fgGetNode("/sim/presets/latitude-deg");
1681     static const SGPropertyNode *altitude
1682         = fgGetNode("/sim/presets/altitude-ft");
1683     static const SGPropertyNode *master_freeze
1684         = fgGetNode("/sim/freeze/master");
1685
1686     SG_LOG( SG_GENERAL, SG_INFO,
1687             "fgReInitSubsystems(): /position/altitude = "
1688             << altitude->getDoubleValue() );
1689
1690     bool freeze = master_freeze->getBoolValue();
1691     if ( !freeze ) {
1692         fgSetBool("/sim/freeze/master", true);
1693     }
1694
1695     // Initialize the FDM
1696     fgInitFDM();
1697     
1698     // allocates structures so must happen before any of the flight
1699     // model or control parameters are set
1700     fgAircraftInit();   // In the future this might not be the case.
1701
1702     // reload offsets from config defaults
1703     globals->get_viewmgr()->reinit();
1704
1705     fgInitView();
1706
1707     globals->get_controls()->reset_all();
1708     globals->get_autopilot()->reset();
1709
1710     fgUpdateSunPos();
1711     fgUpdateMoonPos();
1712     cur_light_params.Update();
1713     fgUpdateLocalTime();
1714
1715     if ( !freeze ) {
1716         fgSetBool("/sim/freeze/master", false);
1717     }
1718 }
1719