-
me again :-)
If "Hud-3d" is checked in the advanced options, the resulting command line is not "--enable-hud-3d". But the default in flightgear is "--disable-hud-3d" (maybe it was different in previous versions).
That's why "--enable-hud-3d" must be added to the command line. To be compatible with older flightgear versions, maybe "--disable-hud-3d" should also added to the command line.
2009-05-22 13:10:12 UTC in FlightGear Launch Control
-
After loading a saved config, the scenery paths are reset to the default. I could fix this by changing the following:
File: wizard_funcs.cxx
Line: 233
if (!def_fg_scenery.empty())
{
fg_scenery = def_fg_scenery;
}
else if (prefs.get( "fg_scenery", buf, "", buflen-1))
{
fg_scenery = buf;
}
to (removed "else if")
if (!def_fg_scenery.empty())
{.
2009-05-22 12:26:09 UTC in FlightGear Launch Control
-
daniel101172 committed revision 29 to the VideoSlideshow SVN repository, changing 3 files.
2007-12-29 15:54:57 UTC in VideoSlideshow
-
daniel101172 committed revision 28 to the VideoSlideshow SVN repository, changing 1 files.
2007-12-29 15:53:55 UTC in VideoSlideshow
-
daniel101172 committed revision 27 to the VideoSlideshow SVN repository, changing 1 files.
2007-12-29 15:47:48 UTC in VideoSlideshow
-
daniel101172 committed revision 26 to the VideoSlideshow SVN repository, changing 9 files.
2007-12-29 15:47:26 UTC in VideoSlideshow
-
daniel101172 committed revision 25 to the VideoSlideshow SVN repository, changing 6 files.
2007-12-29 15:46:42 UTC in VideoSlideshow
-
daniel101172 committed revision 24 to the VideoSlideshow SVN repository, changing 7 files.
2007-12-29 15:46:17 UTC in VideoSlideshow
-
daniel101172 committed revision 23 to the VideoSlideshow SVN repository, changing 9 files.
2007-12-29 15:44:10 UTC in VideoSlideshow
-
daniel101172 committed revision 22 to the VideoSlideshow SVN repository, changing 10 files.
2007-12-29 15:43:36 UTC in VideoSlideshow