Re: [Flightgear-devel] Hang on reset

2011-01-02 Thread henri orange
Hello Jon Do we have flightgear git sync with jsbsim cvs ? That could explain. 2011/1/1 Jon S. Berndt jonsber...@comcast.net I seem to vaguely recall some issue with resetting (with JSBSim). I had thought that the most recent JSBSim code fixed that, though. Jon *From:* henri orange

Re: [Flightgear-devel] Disabling menu items (was Re: map question)

2011-01-02 Thread Stuart Buchanan
On Sat, Jan 1, 2011 at 8:37 AM, I wrote: Adding symbolic names along with some helper functions for disabling them in Nasal/gui.nas is pretty easy.  I'm happy to take on writing the code etc. Probably not today though! It turns out that Nasal/gui.nas already had a menuEnable function for

Re: [Flightgear-devel] Rendering menu was: Disabling menu items

2011-01-02 Thread Heiko Schulz
Hi I noticed today that the dense-slider for the 3d-clouds has dissapeared. I found it a nice feature, as it could improve the framerates a lot for older, weaker computers. I know that it was difficult to use, as you had the 3d-clouds switch off and on, to get the new value of cloud density

Re: [Flightgear-devel] Disabling menu items (was Re: map question)

2011-01-02 Thread James Turner
On 2 Jan 2011, at 14:56, Stuart Buchanan wrote: gui.menuEnable(fuel-and-payload, false); We can add new names for any other menus that we might want to disable on a per-aircraft basis, but from a quick skim through the menus I couldn't see any other candidates. Proving one again that

Re: [Flightgear-devel] New release

2011-01-02 Thread Stuart Buchanan
On Fri, Dec 31, 2010 at 12:21 AM, Dave L wrote: The ATIS is now in a releasable state.  If as many people as possible could use it in the next couple of days and report any breakage that would be good. Cheers - Dave Hi Dave, Doesn't sound quite as good as the real recording we had

[Flightgear-devel] Question about use-custom-scenery-data type=booltrue/use-custom-scenery-data

2011-01-02 Thread Oliver Thurau
Using latest git (2011.01.01) on win7/64bit I created a new folder in Models/Airport to store some shared models I develop. I try to reference a .ac file in there Models//Airport/AP_Lights/ runway_light_white.ac from a custom scenery folder / stg file using: OBJECT_SHARED

Re: [Flightgear-devel] Disabling menu items (was Re: map question)

2011-01-02 Thread Citronnier - Alexis Bory
James Turner a écrit : On 2 Jan 2011, at 14:56, Stuart Buchanan wrote: gui.menuEnable(fuel-and-payload, false); We can add new names for any other menus that we might want to disable on a per-aircraft basis, but from a quick skim through the menus I couldn't see any other candidates.

Re: [Flightgear-devel] Disabling menu items (was Re: map question)

2011-01-02 Thread Stuart Buchanan
On Sun, Jan 2, 2011 at 3:44 PM, James Turner wrote: On 2 Jan 2011, at 14:56, Stuart Buchanan wrote: gui.menuEnable(fuel-and-payload, false); We can add new names for any other menus that we might want to disable on a per-aircraft basis, but from a quick skim through the menus I couldn't see

[Flightgear-devel] ATIS upgrades (was: New release)

2011-01-02 Thread John Denker
On 01/02/2011 09:21 AM, Stuart Buchanan wrote: - Romeo is being pronounced Romo. Might be a typo in the transcript? It's not a typo, just lousy pronunciation by the synthesizer (festival). Note that if you are worried about typos, you can check for yourself by looking at the property tree

Re: [Flightgear-devel] New release

2011-01-02 Thread Dave L
On Sun, Jan 2, 2011 at 4:21 PM, Stuart Buchanan ... wrote: On Fri, Dec 31, 2010 at 12:21 AM, Dave L wrote: The ATIS is now in a releasable state. If as many people as possible could use it in the next couple of days and report any breakage that would be good. Cheers - Dave Hi

Re: [Flightgear-devel] Disabling menu items (was Re: map question)

2011-01-02 Thread Citronnier - Alexis Bory
f-14b updated and in git, so it uses symbolic name rather than labels. Alexis -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database

Re: [Flightgear-devel] Rendering menu was: Disabling menu items

2011-01-02 Thread Gijs de Rooy
Hi Heiko, just returned from holiday; so I'm caching up with my mailbox. I noticed today that the dense-slider for the 3d-clouds has dissapeared. I removed it, since I thought it was broken (because I did not know you have to toggle 3D clouds). I've just commited a fix for this; now the

[Flightgear-devel] FlightGear 2.2.0 Gallery

2011-01-02 Thread Durk Talsma
Hi All, Anticipating that the new release will be ready soon, I made a gallery of screenshots: http://www.dropbox.com/gallery/7455889/1/FSWeekend2010?h=0e9825 I tried to capture the diversity of FlightGear, and to do justice to every contributer. Obviously, it is impossible to cover every

[Flightgear-devel] Fwd: FlightGear 2.2.0 Gallery

2011-01-02 Thread Durk Talsma
Whoops! Wrong link: http://www.dropbox.com/gallery/7455889/1/FlightGear-2.2.0?h=cfeb11 This is the correct one. Cheers, Durk Begin forwarded message: Hi All, Anticipating that the new release will be ready soon, I made a gallery of screenshots:

Re: [Flightgear-devel] ATIS upgrades (was: New release)

2011-01-02 Thread Dave L
On Sun, Jan 2, 2011 at 6:53 PM, John Denker wrote: On 01/02/2011 09:21 AM, Stuart Buchanan wrote: http://code.google.com/p/flightgear-bugs/issues/detail?id=241 Some small fixes to the code are at

Re: [Flightgear-devel] ATIS upgrades

2011-01-02 Thread John Denker
Hi -- On 01/02/2011 06:37 PM, you wrote: Can I just clarify whether you are happy to have your scripts committed to flightgear/utils in addition to being available from your website? Yes, happy. Public domain, not GPL. If so, I'll add them ASAP. Thanks!