[Flightgear-devel] Multiplayer code is ready

2003-03-03 Thread Tyson, Diarmuid
We have a release of the multiplayer code available for testing. The code is available as a linux tgz file that is a set of files that provide a patch to the Flightgear release 0.9.1 source. So far it has only been compiled/run on Linux RedHat 7.2 & 7.3. Can we send an attachment in to the develo

Re: [Flightgear-devel] Authentic DC-3 Sounds

2003-03-03 Thread Danie Heath
Hi Jim, You can pass them along to me, I'm already busy with a nice virtual cockpit for the DC-3 Danie Heath > Cleaning up my harddrive I came across a package I downloaded a while > back but never really looked at closely. It is a directory of sound > files recorded and edited for use with MSF

[Flightgear-devel] Authentic DC-3 Sounds

2003-03-03 Thread Jim Wilson
Cleaning up my harddrive I came across a package I downloaded a while back but never really looked at closely. It is a directory of sound files recorded and edited for use with MSFS. They are very good quality recordings made aboard a real DC-3: "I recorded these GREAT sounds from my many DC-3 f

RE: [Flightgear-devel] cvs compile error

2003-03-03 Thread Norman Vine
Attached find diffs required for MingW and Cygwin and the new ExternalPipe code configure.ac.diff Description: Binary data ExternalPipe.diff Description: Binary data

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Network native_ctrls.cxx,1.4,1.5 native_ctrls.hxx,1.4,1.5 native_fdm.cxx,1.3,1.4 native_fdm.hxx,1.2,1.3

2003-03-03 Thread Curtis L. Olson
Martin Spott writes: > "Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > > > Modified Files: > > native_ctrls.cxx native_ctrls.hxx native_fdm.cxx > > native_fdm.hxx > > Log Message: > > Add a net_byte_order flag so that the calling code can specify if network > > byte order conversion is de

Re: [Flightgear-devel] cvs compile error

2003-03-03 Thread Curtis L. Olson
Sorry about that, I had fixed that locally, but hadn't commited to cvs. Should be there now. Curt. Geoff Reidy writes: > Hi, > > Got some errors trying to compile current cvs with gcc-3.2 on Mandrake 9.0. > > This fixed it: > > Index: src/FDM/ExternalPipe/ExternalPipe.cxx > =

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > foehn: 23:04:08 ~# cat /tmp/FIFO > /dev/rmt/0ln & > foehn: 23:04:30 ~# rsh sirius tar cvfp - /usr/freeware > /tmp/FIFO Just for completeness, of course you could also do this one, if you can't persuade your FDM to write to STDOUT: foehn: 0:55:19 ~# cat /

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Network native_ctrls.cxx,1.4,1.5 native_ctrls.hxx,1.4,1.5 native_fdm.cxx,1.3,1.4 native_fdm.hxx,1.2,1.3

2003-03-03 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > Modified Files: > native_ctrls.cxx native_ctrls.hxx native_fdm.cxx > native_fdm.hxx > Log Message: > Add a net_byte_order flag so that the calling code can specify if network > byte order conversion is desired (defaults to true.) Is the

[Flightgear-devel] cvs compile error

2003-03-03 Thread Geoff Reidy
Hi, Got some errors trying to compile current cvs with gcc-3.2 on Mandrake 9.0. This fixed it: Index: src/FDM/ExternalPipe/ExternalPipe.cxx === RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/FDM/ExternalPipe/ExternalPipe.cxx,v re

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > # rsh cat FIFO > /dev/tape & > # tar cvfp - /home FIFO I've fiddled a bit and now I believe I know how I did it. Curt was true, you probably can't run the FIFO over NFS. But there's another solution - I believe it is the one I used for backups. 'foehn' i

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > Martin Spott writes: >> FIFO's via NFS: >> >> # rsh cat FIFO > /dev/tape & >> # tar cvfp - /home FIFO >> >> >> Synchronization works quite well, > Really? What platform was this? Supposedly the Unix Programming FAQ > says this won't work, but i

Re: [Flightgear-devel] OT foobillard

2003-03-03 Thread Martin Spott
"Jim Wilson" <[EMAIL PROTECTED]> wrote: > [...] But I'm wondering, has > anyone tried anything on a computer with the red/green 3D view? I'm assuming > this requires special glasses. Probably wouldn't make much difference in a > flight sim, [...] Oh, a stereo view of the surrounding terrain loo

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Curtis L. Olson
Martin Spott writes: > You should try to export the filesystem containing the FIFO via NFS and > mount it onto a remote machine running the FDM (or vice versa, maybe reading > from the mounted fs is faster). I've done remote backups quite often using > FIFO's via NFS: > > # rsh cat FIFO > /dev/ta

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > # tar cvfp - /home FIFO Ooops, swap these - should be: # tar cvfp - FIFO /home Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -- __

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM/ExternalPipe ExternalPipe.cxx,NONE,1.1 ExternalPipe.hxx,NONE,1.1 Makefile.am,NONE,1.1

2003-03-03 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > Log Message: > First stab at a "named pipe" interface to an external FDM. Compared to the > ExternalNet interface: [...] > - the downside is that the FDM process must now run on the same machine as > the master flightgear process. You should try