[Flightgear-devel] Festical voice volumes

2011-11-24 Thread Adrian Musceac
Hi everybody,

I'm almost finished implementing radio propagation for ATC communications, but 
there's one thing I can't figure out yet: I'm trying to set Festival voice 
volume to a lower value when the radio signal is near the receiver threshold, 
but all my attempts using
 fgSetDouble(/sim/sound/voices/voice/volume, volume);
fail to make any difference.
I'd appreciate a pointer to the right direction here.

Thanks,
Adrian

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

2011-11-24 Thread Alan Teeder
This is what I am seeing here:-

git.exe pull -v --progress  origin

From git://gitorious.org/fg/fgdata
= [up to date]  PRE_OSG_PLIB_20061029 - origin/PRE_OSG_PLIB_20061029
= [up to date]  master - origin/master
= [up to date]  release/2.4.0 - origin/release/2.4.0
= [up to date]  releases/2.2.0 - origin/releases/2.2.0
Updating 7516daf..fc51de9
error: unable to create file Aircraft/Tecnam-P92/Nasal/p9*2.nas (Invalid 
argument)
error: unable to unlink old 'Aircraft/Tecnam-P92/Splash/p92W-splash.png' (Bad 
file descriptor)


Is anyone able to sort it out?

Thanks
Alan



From: Alan Teeder 
Sent: Wednesday, November 23, 2011 9:53 AM
To: Flightgear-devel@lists.sourceforge.net 
Subject: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

In this commit
commit 9349b5fe814407df4f064d65182d06cb455469d7
Merge: 27dc727 8438cff
Author: BARANGER Emmanuel
Date: Tue Nov 22 21:39:26 2011 +0100

Tortoise Git (windows) does not like p9*2.nas   ;-(

Alan



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d 



___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

2011-11-24 Thread Erik Hofman
On Thu, 2011-11-24 at 10:39 +, Alan Teeder wrote:
 This is what I am seeing here:-
  
 git.exe pull -v --progress  origin
  
 From git://gitorious.org/fg/fgdata
 = [up to date]  PRE_OSG_PLIB_20061029 -
 origin/PRE_OSG_PLIB_20061029
 = [up to date]  master - origin/master
 = [up to date]  release/2.4.0 - origin/release/2.4.0
 = [up to date]  releases/2.2.0 - origin/releases/2.2.0
 Updating 7516daf..fc51de9
 error: unable to create file Aircraft/Tecnam-P92/Nasal/p9*2.nas
 (Invalid argument)

I've renamed it to p9X2.nas, I didn't see any reference to it anyhow.

 error: unable to unlink old
 'Aircraft/Tecnam-P92/Splash/p92W-splash.png' (Bad file descriptor)

I couldn't find anything special about this file. Maybe it's a result of
the previous error?

Erik



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Sounds for AI models (first step implemented)

2011-11-24 Thread Erik Hofman
On Sun, 2011-11-20 at 18:04 +0100, Erik Hofman wrote:
 On Sun, 2011-11-20 at 16:04 +0100, Durk Talsma wrote:
  Hi Erik,
  
  I'll try to have a look next week, although admittedly, the relation 
  between the AI models code and the property tree is not really the stuff 
  I'm intimately familiar with.
 
 Thanks, I'll also keep searching in the mean time.

Alright I've found how and where models configuration files get read:

SGModelLib::loadDeferredModel reads the file and set up the model. In
the case of AIModels there was a reference to 'new FGNasalModelData'
that sets up the AI Model Nasal scripting.

The trick is to get one property back from it. Still searching..

Erik


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

2011-11-24 Thread Alan Teeder


-Original Message- 
From: Erik Hofman
Sent: Thursday, November 24, 2011 10:49 AM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas



I've renamed it to p9X2.nas, I didn't see any reference to it anyhow.

Erik

Erik

Thanks for removing that file.

Despite loads of messing around with git (which probably compounded the 
error :-) ) I have had to resort to a fresh git-clone to get fgdata working 
again.

Alan

--
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Shader properties and dialog

2011-11-24 Thread Stuart Buchanan
On Mon, Nov 21, 2011 at 11:41 AM, Martin Spott wrote:
 Stuart Buchanan wrote:

 I don't think there is any particularly good reaon for the
 dependency, for either the trees or the clouds.  I'm away at the
 moment but will look at uncoupling them later in the week.

 Don't forget to pick up your virtual bottle of fine Whisky (note the
 spelling) afterwards,

