[Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Alex Romosan
Melchior Franz writes: > Update of /var/cvs/FlightGear-0.9/FlightGear/src/Instrumentation > In directory baron:/tmp/cvs-serv8740 > > Modified Files: > wxradar.cxx wxradar.hxx > Log Message: > make headers include headers they depend on, don't rely on the c(xx) > file to do that. (This is a

[Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Melchior FRANZ
* Alex Romosan -- Monday 17 April 2006 16:15: > i don't understand what you mean by precompiling http://en.wikipedia.org/wiki/Precompiled_header > i looked at this particular case, and it's okay to forward declare > a class and include the header file in the c++ source file. It's OK to forwar

[Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Alex Romosan
Melchior FRANZ writes: > It's OK to forward declare classes that are referred to via > *pointers*. But it is not OK to use class/type instances that are > not known to the header, and relying on external code to make them > known. How often would you say again changes plib/ssg.h? Per year? > Once?

[Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Melchior FRANZ
* Alex Romosan -- Monday 17 April 2006 16:50: > Melchior FRANZ writes: > > It's OK to forward declare classes that are referred to via > > *pointers*. But it is not OK to use class/type instances that are > > not known to the header, and relying on external code to make them > > known. Again: C

Re: [Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Mathias Fröhlich
On Monday 17 April 2006 16:50, Alex Romosan wrote: > the header itself might not change that often, but the time-stamp > definitely changes every time you reinstall plib To avoid changing timestamps of unchanged files you can use export INSTALL='/usr/bin/install -p' ./configure --whatever at con

[Flightgear-devel] Aircraft repaint request

2006-04-17 Thread Curtis L. Olson
The son of one of the Tuskegee airman would love to have us do a repaint of our P-51 in the classic Tuskegee scheme with the distinctive red tail. I don't know the best place to get official information on the marking scheme, but if you do a google image search for "tuskegee p51" you get a ton

Re: [Flightgear-devel] Aircraft repaint request

2006-04-17 Thread Andy Ross
Curtis L. Olson wrote: > The son of one of the Tuskegee airman would love to have us do a > repaint of our P-51 in the classic Tuskegee scheme with the > distinctive red tail. Just out of curiosity, how'd he find us? For a geeky flight sim, that sort of thing is getting awfully close to celebrity

[Flightgear-devel] Re: CVS: FlightGear/src/Instrumentation wxradar.cxx,1.6,1.7 wxradar.hxx,1.4,1.5

2006-04-17 Thread Alex Romosan
Melchior FRANZ writes: > But I'm not keen to fight such fights, even less with > one-time-contributors. okay, i'll let you do the contributing --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with |

Re: [Flightgear-devel] Aircraft repaint request

2006-04-17 Thread Curtis L. Olson
Andy Ross wrote: Curtis L. Olson wrote: The son of one of the Tuskegee airman would love to have us do a repaint of our P-51 in the classic Tuskegee scheme with the distinctive red tail. Just out of curiosity, how'd he find us? For a geeky flight sim, that sort of thing is getting aw

Re: [Flightgear-devel] Aircraft repaint request

2006-04-17 Thread jj
I fess up. I met the fella last week, and asked Curt to look into it for him. jj - Original Message - From: "Andy Ross" <[EMAIL PROTECTED]> To: Sent: Monday, April 17, 2006 9:30 AM Subject: Re: [Flightgear-devel] Aircraft repaint request > Curtis L. Olson wrote: > > The son of one of

[Flightgear-devel] gcc - precompiled headers

2006-04-17 Thread Melchior FRANZ
The good news: SimGear and FlightGear work with gcc's precompiled headers The not so good news: Some of the necessary changes are not in cvs The really bad news: Some of the necessary changes would have to be done in an associated project, and even if that were accepted, it couldn't be

Re: [Flightgear-devel] New MP servers

2006-04-17 Thread Sébastien MARQUE
Robicd wrote: I tried to register yesterday and today at http://fgfs.i-net.hu/, and after submitting all informations asked the server replies me "Could not register new user". as I wanted to reply the post asking for suggestions, I tried as Anonymous user, the server said to me "*Anonymous* us

Re: [Flightgear-devel] New MP servers

2006-04-17 Thread Julien Pierru
This is odd, what i can do is register you and you can modify your password later on. What username would you like? (I'll ask KoverSrac to look into the issue.) Julien

[Flightgear-devel] Subsystem run-levels

2006-04-17 Thread James Turner
I'm plotting to add support for startup GUIs in FlightGear itself, spurred on by recent issues with Mac GUI. My approach is to twiddle the order of initialisation so that at a critical point during the idle_state progression, the NewGUI subsystem is up, config options have been parsed, and the nav

Re: [Flightgear-devel] New MP servers

2006-04-17 Thread Sébastien MARQUE
Julien Pierru wrote: This is odd, what i can do is register you and you can modify your password later on. What username would you like? (I'll ask KoverSrac to look into the issue.) Julien thank you for your offer: zacharov (mail: [EMAIL PROTECTED]) as a username would be great. thanks seb

Re: [Flightgear-devel] gcc - precompiled headers

2006-04-17 Thread James Turner
On 17 Apr 2006, at 21:31, Melchior FRANZ wrote:The really bad news:   Some of the necessary changes would have to be done in an   associated project, and even if that were accepted, it couldn't   be maintained there, and the capability soon be lost.What kind of changes? I can't say if this compile

[Flightgear-devel] Re: gcc - precompiled headers

2006-04-17 Thread Melchior FRANZ
* James Turner -- Tuesday 18 April 2006 00:07: > On 17 Apr 2006, at 21:31, Melchior FRANZ wrote: > > The really bad news: > > Some of the necessary changes would have to be done in an > > associated project, [...] > > What kind of changes? Not that many. It's JSBSim and it is a bit too genero

Re: [Flightgear-devel] Re: simgear for Mac OS X Tiger

2006-04-17 Thread Adam Dershowitz
On Apr 6, 2006, at 2:09 AM, James Turner wrote:I'm trying to compile FlightGear 0.9.10-pre3 on my PowerBook, but the installation of simgear fails while "make" with following error messages:if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../..  -I/FlightGear/include  -g -O2 -D_REENTRANT -MT visual

[Flightgear-devel] Re: gcc - precompiled headers

2006-04-17 Thread Melchior FRANZ
* Melchior FRANZ -- Tuesday 18 April 2006 00:51: > I didn't observe a big drop in compile time. Maybe (or hopefully) it's > faster than without, but it was definitely slower than with ccache, so it > doesn't justify the hassle. Heh, no wonder. My setup is generating all the compiled headers, but i

Re: [Flightgear-devel] Aircraft repaint request

2006-04-17 Thread Ron Jensen
On Mon, 2006-04-17 at 11:22 -0500, Curtis L. Olson wrote: > The son of one of the Tuskegee airman would love to have us do a repaint > of our P-51 in the classic Tuskegee scheme with the distinctive red tail. > > I don't know the best place to get official information on the marking > scheme, bu

Re: [Fwd: Re: [Flightgear-devel] Aircraft repaint request]

2006-04-17 Thread Ron Jensen
On Mon, Apr 17, 2006 at 11:28:51PM -0600, Ron Jensen wrote: > > http://www.waterholes.com/~dennette/models/ww-ii/p-51/ > > http://www.mfarchive.modelstuff.co.uk/mf069/images/Daretuskegee536% > > 20P-51.jpg > > Stupid GUI driven e-mail client at my URL. Let's try it in MUTT: http://www.mfarchive.

Re: [Flightgear-devel] New MP servers

2006-04-17 Thread Julien Pierru
would it be possible for you to add an HTML output to your perl script, I know i could edit the standard output, but i'm lazylol It's no big deal, but it'll be cool to have. Regards, Julien