Re: [Flightgear-devel] CVS CitationX and Bravo segfault at EGPF

2008-10-22 Thread Csaba Halász
On Thu, Oct 23, 2008 at 1:11 AM, Alasdair Campbell <[EMAIL PROTECTED]> wrote: > > As we can see, the address of _runway is set up within > select_runway(airport, _runway), but is no longer valid (NULL) when > control is returned to the caller. Hence the crash at the following > line, > 4545 ru

Re: [Flightgear-devel] CVS CitationX and Bravo segfault at EGPF

2008-10-22 Thread Alasdair Campbell
On Sun, 2008-10-19 at 12:27 +0100, James Turner wrote: > On 18 Oct 2008, at 22:30, Alasdair Campbell wrote: > > > I wonder if anyone can confirm the following strange behaviour or give > > me me a hint as to where to start looking? If I start up either the > > CitatationX or the Bravo at EGPF (my

Re: [Flightgear-devel] sim/multiplay/generic/float how many ?

2008-10-22 Thread Melchior FRANZ
* Melchior FRANZ -- Wednesday 22 October 2008: > var n = base.getValue("sim/multiplay/generic/int"); Whoops ... var n = base.getNode("sim/multiplay/generic/int").getValue(); m. :-) - This SF.Net email is sponsored by

Re: [Flightgear-devel] sim/multiplay/generic/float how many ?

2008-10-22 Thread Melchior FRANZ
* gerard robin -- Saturday 11 October 2008: > How can I pack several pieces of information into one variable? You can use single bits of an integer, or even a double. I've just added some simple bits functions for that. On the sender side: var n = 0; n = bits.switch(n, 0, some_value); n =

[Flightgear-devel] FG - FGFX class

2008-10-22 Thread Vladimir Karmishin
Hello ! I'm still digging into FlightGear sound subsystem. :-) Today, I make a small modification in AI Aircrafts, to let them produce some noise. If someone is interested - the code can be found at http://www.karmishin.com/fg/ai_sound/ (do not forget to back up existent files). This code is

Re: [Flightgear-devel] [Flightgear-cvslogs] -

2008-10-22 Thread gerard robin
On mercredi 22 octobre 2008, Martin Spott wrote: > Syd Adams wrote: > > Update of > > /var/cvs/FlightGear-0.9/data/Aircraft/Velocity-XL/Models/Interior/Panel/I > >nstruments/KX165 In directory > > baron.flightgear.org:/tmp/cvs-serv28043/Models/Interior/Panel/Instruments > >/KX165 > > > > Added File

Re: [Flightgear-devel] [Flightgear-cvslogs] -

2008-10-22 Thread Martin Spott
Syd Adams wrote: > Update of > /var/cvs/FlightGear-0.9/data/Aircraft/Velocity-XL/Models/Interior/Panel/Instruments/KX165 > In directory > baron.flightgear.org:/tmp/cvs-serv28043/Models/Interior/Panel/Instruments/KX165 > > Added Files: > KX165.ac KX165.xml kx165.png As far as I can tel