Re: [Flightgear-devel] YASim gear patch (make use of ground properties (friction, bumpiness, solid/fluid))

2007-01-01 Thread Maik Justus
Hi, here is new version of the gear patch. In my opinion this is ready for cvs. @Andy can you commit this (plib and osg)? The file groundcache.cxx.diff is only for osg and independent of the gear patch. It is a workaround for osg-groundcache bugs. It does not fix the cause, but with it the

[Flightgear-devel] Yasim glider

2007-01-01 Thread Maik Justus
Happy new year all, do we have a yasim-glider? Thanks, Maik - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Heiko Schulz
Hi, I'm sure not - even the shuttle is jsbsim - why do you ask? Greetings HHS --- Maik Justus [EMAIL PROTECTED] schrieb: Happy new year all, do we have a yasim-glider? Thanks, Maik - Take Surveys. Earn Cash.

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Maik Justus
Hi Heiko, I am thinking of extending the yasim solver to be capable to simulate gliders (now you need a thruster only for the solver). But his is not the real aim. I want to add the ability to use ropes. To be used for winch as well as for aerotow. Maik Heiko Schulz schrieb am 01.01.2007

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Heiko Schulz
Hi, sounds good! Yes, that's something really missing here in FGFS. was your aim because of this young guys here: http://www.taw-soaring.de/? Greetings HHS --- Maik Justus [EMAIL PROTECTED] schrieb: Hi Heiko, I am thinking of extending the yasim solver to be capable to simulate gliders

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Heiko Schulz
Yes, was working on a ASK 21 but stopped when I heard that Maik had a first fdm for the EC 135. I used JSBSim because it seemed to me much easier. --- Detlef Faber [EMAIL PROTECTED] schrieb: Am Montag, den 01.01.2007, 15:57 +0100 schrieb Maik Justus: Hi Heiko, I am thinking of

Re: [Flightgear-devel] Scenery Errors

2007-01-01 Thread Ron Jensen
The other day I flew the following mission using my F4E ( http://www.jentronics.com/fgfs/F4E.tgz ) fgfs --enable-auto-coordination --prop:/sim/view/dynamic/enabled=0 --enable-fullscreen --enable-game-mode --geometry=1024x768 --prop:/environment/params/real-world-weather-fetch=true --airport=KSJC

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Maik Justus
Hi Detlef, Detlef Faber schrieb am 01.01.2007 17:14: Am Montag, den 01.01.2007, 15:57 +0100 schrieb Maik Justus: Hi Heiko, I am thinking of extending the yasim solver to be capable to simulate gliders (now you need a thruster only for the solver). I think Heiko was working on a

Re: [Flightgear-devel] Yasim glider

2007-01-01 Thread Maik Justus
Hi Heiko, Heiko Schulz schrieb am 01.01.2007 18:02: Hi, sounds good! Yes, that's something really missing here in FGFS. was your aim because of this young guys here: http://www.taw-soaring.de/? no, its the first time I hear about this project. (But its only a few km away from my home..

[Flightgear-devel] initial load patch for YASim gears

2007-01-01 Thread Maik Justus
Hi, here is a small patch for YASim, which introduces initial loads to the springs. With it you can tame e. g. the jitter of the beaver. It is a local diff to my last gear-patch. In principle it is independent from the last patch, but it is within the same lines of code, so the patch tool

[Flightgear-devel] implemented: interval timer (aka approach timer) [aka stopwatch]

2007-01-01 Thread John Denker
Hi -- I cobbled up some XML code to implement an interval timer aka approach timer aka stopwatch. Having an interval timer is more-or-less indispensible for performing certain types of instrument approaches. The XML can be found at: http://www.av8n.com/fly/fgfs/stopwatch.xml This

[Flightgear-devel] implemented: Saitek X52 USB stick/throttle configuration

2007-01-01 Thread John Denker
Hi -- Over the weekend I went looking for an X52 configuration file, without success. I found rumors of its existence, but when I tried to fetch the file, either the server was down, or the tarball was gone, or the tarball didn't contain what I needed. Eventually I decided it was easier to

Re: [Flightgear-devel] implemented: Saitek X52 USB stick/throttle configuration

2007-01-01 Thread Douglas Campos
It will exclude many win32 users, but have you thinked about bzipping the xml? I've never heard of a bzip2 plugin for ie/firefox On 1/1/07, John Denker [EMAIL PROTECTED] wrote: Hi -- Over the weekend I went looking for an X52 configuration file, without success. I found rumors of its

Re: [Flightgear-devel] implemented: interval timer (aka approach timer) [aka stopwatch]

2007-01-01 Thread Ron Jensen
On Mon, 2007-01-01 at 19:15 -0500, John Denker wrote: (The FlightGear package refuses to compile on my machine, x86 Debian etch, so I'm stuck with precompiled binaries.) What problems do you have? I find including more libraries in some of the Makefile.am's does the trick for me... I'm