I've now removed the dependency of both the trees and 3D clouds
on /sim/rendering/shader-effects (aka Material Shaders in the
Rendering Dialog). You'll need an up to date flightgear and fgdata
to pick up the changes.

I will be treating myself to a small glass of Balvenie as a reward :)

Now back to my ongoing quest to make the 3D clouds fast enough...

-Stuart

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

2011-11-24 Thread Martin Spott
Erik Hofman wrote:
 On Thu, 2011-11-24 at 10:39 +, Alan Teeder wrote:

 error: unable to create file Aircraft/Tecnam-P92/Nasal/p9*2.nas
 (Invalid argument)
 
 I've renamed it to p9X2.nas, I didn't see any reference to it anyhow.

After pulling your change I actually hat _both_ files sitting in the
directory - it's just been copied, not moved.

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Tecnam-P92/Nasal/p9*2.nas

2011-11-24 Thread ThorstenB
Am 24.11.2011 23:49, schrieb Martin Spott:
 Erik Hofman wrote:
 On Thu, 2011-11-24 at 10:39 +, Alan Teeder wrote:

 error: unable to create file Aircraft/Tecnam-P92/Nasal/p9*2.nas
 (Invalid argument)

 I've renamed it to p9X2.nas, I didn't see any reference to it anyhow.

 After pulling your change I actually hat _both_ files sitting in the
 directory - it's just been copied, not moved.

Right. But it's removed now.

cheers,
Thorsten


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Shader properties and dialog

2011-11-24 Thread Arnt Karlsen
On Tue, 22 Nov 2011 16:01:07 -0800 (PST), Gene wrote in message 
alpine.lfd.2.00.221600360.4...@grumble.deltasoft.com:

 On Wed, 23 Nov 2011, Arnt Karlsen wrote:
 
  Starting i.e. b29 and Material Shaders enabled. We can also share
  the issue in my log, I start with c172p at KSFO 10L and you take
  the b29 at 10R.
 
  ..easy now, I'm on the road with an eeepc that takes about
  3-5 seconds of agony between each frame, so dream on on me
  on multiplayer. ;o)
 
 Talk about an excercise in total futility.

..well, I _am_ able to fly _some_ of the planes here, 
merely a matter of staying far enough ahead of it. ;o)

..the b29 looks painted weirdly white, and the output complains about
no image file, maybe the reader did not set the filename attribute,
using white for type '2d' on '',
in /technique[9]/pass[0]/texture-unit[0] creating 3D noise texture...
DONE

..output attached as ju52b29 and I will attach screenshot 
as fgfs-b29-002.png if that's ok with you guys, this post
is a copy of a draft with the big bad binary tossed out.

..everything is on in the rendering department. 
arnt@nb6:~$ ll Pictures/fgfs-b29-002.png ju52b29 
-rw-r--r-- 1 arnt arnt   3669 Nov 24 23:33 ju52b29
-rw-r--r-- 1 arnt arnt 609871 Nov 24 23:27 Pictures/fgfs-b29-002.png
arnt@nb6:~$ md5sum Pictures/fgfs-b29-002.png ju52b29 
6bdae27ccdaf2409a4a1dc833b7cba54  Pictures/fgfs-b29-002.png
62933f0961b19da7d569c0c640a1dd67  ju52b29
arnt@nb6:~$ 

..no visible change in tonite's rebuild.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


ju52b29
Description: Binary data
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] NAV receiver specs

2011-11-24 Thread Adrian Musceac
Hi there,

I'm about to start implementing navradio signal propagation, and I'd like to 
know from anyone who has experience with this type of radios whether this spec 
sheet performance is typical for most receivers including airline big iron, so 
that I should hardcode or not the values.

https://www.bendixking.com/wingman/servlet/com.merx.npoint.servlets.DocumentServlet?docid=doc689082ce-
f7ddb4bf1a-762df96555eb2dc6f382507bde7144eb

The meaningful quoted figures for sensitivity are:
VOR/LOC - 2 uV for half flag, 1 uV typical
Glideslope - 12 uV typical, 20 uV for half flag

Cheers,
Adrian

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel