Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Alasdair Campbell
On Thu, 2009-10-22 at 21:22 +0200, Erik Hofman wrote: > It would be nice to know who of you who have problems run on 64-bit and > if any one with these problems (sounds not playing) actually runs in 32-bit. > > Erik > AS you speak, I am currently resurrecting my 32 bit Athlon machine to compare

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread syd adams
Yes ! Next goal is 200 :) On Thu, Oct 22, 2009 at 12:14 PM, Curtis Olson wrote: > On Thu, Oct 22, 2009 at 2:11 PM, syd adams wrote: > >> Glad you mentioned the sound type, I hadn't thought about it . Same result >> here , "looped" sounds dont play ... but the rest seem to , ( Ive only >> tested

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Hans Janssen
Erik Hofman wrote: > It would be nice to know who of you who have problems run on 64-bit and > if any one with these problems (sounds not playing) actually runs in 32-bit. > > Erik > Hello Erik, Sound is playing but it is off at 0.0 or full on from 0.01 to 1.0, changing the volume between 0.0

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread James Turner
On 22 Oct 2009, at 14:40, Sébastien MARQUE wrote: > quite off-topic: the zkv1000 will very appreciate your actual > changes on > gps system. it is a "replica" of garmin primus 1000 for general > aviation). Okay - that's exactly the kind of device I hope the new code can support. I've read th

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Erik Hofman
It would be nice to know who of you who have problems run on 64-bit and if any one with these problems (sounds not playing) actually runs in 32-bit. Erik -- Come build with us! The BlackBerry(R) Developer Conference in

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Curtis Olson
On Thu, Oct 22, 2009 at 2:11 PM, syd adams wrote: > Glad you mentioned the sound type, I hadn't thought about it . Same result > here , "looped" sounds dont play ... but the rest seem to , ( Ive only > tested with my aircraft). Just a little off topic, but congratulations Syd, you were the one h

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread syd adams
Glad you mentioned the sound type, I hadn't thought about it . Same result here , "looped" sounds dont play ... but the rest seem to , ( Ive only tested with my aircraft). On Thu, Oct 22, 2009 at 12:01 AM, Scott Hamilton < scott.hamil...@popplanet.biz> wrote: > > > Yeah I'm in the same situatio

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread Victhor Foster
> That sounds strange, and possibly aircraft-specific, or possibly my > fault. > > Can you provide some exact steps to reproduce this? > > Eg > - select navaid 'foo' in the GPS > - enter OBS mode > - select OBS radial XXX > - ... and so on > > The interaction between the GPS

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/ATCDCL AIPlane.cxx, 1.8, 1.9

2009-10-22 Thread James Turner
On 22 Oct 2009, at 17:50, Erik Hofman wrote: > I dislike the method of using strings to story binary data anyhow. Yes, agreed 100%. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only dev

Re: [Flightgear-devel] Another person selling FlightGear on ebay

2009-10-22 Thread Erik Hofman
Bob Faulkner wrote: > I believe this person was well within their rights up until they claimed > copyright over the entire work. Even if they have copyright on accompanying > software they wrote to work with it, I believe they are required to license it > under the GPL if they distribute it with FG

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/ATCDCL AIPlane.cxx, 1.8, 1.9

2009-10-22 Thread Erik Hofman
James Turner wrote: > On 22 Oct 2009, at 17:23, James Turner wrote: > >> without >> using a copy to turn the temporary data from c_str() into something >> that lives on the heap. > > This is factually wrong, I realise - of course the data returned by > c_str() *does* live on the heap, but that

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/ATCDCL AIPlane.cxx, 1.8, 1.9

2009-10-22 Thread James Turner
On 22 Oct 2009, at 17:23, James Turner wrote: > without > using a copy to turn the temporary data from c_str() into something > that lives on the heap. This is factually wrong, I realise - of course the data returned by c_str() *does* live on the heap, but that does't change the original is

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/ATCDCL AIPlane.cxx, 1.8, 1.9

2009-10-22 Thread James Turner
On 22 Oct 2009, at 13:54, Erik Hofman wrote: > -std::auto_ptr ptr( buf.c_str() ); > +std::auto_ptr ptr( (unsigned char*) > buf.c_str() ); This still looks wrong to me - you can't create an auto_ptr from buf.c_str(), it will delete memory that's not supposed to

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread James Turner
On 22 Oct 2009, at 14:40, Sébastien MARQUE wrote: > the zkv500 looks at the property > /instrumentation/gps/wp/leg-course-deviation-deg, which seems to not > exist anymore. I'm reading doc to find the correct prop to handle. Ah ok. leg-course-deviation-deg is one of those strange properties tha

Re: [Flightgear-devel] Another person selling FlightGear on ebay

2009-10-22 Thread Bob Faulkner
I believe this person was well within their rights up until they claimed copyright over the entire work. Even if they have copyright on accompanying software they wrote to work with it, I believe they are required to license it under the GPL if they distribute it with FG. I'm pretty sure claiming

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread Sébastien MARQUE
Indeed, that is not "your fault", I just have to follow your changes ;) grep'ing in Aircraft gives me 3 aircraft with the zkv500 installed in: Grob-G115, DHC3 and Lionceau the zkv500 looks at the property /instrumentation/gps/wp/leg-course-deviation-deg, which seems to not exist anymore. I'm r

Re: [Flightgear-devel] Photorealistic textures for cumulus clouds

2009-10-22 Thread Erik Hofman
Vadym Kukhtin wrote: > Its look very realistic for me, only a bit shaggy sometimes. > > If you like it and want to have same clouds, grab and replace this file: > http://valeo.flightgear.ru/cl_cumulus.png > > If someone want to add this texture to cvs-data, then write comment > in, maybe, cloudla

Re: [Flightgear-devel] Fix for Citation-II gear problem

2009-10-22 Thread syd adams
I might have fixed that too , since I haven't seen that problem in a long time ... I'll get busy on the panel so I can commit for testing On Wed, Oct 21, 2009 at 11:50 PM, George Patterson < george.patter...@gmail.com> wrote: > On Thu, Oct 22, 2009 at 4:34 PM, syd adams wrote: > > I,ve already f

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Erik Hofman
syd adams wrote: > So far I've tried compiling several versions of openal-soft ... and only > get certain sounds , and always get an 'AL Error (atc):' in the > terminal at startup. > I get atc-chatter , and certain aircraft sounds like flaps , engine > start ... > I've tried openal-soft-1.8.46

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread James Turner
On 22 Oct 2009, at 07:57, Sébastien MARQUE wrote: > > Thank you for reporting, I haven't had a look into the zkv500 for a > long > time but I'm going to look what is going wrong, sorry for > inconvenience. It's quite likely this is my fault. Which aircraft feature the zkv500, so I can test

Re: [Flightgear-devel] ZKV500 GPS instrument; (New?) GPS code bug

2009-10-22 Thread James Turner
On 22 Oct 2009, at 02:05, Victhor Foster wrote: > I'm pretty sure that this bug happened to me before. If the GPS is set > to OBS mode, changing the course as to make the CDI needle center > causes the autopilot to follow north, while leaving it at the default > setting (north) causes the AP to f

Re: [Flightgear-devel] New Sound system committed

2009-10-22 Thread Scott Hamilton
Yeah I'm in the same situation, I've deleted all version of openal and alut, and pulled down the source and compiled for openal and ALUT, still only get "once" and "transit" type of sound, looped engine sounds I can't get. I'll keep looking I might try the old creative labs 0.8 version next