Re: [Flightgear-devel] FG development under windows

2008-09-03 Thread Stefan C. Müller
Vivian Meazza schrieb: Fred wrote or you could start from the VC7.1 project files and convert them yourself. They are up-to-date. You'd have to adapt include and library path though. Sorry, no README available. The VC7.1 project files continue to convert without problem to VC9

Re: [Flightgear-devel] GIT

2008-09-03 Thread Melchior FRANZ
* Thomas -- 8/29/2008 10:46 PM: I'm more concerned about the 2 GB repo size limit listed in the Known issues in the release notes. That's only worded badly. The 2GB limit isn't for the whole repository, but for single blobs *in* a repository. So you can at the moment not commit files/content

Re: [Flightgear-devel] GIT

2008-09-03 Thread Melchior FRANZ
* Melchior FRANZ -- 9/3/2008 10:49 AM: So you can at the moment not commit files/content with a size 2GB after compression(!). Err, 2GB before compression, as it will use the same file routines for turning content into blobs. But the difference doesn't matter, as such big files would probably

Re: [Flightgear-devel] FG development under windows

2008-09-03 Thread Frederic Bouvier
- Stefan C. Müller a écrit : One more question: There isn't a prebuilt set of 3rdParty dependencies around somewhere, is there? There is a set of 3rd party dependencies for OSG that we can reuse. There is a link in the download page of OSG. Also google osgtoy. There are libraries in

Re: [Flightgear-devel] GIT

2008-09-03 Thread Frederic Bouvier
Hi Melchior, there is another thing that is unclear to me. How GIT currently interface with CVS ( and tomorrow SVN ) ? How do you merge content from CVS in your GIT repository ? How do you commit changes in CVS after commiting in GIT ? Thank, -Fred -- Frédéric Bouvier

Re: [Flightgear-devel] GIT

2008-09-03 Thread James Turner
On 3 Sep 2008, at 14:05, Frederic Bouvier wrote: there is another thing that is unclear to me. How GIT currently interface with CVS ( and tomorrow SVN ) ? How do you merge content from CVS in your GIT repository ? How do you commit changes in CVS after commiting in GIT ? The merge from

Re: [Flightgear-devel] GIT

2008-09-03 Thread Frederic Bouvier
- James Turner a écrit : On 3 Sep 2008, at 14:05, Frederic Bouvier wrote: there is another thing that is unclear to me. How GIT currently interface with CVS ( and tomorrow SVN ) ? How do you merge content from CVS in your GIT repository ? How do you commit changes in CVS after

Re: [Flightgear-devel] GIT

2008-09-03 Thread James Turner
On 3 Sep 2008, at 14:24, Frederic Bouvier wrote: You mean that it is Martin who do the 'cvs update' and we only have to do 'git update' ( or whatever the command is ) ? Not even Martin, it's an automatic sync, currently every 4 hours (I think) for the src repository, of course this could

Re: [Flightgear-devel] GIT

2008-09-03 Thread Ralf Gerlich
Hi Fred! Frederic Bouvier wrote: What if I have write access to the CVS repository ? Do I have to maintain a seperate CVS workspace and apply my own patch in that workspace before CVS commiting ? In that case I don't really see a great benefit ? For TaxiDraw, I have git repository and a CVS

Re: [Flightgear-devel] GIT

2008-09-03 Thread Martin Spott
Hi Frederic, Frederic Bouvier wrote: You mean that it is Martin who do the 'cvs update' and we only have to do 'git update' ( or whatever the command is ) ? The GIT toolbox contains several commands which allow to 'mirror' from a different SCM system. git cvsimport does this for me, there

Re: [Flightgear-devel] GIT

2008-09-03 Thread Frederic Bouvier
Hi Martin, - Martin Spott a écrit : Hi Frederic, Frederic Bouvier wrote: You mean that it is Martin who do the 'cvs update' and we only have to do 'git update' ( or whatever the command is ) ? The GIT toolbox contains several commands which allow to 'mirror' from a different

Re: [Flightgear-devel] GIT

2008-09-03 Thread Martin Spott
Frederic Bouvier wrote: While working on git-svn, we realized that there are a few scripts in msysGit that cannot possibly work (yet), so we excluded them from the Git installer. These scripts are: archimport, cvsexportcommit, cvsimport, cvsserver, filter-branch, instaweb, send-email, and

[Flightgear-devel] Air refueling with JSBSIm FDM Aircraft

2008-09-03 Thread gerard robin
Hello, JSBSim has a feature for refueling , that feature was implemented a very long time ago. It was working with FCS FDM for instance this switch name=systems/refuel/arming default value=0/ test value=1 systems/refuel/armed == 1 /test

