Re: [Flightgear-devel] Merge JSBSim into 0.9.11?

2007-11-27 Thread Jon S. Berndt
> > I think we should merge the latest JSBSim code into fg before > releasing > > 0.9.11. There are many fixes since the last merge and I'd love to > have them > > in fg, too. > > > > Torsten > > > > > Me, Too, I'd love to have them:) > > -- > Gérard > http://pagesperso-orange.fr/GRTux/ I'd

Re: [Flightgear-devel] View questions

2007-11-27 Thread
On Tue, 27 Nov 2007 11:52:36 -0800 Syd&Sandy <[EMAIL PROTECTED]> wrote: > On Tue, 27 Nov 2007 18:53:47 +0100 > Melchior FRANZ <[EMAIL PROTECTED]> wrote: > > > * Syd&Sandy -- Tuesday 27 November 2007: > > > And by not defining a view i meant the default FGFS , no extra > > > views added beyond FLY

Re: [Flightgear-devel] Merge JSBSim into 0.9.11?

2007-11-27 Thread gerard robin
On mar 27 novembre 2007, Torsten Dreyer wrote: > Hi, > > I think we should merge the latest JSBSim code into fg before releasing > 0.9.11. There are many fixes since the last merge and I'd love to have them > in fg, too. > > Torsten > > > Me, Too, I'd love to have them:) -- Gérard http://p

Re: [Flightgear-devel] Improved chat interface patch

2007-11-27 Thread Stuart Buchanan
--- Stuart Buchanan wrote: > I now have a working chat menu system, which will generate canned chat > messages by using a simple menu system, access by the numbers on your > keyboard. The canned messages are somewhat dynamic, in that they pick up > the current airport, and your own callsign and al

[Flightgear-devel] Merge JSBSim into 0.9.11?

2007-11-27 Thread Torsten Dreyer
Hi, I think we should merge the latest JSBSim code into fg before releasing 0.9.11. There are many fixes since the last merge and I'd love to have them in fg, too. Torsten - This SF.net email is sponsored by: Microsoft D

Re: [Flightgear-devel] FlightGear prerelease; RPMs available + PATCH

2007-11-27 Thread Andy Ross
> So it's only missing #include which should > be in the code. See the attachments. > > [...] > > #include > +#include > +#include Surely that should be , no? It's just a style thing, but if you're modifying code that is already using ANSI C headers, and not Standard C++ headers, you should s

Re: [Flightgear-devel] global still showing up on MP

2007-11-27 Thread Torsten Dreyer
> These two files are nolonger used by the SenecaII as it now uses the > files from > Instruments-3d/Century-III/ ; > Right Torsten? Correct - Melchior removed them (thanks). I will fix the remaining SenecaII animations at the end of this week. Torsten

Re: [Flightgear-devel] View questions

2007-11-27 Thread
On Tue, 27 Nov 2007 18:53:47 +0100 Melchior FRANZ <[EMAIL PROTECTED]> wrote: > * Syd&Sandy -- Tuesday 27 November 2007: > > And by not defining a view i meant the default FGFS , no extra > > views added beyond FLY-BY :)... > > Then there will be no extra views, not even "a strange sea-level > vi

Re: [Flightgear-devel] FlightGear prerelease; RPMs available + PATCH

2007-11-27 Thread Durk Talsma
On Tuesday 27 November 2007 15:22, Ladislav Michnovič wrote: > Hi. > > I have yet another two patches to get FlightGear and Simgear > compiling with new gcc 4.3, which is stricter about missing > declarations of functions. So it's only missing #include which should > be in the code. See the attach

Re: [Flightgear-devel] FlightGear prerelease

2007-11-27 Thread Durk Talsma
On Monday 26 November 2007 19:52, Tatsuhiro Nishioka wrote: > Please apply this patch if you still have time before the official > 0.9.11-pre2 release. > Otherwise, apply this on the next release. > Okay, done. Cheers, Durk ---

Re: [Flightgear-devel] FlightGear prerelease

2007-11-27 Thread Durk Talsma
On Monday 26 November 2007 03:09, Tatsuhiro Nishioka wrote: > > Durk, (and more developers), could you test this patch so it can run > on linux and windows properly? > If so, please apply this patch. Otherwise, I'm gonna make a new patch > with #ifdef __APPLE__ #endif closure > not to affect other

Re: [Flightgear-devel] View questions

2007-11-27 Thread Melchior FRANZ
* Syd&Sandy -- Tuesday 27 November 2007: > And by not defining a view i meant the default FGFS , no extra > views added beyond FLY-BY :)... Then there will be no extra views, not even "a strange sea-level view with two lines running toward and meeting at the horizon". Could it be that you have an

Re: [Flightgear-devel] View questions

2007-11-27 Thread
On Tue, 27 Nov 2007 09:32:19 +0100 Melchior FRANZ <[EMAIL PROTECTED]> wrote: > * Melchior FRANZ -- Tuesday 27 November 2007: > > * Melchior FRANZ -- Tuesday 27 November 2007: > > > You can also set /sim/current-view/view-number=-101. > > > > Better don't do that. I have no idea if all listeners

Re: [Flightgear-devel] FlightGear prerelease; RPMs available + PATCH

2007-11-27 Thread Ladislav Michnovič
Hi. I have yet another two patches to get FlightGear and Simgear compiling with new gcc 4.3, which is stricter about missing declarations of functions. So it's only missing #include which should be in the code. See the attachments. Btw. I'm building the RPMs for Fedora, Mandriva and SuSE in Buil

Re: [Flightgear-devel] View questions

2007-11-27 Thread Melchior FRANZ
* Melchior FRANZ -- Tuesday 27 November 2007: > * Melchior FRANZ -- Tuesday 27 November 2007: > > You can also set /sim/current-view/view-number=-101. > > Better don't do that. I have no idea if all listeners on that > property can digest a -101. BS. That's not a problem. The negative number ne

Re: [Flightgear-devel] View questions

2007-11-27 Thread Melchior FRANZ
* Melchior FRANZ -- Tuesday 27 November 2007: > You can also set /sim/current-view/view-number=-101. Better don't do that. I have no idea if all listeners on that property can digest a -101. view.indexof("View Name") is better, anyway, as using hardcoded numbers is always problematic. m. --