Re: [Flightgear-devel] Default 3d clouds in Local Weather

2011-10-10 Thread thorsten . i . renk

Hi Stuart,

 This should now be fixed, and the clouds should be white once more.

 Thorsten R. - regarding the 3000ft altitude offset problem, can you
 check that you haven't got an altitude set for the layer itself?

Offsets as such are okay. I used to have some models with internal
coordinates (0,0) at the center of the cloud, some at the bottom, with
your rendering engine I can't specify offsets in the *.ac modelw any more,
so they go into the code. They should be just something that is measured
once and then stays.

I've just done a quick check after a pull, and it seems that the curved
layer problem is indeed gone :-) I'll have a look at offsets later today,
but if they're just different - don't worry. Thanks for the hard work.

Side remark: we now seem to have a speed limit: Whenever I exceed ~ 1600
kt with the ufo I get

callsign Previous waypoint Cruise Departure airport 0xb85b380 Leg 5
target_speed  1004.05 speedFraction  0.00287666 Currecnt speed  1004
Segmentation fault

So I just have to fly very slowly.

Don't know where that is coming from...

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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Default 3d clouds in Local Weather

2011-10-10 Thread Vadym Kukhtin
2011/10/10 thorsten.i.r...@jyu.fi

 callsign Previous waypoint Cruise Departure airport 0xb85b380 Leg 5
 target_speed  1004.05 speedFraction  0.00287666 Currecnt speed  1004
 Segmentation fault



I got same segfault when stay solid in UFO.
May be its Durk's traffic?

-- 
---
WBR, Vadym.
--
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Default 3d clouds in Local Weather

2011-10-10 Thread Durk Talsma
Hi All,
On 10 Oct 2011, at 10:55, Vadym Kukhtin wrote:

 
 
 2011/10/10 thorsten.i.r...@jyu.fi
 callsign Previous waypoint Cruise Departure airport 0xb85b380 Leg 5
 target_speed  1004.05 speedFraction  0.00287666 Currecnt speed  1004
 Segmentation fault
 
 
 I got same segfault when stay solid in UFO.
 May be its Durk's traffic?
 

Yikes, that's very likely

As part of last weekend's session, I've been chasing a few cases of AITraffic's 
speed getting out of the ordinary. To facilitate finding the offending code, I 
added a new function assertSpeed, which raises a segfault signal when speed 
exceeds beyond what may be reasonably expected in the AI system. That way I 
could inspect the calling stack from within gdb.

Unfortunately, it looks like I forgot to comment this out before pushing to 
gitorious. Sorry about that. I'll fix that tonight. In the mean time, either 
just comment out all occurrences of assertSpeed in src/AIModel/AIAircraft.cxx 
or find the occurrences of raise() and comment these out. They should also be 
limited to AIAircraft.cxx off the top of my head.

cheers,
Durk



--
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] [Flightgear-commitlogs] FlightGear Base Package branch, master, updated. 38b0d83b4eee2e581823a4a9f119b37caa9470a0

2011-10-10 Thread Frederic Bouvier
Hi Vivian,

- Mail original -
 commit 7aac380e2f0b1d1657b7179054acfeb61993f7ff
 Author: Vivian Meazza
 Date:   Mon Oct 10 10:51:25 2011 +0100
 
 Add taxiway symbols in dds.
...
  materials-dds.xml|   27

BTW, I added the possibility to load alternate materials 
file to fgrun. It's in Advanced  Rendering

Regards,
-Fred

--
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] [Flightgear-commitlogs] FlightGear BasePackage branch, master, updated. 38b0d83b4eee2e581823a4a9f119b37caa9470a0

2011-10-10 Thread Vivian Meazza
Fred,

 
 Hi Vivian,
 
 - Mail original -
  commit 7aac380e2f0b1d1657b7179054acfeb61993f7ff
  Author: Vivian Meazza
  Date:   Mon Oct 10 10:51:25 2011 +0100
 
  Add taxiway symbols in dds.
 ...
   materials-dds.xml|   27
 
 BTW, I added the possibility to load alternate materials
 file to fgrun. It's in Advanced  Rendering
 
So I see - nice: I wouldn't have found it by accident, thanks for pointing
it out. Now I can retire my property statement that I was using.

Thanks for adding that,

Regards,

Vivian  



--
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Default 3d clouds in Local Weather

2011-10-10 Thread Durk Talsma
 
 Side remark: we now seem to have a speed limit: Whenever I exceed ~ 1600
 kt with the ufo I get
 

Okay, the speed limit on the intergalactic highway has been liftted. Make sure 
to have your towel ready and count to 42. :-)

Cheers,
Durk


--
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. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel