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
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
* 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
* 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 =
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
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
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
7 matches
Mail list logo