Re: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Mathias Fröhlich
Hmm, Sorry about that. I had a quick look into the cvs commit logs at the time you asked. It turned out to be too quick ... On Dienstag 05 Oktober 2004 16:48, Jon Berndt wrote: > Well, I've just about had it with cvs branches. I tagged some files in a > branch, then moved to a test directory an

[Flightgear-devel] ATC Bug #1

2004-10-05 Thread John Wojnaroski
Okay, see a small problem on deleting nodes that drop off the net. Seems the linked list shows one controller left even after all nodes have dropped off. A pilot node requesting an arranged connection will wait a very, very long time rather than a "no controllers available" msg. Small change to

[Flightgear-devel] hi res screen shots

2004-10-05 Thread Curtis L. Olson
I just committed a set of changes to move the hi res screen capture feature back towards a useable state. The hires screenshot snapper now uses the same render code as the normal res screen shot snapper which uses the same render code as the main program. That should reduce code maintenance

Re: [Flightgear-devel] Buildiing/running the ATC network test

2004-10-05 Thread John Wojnaroski
- Original Message - From: "Jon Stockill" <[EMAIL PROTECTED]> To: "FlightGear developers discussions" <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 1:48 PM Subject: Re: [Flightgear-devel] Buildiing/running the ATC network test > John Wojnaroski wrote: > > > Build the TNL libraries

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Jon Berndt
> If I where you, I would tag the whole tree so that I wouldn't have to > remember what are files that need to be in the branch and those that > are not. cvs do a good job when adding or removing solely in the branch. Sounds like a good idea. Jon ___

Re: [Flightgear-devel] Buildiing/running the ATC network test

2004-10-05 Thread Jon Stockill
John Wojnaroski wrote: Build the TNL libraries first which should produce three static libraries (libtnl.a, libencrypt.a and libatcmaster.a) which will be installed in /usr/local/lib/ Built, although I had to build libencrypt.a by running make in its own directory rather than at the top level.

[Flightgear-devel] Buildiing/running the ATC network test

2004-10-05 Thread John Wojnaroski
Hi, For those who expressed an interest in participating in the network test this weekend: After downloading the two tiles from SF, untar them in /usr/local/src/ and that will create two directories as ATC-0.1 and TNL-1.4. Note: For now, you will have to install the TNL headers files by hand:

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread John Wojnaroski
Martin Spott wrote: "John Wojnaroski" wrote: To run the master node requires a static IP and a broadband (DSL or higher) connection. If anyone would like to run as a master node we'll need info as to the IP address and a time slot when the master will be active. If it compiles on Solaris,

[Flightgear-devel] joystick interrupts?

2004-10-05 Thread Richard Hornby
I have a PII 450 MHz running Win 98 and using an Nvidia GeForce Ti4200 and 512 Mb of RAM with a 128/256 Graphics aperture.   Using the latest NVidia control set I can set the monitor timing to GTF, and using a 72Hz refresh rate with the FG model running at 60Hz and the frame rate throttled (

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Martin Spott
"John Wojnaroski" wrote: > To run the master node requires a static IP and a broadband (DSL or higher) > connection. If anyone would like to run as a master node we'll need info as > to the IP address and a time slot when the master will be active. If it compiles on Solaris, I'd be able to provid

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Boris Koenig
Giles Robertson wrote: DevC++ has some problems; last time I tried, you couldn't build FGFS on it because of the number of files in the final link; (it can't process the command line - too long). yes, I see - but that would probably not be a problem when linking only a -compared to FG - relatively

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Arnt Karlsen
On Tue, 5 Oct 2004 08:44:22 -0700, John wrote in message <[EMAIL PROTECTED]>: > > - Original Message - > From: "Jon Stockill" <[EMAIL PROTECTED]> > To: "FlightGear developers discussions" > <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 3:37 > AM Subject: Re: [Flightgear-devel] ATC N

[Flightgear-devel] ATC Network Test

2004-10-05 Thread John Wojnaroski
A quick disclaimer ;-) I'm no make wizard. It's basically a clone. In particular you will have to manually install the TNL headers files. Either in /usr/include/tnl and usr/include/tnl/encrypt or location of your choice and modify the Makefile files accordingly. Regards John W.

RE: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Giles Robertson
DevC++ has some problems; last time I tried, you couldn't build FGFS on it because of the number of files in the final link; (it can't process the command line - too long). Giles Robertson -Original Message- From: Boris Koenig [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 13:30 To: Fli

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread John Wojnaroski
- Original Message - From: "Jon Stockill" <[EMAIL PROTECTED]> To: "FlightGear developers discussions" <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 3:37 AM Subject: Re: [Flightgear-devel] ATC Network Test > > I'd be happy to help test it. > Okay, let's tentatively plan for this wee

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Frederic Bouvier
I incorrectly wrote: > If I where you, ... Oops, bad english: I meant 'If I was you, ...' -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Frederic Bouvier
Jon Berndt wrote: > Well, I've just about had it with cvs branches. I tagged some files in a > branch, then > moved to a test directory and checked out that branch, but only got the > branch-tagged > files. I needed all of the files, except I wanted the updated files on the > specified > branch.

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Jon Berndt
Well, I've just about had it with cvs branches. I tagged some files in a branch, then moved to a test directory and checked out that branch, but only got the branch-tagged files. I needed all of the files, except I wanted the updated files on the specified branch. One thing that makes this difficu

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Boris Koenig
James Turner wrote: On 4 Oct 2004, at 19:17, John Wojnaroski wrote: A few details... Volunteers will get a package of software that contains the TNL libraries and a basic set of software to connect to the ATC net as a controller or pilot. Package will include ALL source code and make files for a

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Frederic Bouvier
Jon Berndt wrote : > > > How does one create a branch? I know how to tag changed files locally: > > > > > > cvs tag -b JSB_New_XML FGAircraft.cpp FGAircraft.h > > > > > > Is that what you mean? > > > > This is for creating a branch. Then you have to tell that you are > > working on it by doing : >

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread James Turner
On 4 Oct 2004, at 19:17, John Wojnaroski wrote: A few details... Volunteers will get a package of software that contains the TNL libraries and a basic set of software to connect to the ATC net as a controller or pilot. Package will include ALL source code and make files for a Linux system. Sorr

Re: [Flightgear-devel] ATC Network Test

2004-10-05 Thread Jon Stockill
Boris Koenig wrote: Arnt Karlsen wrote: On Mon, 04 Oct 2004 11:17:07 -0700, John wrote in message <[EMAIL PROTECTED]>: A few details... Volunteers will get a package of software that contains the TNL libraries and a basic set of software to connect to the ATC net as a controller or pilot. Packa

RE: [Flightgear-devel] CVS and branch development

2004-10-05 Thread Jon Berndt
> > How does one create a branch? I know how to tag changed files locally: > > > > cvs tag -b JSB_New_XML FGAircraft.cpp FGAircraft.h > > > > Is that what you mean? > > This is for creating a branch. Then you have to tell that you are > working on it by doing : > > cvs update -r JSB_New_XML FGAircr