Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread Durk Talsma
On Friday 25 September 2009 08:20:40 pm Martin Spott wrote: > "Alan Teeder" wrote: > > How about naming and shaming all of these profiteers on the main website, > > warning newcomers that they can get an up to date version for free (and > > contribute should they wish). > > This idea is to my likin

Re: [Flightgear-devel] Source code control systems

2009-09-25 Thread Alex Perry
On Fri, Sep 25, 2009 at 9:46 PM, Tom P wrote: > Hi > > I've tried to push a Mercurial test repository (FlightGear converted from > CVS) to code.google.com for a few hours, without success. > It aborts regularly with the following message: > searching for changes > abort: error: Connection timed ou

Re: [Flightgear-devel] Source code control systems

2009-09-25 Thread Tom P
Hi I've tried to push a Mercurial test repository (FlightGear converted from CVS) to code.google.com for a few hours, without success. It aborts regularly with the following message: searching for changes abort: error: Connection timed out After digging a bit, it looks like I stumbled on a known

[Flightgear-devel] [PATCH] Concorde autopilot

2009-09-25 Thread Csaba Halász
Hi! The recent updates to the autopilot code pointed out that the Concorde config is broken. Attached you can find my naive fix. -- Csaba/Jester Index: Aircraft/Concorde/Systems/Concorde-autopilot.xml === RCS file: /var/cvs/FlightGea

Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread syd adams
Wish I had know I'd be working for Mr Charlie Taylor for free ! Makes me hesitate to continue maintaining my aircraft as GPL. Wonder if royalties are in order ;) Cheers -- Come build with us! The BlackBerry® Developer Confe

Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread Fabian Grodek
Interesting, if you look at the very bottom of their home page ( www.flightprosim.com) you can click on Developers; this brings you to a page where you can join the "Flight Pro Sim" developers !! I did not try to join yet, but would be interesting to see WHO are those developers... Fabian On Fr

Re: [Flightgear-devel] FlightGear Sound System redux

2009-09-25 Thread Erik Hofman
Matias D'Ambrosio wrote: > On linux there are two implementations, the old one (OpenAL Sample > Implementation, last version was 0.0.8), which had several issues > (including broken Doppler), and the new OpenAL-Soft which most desktop > distros are now carrying. > Around 1.4 or 1.5 there wer

Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread Martin Spott
"Alan Teeder" wrote: > How about naming and shaming all of these profiteers on the main website, > warning newcomers that they can get an up to date version for free (and > contribute should they wish). This idea is to my liking :-) Martin. -- Unix _IS_ user friendly - it's just selec

Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread Alan Teeder
How about naming and shaming all of these profiteers on the main website, warning newcomers that they can get an up to date version for free (and contribute should they wish). _ From: Gijs de Rooy [mailto:gijsr...@hotmail.com] Sent: 25 September 2009 18:05 To: FlightGear Development l

Re: [Flightgear-devel] Another FlightGear Package for Sale: Illegal?

2009-09-25 Thread Gijs de Rooy
Hi, I've just "created a ticket" on the www.flightprosim.com website. In other words, I have tried to contact the webmaster/seller. I asked him if the package is released under GNU GPL. Also I kindly asked him to remove the images or place clear sources. If the situation doesn't impro

Re: [Flightgear-devel] Is ther any MSVC example code to send/receive data to FG over an internet connection?

2009-09-25 Thread Alex Buzin
Randall Green wrote: > > I am testing a new Primary Flight Display with a "tunnel > in the sky". It will run on a separate computer and I > need FlightGear for it's flight dynamics. I'ld like the PFD to > receive Lat, lon, altitude, heading, pitch, roll, alpha > and beta from FG and also I'ld like

Re: [Flightgear-devel] FlightGear Sound System redux

2009-09-25 Thread Matias D'Ambrosio
On Fri, Sep 25, 2009 at 3:58 AM, Erik Hofman wrote: > > Olaf Flebbe wrote: > > Erik, > > > > I would like to see an option to disable sound at all. > > The changes should make that easy. Actually it was the reason I started > changing some code and decided it could use a real update in the end. >

Re: [Flightgear-devel] Source code control systems

2009-09-25 Thread Erik Hofman
Olaf Flebbe wrote: > Windows Implementations: > > git can be tedious to use on Windows: I had big problems working on a > project mixing up git repositories on linux pushed and pulled by a > windows git via samba. git at some point complained about non existing > differences: Somehow line endi

Re: [Flightgear-devel] FlightGear Sound System redux

2009-09-25 Thread Erik Hofman
Olaf Flebbe wrote: > Erik, > > I would like to see an option to disable sound at all. The changes should make that easy. Actually it was the reason I started changing some code and decided it could use a real update in the end. > Did you know that the sound system eats up to 30% of CPU time, d