Re: [Flightgear-devel] Autopilot and violent roll

2009-10-11 Thread Kishore
flightgear is run. Should it? Or did I get this all wrong? -- Cheers! Kishore -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

Re: [Flightgear-devel] gitorious repositories for FlightGear and SimGear

2009-09-19 Thread Kishore
which worked just fine. This was over LAN. I am not sure about the bandwidth utilization. -- Cheers! Kishore -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need

Re: [Flightgear-devel] Bug in jsclient

2009-03-11 Thread Kishore
On Tuesday 10 Mar 2009 7:46:53 pm Kishore wrote: There appears to be a bug in jsclient code that causes it to fail on linux 64 bit since a long is 64 bit long. In any case i think it is safer to use fixed width typedefs when the code depends on the size of the datatype. Patch attached. Hi

[Flightgear-devel] Bug in jsclient

2009-03-10 Thread Kishore
There appears to be a bug in jsclient code that causes it to fail on linux 64 bit since a long is 64 bit long. In any case i think it is safer to use fixed width typedefs when the code depends on the size of the datatype. Patch attached. -- Cheers! Kishore diff --git a/src/Network/jsclient.cxx