[Flightgear-devel] No liveries

2011-03-05 Thread Guy Brand
Hi all, I have a long standing issue with my installation of FlightGear. Here is how it's set up: * git cloned sources under /home (i.e. /home/{simgear,flightgear,fgdata}) * compilation of simgear and flightgear from the sources cd /home/{simgear,flightgear} git pull ./autogen.sh

Re: [Flightgear-devel] No liveries

2011-03-09 Thread Guy Brand
On Mar 06, Arnt Karlsen wrote: > ..that means you have /home/plib, /home/OpenSceneGraph, > /home/simgear, /home/fgfs, /home/flightgear, /home/fgdata etc? > > .._dead_ wrong, you have users plib, simgear et al fight turf > wars over things you should have in your own /home/guy/FG tree. > Arch e

Re: [Flightgear-devel] Segfault in AIFlightPlanCreate

2011-07-26 Thread Guy Brand
On Jul 26, Torsten Dreyer wrote: > Just noticed: happens at EHAM, too. c172p, no parkpos, no live weather > (Fair Weather), a few seconds after takeoff from rwy 18R. "ATC Services in range" button from the radio panel (F12) also does no longer show any airport frequencies (testing from EHAM with

Re: [Flightgear-devel] Two strange issues

2011-08-17 Thread Guy Brand
On Aug 16, thorsten.i.r...@jyu.fi wrote: Hello > 2) I have the Corse custom scenery > > http://helijah.free.fr/flightgear/scenes.html#Corse > > installed under my FG 2.0.0 FGData. With my GIT version, I don't actually > have any scenery under FGData but instead use the commandline option > > -

[Flightgear-devel] Has ground network display vanished?

2013-04-10 Thread Guy Brand
Hello AFAIR Durk committed some changes at the end of 2012 which allowed one to display the ground network through a "Toggle ground network visibility" item in the menu. I can't find that item any more. Has it been disabled since the last release? I'm using the git (compiled last week) version of

[Flightgear-devel] Current git broken

2013-05-12 Thread Guy Brand
Hello Current git revision (simgear + flightgear + fgdata) of flightgear does not compile and raises an error: [ 38%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/Canvas/gui_mgr.cxx.o /home/flightgear/src/Canvas/gui_mgr.cxx: In member function ‘bool GUIMgr::handleMouse(const osgGA::GUIEv

Re: [Flightgear-devel] Current git broken

2013-05-12 Thread Guy Brand
On May 12, Thomas Geymayer wrote: > Am 2013-05-12 17:59, schrieb Guy Brand: > > Hello > > > > > > Current git revision (simgear + flightgear + fgdata) of flightgear does > > not compile and raises an error: > > > > [ 38%] Building CXX objec

Re: [Flightgear-devel] FlightGear voice communication

2013-08-16 Thread Guy Brand
On Aug 15, Dirk Dittmann wrote: Hello > - Dialbook get Nummer : > the search should not return the first frequency, the nearest in Range is > more > suitable. True, it currently returns the first in alphabetical order. As Clement answered, adding ranges, even simple one, should narrow the c

Re: [Flightgear-devel] FlightGear voice communication

2013-08-21 Thread Guy Brand
On Aug 21, Clement de l'Hamaide wrote: Hello >FGCom standalone is not yet ready for the new FGCom server because he >use an old "positions.txt" file. If you upgrade your server now every >OpenRadar/FGCom standalone user won't be able to connect to most of >frequencies and here is

[Flightgear-devel] METAR wrong, at least on one airport

2010-11-15 Thread Guy Brand
Hello Today I noticed this on the terminal: NoaaMetarRealWxController::fetchMetar(): dropping outdated METAR 2010/11/12 16:00 LFST 121600Z 19009KT 170V230 BKN030 13/09 Q1004 NOSIG NoaaMetarRealWxController::fetchMetar(): dropping outdated METAR 2010/11/12 16:00 LFST 121600Z 19009KT

Re: [Flightgear-devel] METAR wrong, at least on one airport

2010-11-16 Thread Guy Brand
On Nov 16, Torsten Dreyer wrote: > FlightGear uses NOAA as a data source for METAR. The url to fetch the data is > http://weather.noaa.gov/pub/data/observations/metar/stations/.txt where > xxx is the ICAO 4-Letter code of the airport in uppercase. We simply rely on > the NOAA data - if the r

Re: [Flightgear-devel] METAR wrong, at least on one airport

2010-11-19 Thread Guy Brand
On Nov 15, Guy Brand wrote: > So I ran the metar command from the CLI to see what it told. That gives > the same result for this particular airport. I was using git revision > 0917a5e0. Upgrading to the current git revision 5bb247d4 also shows the > same result. I haven't foun