-
fredb committed revision 517 to the FlightGear Launch Control SVN repository, changing 1 files.
2009-08-16 11:13:37 UTC by fredb
-
Greetings,
SVN fgrun is supposed to build with CVS Simgear. If you want to compile upon SimGear 1.9.1, build released fgrun 1.5.1 available in the download section.
2009-07-07 21:15:55 UTC by fredb
-
Hello,
Before I describe my problem I would like to thank to all developers who created and maintain FlightGear for their efforts into building and supporting such great software! I wish I would have some programming skills to help, unfortunately my programming skills are reduced to almost zero.
For some reason, FlightGear that comes with Fedora distribution lacks fgrun. Therefore, I...
2009-07-06 20:48:07 UTC by fbadescu
-
This tracker is only for the launcher bugs. Please use the flightgear forum if you need assistance on flightgear.
2009-07-04 22:14:22 UTC by fredb
-
fredb committed revision 516 to the FlightGear Launch Control SVN repository, changing 1 files.
2009-07-04 07:40:48 UTC by fredb
-
fredb committed revision 515 to the FlightGear Launch Control SVN repository, changing 5 files.
2009-06-28 21:57:58 UTC by fredb
-
fredb committed revision 514 to the FlightGear Launch Control SVN repository, changing 1 files.
2009-05-31 08:36:51 UTC by fredb
-
fredb committed revision 513 to the FlightGear Launch Control SVN repository, changing 1 files.
2009-05-31 08:35:31 UTC by fredb
-
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 by daniel101172
-
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 by daniel101172