Re: [Flightgear-devel] 350 Mb movie

2008-02-29 Thread Bill Galbraith
Schweet. Details? Are those dedicated instruemtns, or a FG monitor behind a mask? Bill _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Olson Sent: Friday, February 29, 2008 8:17 PM To: FlightGear developers discussions Subject: [Flightgear-devel] 350 Mb movie

[Flightgear-devel] 350 Mb movie

2008-02-29 Thread Curtis Olson
I just posted a movie of one of the things I've been working on this week. It's a light-twin flight simulator with full cockpit and 7 visual channels (LCD displays). This movie shows an approach into 6WA8 (Ranger Creek) along with the touch down. This movie is straight off my camera without any e

Re: [Flightgear-devel] livery handling (& MP updates)

2008-02-29 Thread Melchior FRANZ
What I forgot ... (5) add a binding for opening/closing the livery dialog, for example a menu entry, putting this into foo-set.xml: ... Foo Select Livery

[Flightgear-devel] livery handling (& MP updates)

2008-02-29 Thread Melchior FRANZ
I've just enhanced the aircraft.livery class with methods for easier livery handling over MP. (You also need to update fgfs to make it work). Livery HOWTO (1) add a livery dir, let's say $FG_ROOT/Aircraft/foo/Models/Liveries/ and put an XML file fore every livery in it. For exa

Re: [Flightgear-devel] concerning the Foch carrier

2008-02-29 Thread gerard robin
On mer 27 février 2008, jean pellotier wrote: > Hi all, > > trying to use the Foch as a carrier in OSG, it appeared : > > -it was too low on the water, so the deck is under water (somebody told > me about global warming, but isn't it supposed to float?) > > - the deck was not solid. It don't make s

Re: [Flightgear-devel] I am going to terminate mpserver04 - new mpserver?

2008-02-29 Thread Csaba Halász
On Fri, Feb 29, 2008 at 3:13 PM, tpalinkas <[EMAIL PROTECTED]> wrote: > > We at Allied-Visions GmbH are pondering running an mpserver on one of our > servers (with 100 mbit access). We have a few questions regarding to > mpservers: > > - is it useful for the community to have one more mpserver?

Re: [Flightgear-devel] I am going to terminate mpserver04 - new mpserver?

2008-02-29 Thread tpalinkas
On Thu, 28 Feb 2008, Forums Virgin Net wrote: > Dear all, >I have just notified Curt that I am closing mpserver04 > permanently unless a solution can be done to prevent the demand from over > riding and making my day to day normal usage completely useless. > > Details: > > Since

Re: [Flightgear-devel] bug: Nasal parsing problem in AI model file

2008-02-29 Thread Bastien David
Yes you are right, I have added a CDATA section and it works. Thank you Csaba! Csaba Halász a écrit : > On Fri, Feb 29, 2008 at 1:09 PM, Bastien David <[EMAIL PROTECTED]> wrote: > >> Hi all, >> >> I have encounter a bug when trying to add some nasal script to an AI >> model (on both FGFS 1.0.

Re: [Flightgear-devel] bug: Nasal parsing problem in AI model file

2008-02-29 Thread Csaba Halász
On Fri, Feb 29, 2008 at 1:09 PM, Bastien David <[EMAIL PROTECTED]> wrote: > Hi all, > > I have encounter a bug when trying to add some nasal script to an AI > model (on both FGFS 1.0.0 OSG from CVS and official plib release). It is > look like if I write a nasal snippet like this: "if(foo > 7)",

[Flightgear-devel] bug: Nasal parsing problem in AI model file

2008-02-29 Thread Bastien David
Hi all, I have encounter a bug when trying to add some nasal script to an AI model (on both FGFS 1.0.0 OSG from CVS and official plib release). It is look like if I write a nasal snippet like this: "if(foo > 7)", the AI model (called from an AI scenario) is not loaded. I provide an attachment wit