Re: [Flightgear-devel] FG development under windows

2008-09-03 Thread Stefan C. Müller
Frederic Bouvier schrieb: - Stefan C. Müller a écrit : One more question: There isn't a prebuilt set of 3rdParty dependencies around somewhere, is there? There is a set of 3rd party dependencies for OSG that we can reuse. There is a link in the download page of OSG. Also google

Re: [Flightgear-devel] GIT

2008-09-03 Thread Frederic Bouvier
- Martin Spott a écrit : Frederic Bouvier wrote: While working on git-svn, we realized that there are a few scripts in msysGit that cannot possibly work (yet), so we excluded them from the Git installer. These scripts are: archimport, cvsexportcommit, cvsimport, cvsserver,

Re: [Flightgear-devel] GIT

2008-09-03 Thread Tim Moore
Frederic Bouvier wrote: - Martin Spott a écrit : Frederic Bouvier wrote: While working on git-svn, we realized that there are a few scripts in msysGit that cannot possibly work (yet), so we excluded them from the Git installer. These scripts are: archimport, cvsexportcommit,

Re: [Flightgear-devel] GIT

2008-09-03 Thread James Turner
On 3 Sep 2008, at 17:37, Tim Moore wrote: For the record, it's completely impractical to maintain a bi- directional cvs-git mirror system -- where committers can check into either the cvs or the git repository -- and probably only slightly less so to maintain a bi- directional svn-git

Re: [Flightgear-devel] GIT

2008-09-03 Thread Melchior FRANZ
Hey, looks like I'm late to the party, and others have already answered the questions, but here's my sermon: * Frederic Bouvier -- 9/3/2008 2:05 PM: there is another thing that is unclear to me. How GIT currently interface with CVS ( and tomorrow SVN ) ? How do you merge content from CVS in

Re: [Flightgear-devel] GIT

2008-09-03 Thread Melchior FRANZ
* Melchior FRANZ -- 9/3/2008 6:26 PM: - There's a fake-cvs server that Curt could install alongside of GIT. It mimics CVS and allows to access the GIT repo with a CVS client as if it were a true CVS. I guess that sooner or later there will be the same for SVN. Oh, and I do also not know

Re: [Flightgear-devel] Question on Forums: Using flightgear as visual and cockpit: technical and legal!

2008-09-03 Thread Arnt Karlsen
On Tue, 02 Sep 2008 20:31:08 -0600, Ron wrote in message [EMAIL PROTECTED]: There is a question on the flightgear forums that has me somewhat annoyed. Particularly the first question below. http://www.flightgear.org/forums/viewtopic.php?f=2t=2097 In part it reads: Finally there are some

Re: [Flightgear-devel] Question on Forums: Using flightge ar as visual and cockpit: technical and legal!

2008-09-03 Thread LeeE
On Wednesday 03 September 2008, Ron Jensen wrote: There is a question on the flightgear forums that has me somewhat annoyed. Particularly the first question below. http://www.flightgear.org/forums/viewtopic.php?f=2t=2097 In part it reads: Finally there are some legal questions: 1) if we

Re: [Flightgear-devel] GIT

2008-09-03 Thread Martin Spott
Bonsoir Frederic, Frederic Bouvier wrote: - Martin Spott a ?crit : Hehe, my conclusion is a different one: This is the reason why some people, including me, are proposing to have a single 'authoritative' GIT mirror, last but not least to ensure that the unique identifiers are the

Re: [Flightgear-devel] (no subject)

2008-09-03 Thread Martin Spott
LeeE wrote: The GPL allows GPL licenced works to be sold for profit - [...] Well, you may charge for the _distribution_ of a GPL-licensed work, but in fact you may not charge for a license of a work that is covered by the GPL. The wording of your claim sounds a bit irritating, Martin.

Re: [Flightgear-devel] GIT

2008-09-03 Thread Tim Moore
James Turner wrote: On 3 Sep 2008, at 17:37, Tim Moore wrote: For the record, it's completely impractical to maintain a bi- directional cvs-git mirror system -- where committers can check into either the cvs or the git repository -- and probably only slightly less so to maintain a bi-

[Flightgear-devel] Sound problems

2008-09-03 Thread Syd
Hello , After a recent update (within the week), I'm getting some really choppy sounds in my b1900d and dhc-2 . I know there were changes to the sound system , but don't know if that's the problem. With the b1900d , I get a lot of messages like this: CullVisitor::apply(Geode) detected NaN,

[Flightgear-devel] CullVisitor message ...

2008-09-03 Thread Syd
Ok just discovered that the CullVisitor messages only happen when I set time to night... I'll dig further Syd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based