Re: [Flightgear-devel] dumb git question

2010-06-22 Thread Roy Vegard Ovesen
On Tue, 2010-06-22 at 15:20 -0500, Curtis Olson wrote: Here's a dumb git question. Previously with cvs or svn, if I inadvertently removed a file, or screwed up a file really badly and just wanted to start clean with the repository version, I could just remove the file and run cvs/svn

[Flightgear-devel] Duplicate files in base package

2010-02-25 Thread Roy Vegard Ovesen
FSlint reports that the base package, or the data directory, contains quite a lot of duplicate files. The file that is wasting the most bytes is glass_shader.png (some instances named glass.png) with 43 974 656 bytes, or around 45MB. This file is duplicated 89 times. The second biggest waster

Re: [Flightgear-devel] Duplicate files in base package

2010-02-25 Thread Roy Vegard Ovesen
On Friday February 26 2010 02:18:30 syd adams wrote: I agree , there's a lot of duplication ,(in instruments, too) but I think the problem is author's tastes ... I've duplicated textures because I dont care for the look , or style , etc,of existing ones and Im sure that's the same for other

[Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Instrumentation instrument_mgr.cxx, 1.40, 1.41 instrument_mgr.hxx, 1.6, 1.7

2009-10-14 Thread Roy Vegard Ovesen
a GPS? :-) But seriously, why must every aircraft have a GPS? -- Roy Vegard Ovesen -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart

Re: [Flightgear-devel] Autopilot and violent roll

2009-10-10 Thread Roy Vegard Ovesen
beautifully under manual control. Best regards, Curt. -- Roy Vegard Ovesen -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart

Re: [Flightgear-devel] Double sided in Blender

2009-06-20 Thread Roy Vegard Ovesen
the faces concerned are separate objects they show double sided in FG it is only when they are joined together that they become one sided. Assuming that you use Blender to export to AC3D format: http://wiki.flightgear.org/index.php/Normals_and_Transparency_Tutorial -- Roy Vegard Ovesen

Re: [Flightgear-devel] The use of models from other formats

2009-02-07 Thread Roy Vegard Ovesen
On Saturday 07 February 2009 01:48:55 FGD ML wrote: 2009/2/6 Roy Vegard Ovesen roy.v.ove...@haugnett.no Using Blender I added a texture to one of the sides of the borgbox, and finally exported to *.lwo format. The texture did not appear in osgviewer. Looking at the resulting *.lwo file

Re: [Flightgear-devel] The use of models from other formats

2009-02-07 Thread Roy Vegard Ovesen
On Saturday 07 February 2009 10:22:09 Roy Vegard Ovesen wrote: As I said the .lwo file that Blender generated did _not_ contain any reference to the texture image, so I don't think that putting the image in the same path as the .lwo file will work. This could of course be because I'm

Re: [Flightgear-devel] The use of models from other formats

2009-02-07 Thread Roy Vegard Ovesen
On Saturday 07 February 2009 12:38:23 FGD ML wrote: 2009/2/7 Roy Vegard Ovesen roy.v.ove...@haugnett.no Do you mean grab a copy of LightWave? Yeah, why not? I heard that these days it just runs in discovery mode (?) if you don't have a dongle. I've never been there so don't know how

Re: [Flightgear-devel] The use of models from other formats

2009-02-07 Thread Roy Vegard Ovesen
is preceded by a byte holding the length of the path, so I guess 256 is the maximum path length. In my example the path length was 76! -- Roy Vegard Ovesen -- Create and Deploy Rich Internet Apps outside the browser with Adobe

Re: [Flightgear-devel] The use of models from other formats

2009-02-06 Thread Roy Vegard Ovesen
exporter, or a feature of osgviewer. Would it be possible to post a link to a *.lwo file that also has textures? -- Roy Vegard Ovesen -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM

Re: [Flightgear-devel] [PATCH] overflow in Instrumentation/gps.cxx

2009-01-03 Thread Roy Vegard Ovesen
$10 = 62278235905.950584 Not sure what it is calculating anyway. This happened with the hurricane just at startup. And all the while loops look silly too. Please apply this patch to extract the hours minutes and seconds without using silly while loops. -- Roy Vegard Ovesen diff --git a/src

Re: [Flightgear-devel] FlightGear-1.99.5-RC2

2008-12-18 Thread Roy Vegard Ovesen
, so I just pointed to the Pilot's Guide :-) Feel free to add a mention of the altitude alerter in the Wiki. -- Roy Vegard Ovesen -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Navaids navdb.cxx, 1.27, 1.28 navdb.hxx, 1.11, 1.12 navlist.cxx, 1.21, 1.22 navlist.hxx, 1.17, 1.18 navrecord.cxx, 1.1, 1.2 navrecord.hxx, 1

2008-09-13 Thread Roy Vegard Ovesen
SG_NORMALIZE_RANGE( T val, const T min, const T max ) { T step = max - min; while( val = max ) val -= step; while( val min ) val += step; }; in simgear/sg_inlines.h -- Roy Vegard Ovesen - This SF.Net email

Re: [Flightgear-devel] GIT

2008-08-27 Thread Roy Vegard Ovesen
talk: http://video.google.com/videoplay?docid=-352944619245780 Intro to Distributed Version Control (Illustrated): http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/ -- Roy Vegard Ovesen

Re: [Flightgear-devel] xmlauto.cxx

2008-02-05 Thread Roy Vegard Ovesen
beta0.1/beta alpha0.1/alpha gamma0.0/gamma Ti0.05/Ti Td0.0/Td u_min-1.0/u_min u_max1.0/u_max /config /pid-controller Of course now you can do that with a filter, which should be simpler an less expensive. -- Roy Vegard Ovesen ? xmlauto.diff Index

Re: [Flightgear-devel] autopilot controller filter weirdness

2008-01-11 Thread Roy Vegard Ovesen
On Friday 11 January 2008, Curtis Olson wrote: On Jan 11, 2008 3:14 PM, Roy Vegard Ovesen wrote: Try commenting out the call to build() from the code that you quoted above. build() is called inside init(), so there should be no need to call it again after init(). I suspect the build

Re: [Flightgear-devel] two issues (bugs?) with fresh osg, Simgear, flightgear

2008-01-07 Thread Roy Vegard Ovesen
functions to do the toggle and they all still toggle repeatedly. I have tried both osg 2.2 and osg cvs with the same results on both issues. Same here. CVS from a couple of weeks ago. -- Roy Vegard Ovesen - Check out the new

Re: [Flightgear-devel] Autopilot filters upset after reloading autopilot

2007-12-20 Thread Roy Vegard Ovesen
to the filters so that they behave nicely when they are enabled. I'm working on this. Also I'll remove the build() call in reinit() inless there is a good reason for calling build() twice. -- Roy Vegard Ovesen - SF.Net email

Re: [Flightgear-devel] Communicating with IVAO client

2007-12-11 Thread Roy Vegard Ovesen
, or release, is 0.9.10. Perhaps you mean the 0.9.11-pre1 version. In any case I get a similar error and I of course do not have your IVAO code, so it might not be your fault after all. -- Roy Vegard Ovesen - SF.Net email

Re: [Flightgear-devel] Patch for Input/input.cxx

2007-12-09 Thread Roy Vegard Ovesen
On Sunday 09 December 2007, Melchior FRANZ wrote: * Roy Vegard Ovesen -- Sunday 09 December 2007: I noticed that when I use sync to VBlank to restrain the framerate to the monitor's update rate, large jumps happen quite often when the mouse cursor is warped to the center. Not here

Re: [Flightgear-devel] Patch for Input/input.cxx

2007-12-09 Thread Roy Vegard Ovesen
On Sunday 09 December 2007, Melchior FRANZ wrote: * Roy Vegard Ovesen -- Sunday 09 December 2007: I noticed that when I use sync to VBlank to restrain the framerate to the monitor's update rate, large jumps happen quite often when the mouse cursor is warped to the center. Not here

[Flightgear-devel] RFC: Control surface position damping

2007-12-02 Thread Roy Vegard Ovesen
just befir handing the value over to the FDM. Does anyone on the list have comments on this? -- Roy Vegard Ovesen - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop

Re: [Flightgear-devel] RFC: Control surface position damping

2007-12-02 Thread Roy Vegard Ovesen
the FDM. -- If 5 is doing the wrong thing, make 5 do the right thing. The problem that I am addressing is the fact that an object can not move from one position to another in an instant. That would of course require an unlimited amount of force. -- Roy Vegard Ovesen

Re: [Flightgear-devel] RFC: Control surface position damping

2007-12-02 Thread Roy Vegard Ovesen
that has a low-pass filter would probably be a good idea. We don't have to worry about realism for this key, just controllability. I mentioned the 5 key only as an example. I am not proposing to put a filter on that command. -- Roy Vegard Ovesen

Re: [Flightgear-devel] RFC: Control surface position damping

2007-12-02 Thread Roy Vegard Ovesen
On Sunday 02 December 2007, Roy Vegard Ovesen wrote: I think moving a control surface, like for example the rudder, from full left deflection to rull right deflection in an instant is unrealistic. To make this more realistic I think we should put in a low pass filter somewhere in the chain

Re: [Flightgear-devel] RFC: Control surface position damping

2007-12-02 Thread Roy Vegard Ovesen
it. This will require a lot more than a low-pass filter. 3) As the proverb says, pilots are judged on their smoothness, not on their quickness. Smoothness is built into the pilots; it is not usually built into the hardware. -- Roy Vegard Ovesen

Re: [Flightgear-devel] Informal version number poll

2007-11-30 Thread Roy Vegard Ovesen
involved. -- Roy Vegard Ovesen - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http

Re: [Flightgear-devel] Minor keyboard reassignment

2007-11-10 Thread Roy Vegard Ovesen
aircraft. -- Roy Vegard Ovesen - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE

Re: [Flightgear-devel] Crash during startup with OSG version

2007-07-19 Thread Roy Vegard Ovesen
/RenderStage.cpp around line 854 in the OpenSceneGraph source code. I got FlightGear working again by using osgViewer instead of SDL. I'll just pop in and say that --enable-osgviewer worked for me too. -- Roy Vegard Ovesen

Re: [Flightgear-devel] On-screen stick deflection indicators forautopilot

2007-07-03 Thread Roy Vegard Ovesen
animation. -- Roy Vegard Ovesen - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread Roy Vegard Ovesen
quiet. I think my previous afirmation may be correct. Very quiet might not be quiet enough. If the noise is more than the tolerance value hardcoded into input.cxx (0.002) then you will see what you are seeing. -- Roy Vegard Ovesen

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread Roy Vegard Ovesen
the autopilot. One possibility is to press a button to tell that you are overpowering. -- Roy Vegard Ovesen - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Flightgear-devel] patch: don't warn if a soun d is clipped,was Re: For the - Author of Conco rde - Continued (Email inUnicode format)

2007-05-29 Thread Roy Vegard Ovesen
Vegard Ovesen Index: c172-sound.xml === RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c172p/c172-sound.xml,v retrieving revision 1.2 diff -p -u -r1.2 c172-sound.xml --- c172-sound.xml 26 Apr 2007 18:04:55 - 1.2 +++ c172-sound.xml

Re: [Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2007-04-08 Thread Roy Vegard Ovesen
/listinfo/flightgear-devel Empty? Surely there were changes to both Simgear and Flightgear this week. -- Roy Vegard Ovesen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Flightgear-devel] Error building FG

2007-04-06 Thread Roy Vegard Ovesen
On Thursday 05 April 2007 21:02, Alex Romosan wrote: there are two patches i posted. you need to apply both. --alex-- I'm sorry, I can not extract the patches from the mailing list archives on Sourceforge. Can you please repost them here on the devel-list? -- Roy Vegard Ovesen

Re: [Flightgear-devel] Flasher in nasal

2007-04-06 Thread Roy Vegard Ovesen
number of times. Or is that already possible somehow? I see that aircraft.light uses typechecking and stuff to extract the correct arguments. Wouldn't this be much simpler with named arguments instead of arg[]? -- Roy Vegard Ovesen

Re: [Flightgear-devel] Flasher in nasal

2007-04-06 Thread Roy Vegard Ovesen
option is to set the last element in pattern to the negative number of times to repeat. [0.5, 0.5, -3], repeat 3 times. [0.5, 0.5], repeat forever. This avoids breaking stuff. But now it's becoming hairy. :-( -- Roy Vegard Ovesen

Re: [Flightgear-devel] Error building FG

2007-04-05 Thread Roy Vegard Ovesen
model_panel.cxx I gor similar errors on Main/renderer.cxx. -- Roy Vegard Ovesen - 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

Re: [Flightgear-devel] access to flightgear-cvslogs

2007-04-01 Thread Roy Vegard Ovesen
/mailarchive/forum.php?forum_name=flightgear-cvslogs It looks like SF changed their argument from forum to forum_name at some time. On the same note; the links to the mailing-list archives on the Flightgear website are also wrong. -- Roy Vegard Ovesen

Re: [Flightgear-devel] altimeter - encoder - kap140.nas

2007-03-24 Thread Roy Vegard Ovesen
these changes into cvs now. All the patches from John Denker should be available from his web site http://www.av8n.com/fly/fgfs/ -- Roy Vegard Ovesen - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Flightgear-devel] encoder/altimeter kap140.nas

2007-03-03 Thread Roy Vegard Ovesen
it all together and put _quantum(node-getDoubleValue(quantum, 10)) in altimeter.cxx. -- Roy Vegard Ovesen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Flightgear-devel] altimeter, encoder, and kap140

2007-02-25 Thread Roy Vegard Ovesen
is either unrealistic *or* unhelpful. I have not, and I don't think Dave Perry has either, expressed optinions to indicate that the pressure altitude should not be quantized. What we have said is that indicated altitude should not be quantized. -- Roy Vegard Ovesen

Re: [Flightgear-devel] autopilot, Was: C172p stra nge behaviour with --flight-plan

2007-02-11 Thread Roy Vegard Ovesen
controller. Do you want to see the debug o/p? Gérard posted his output, so I don't think I need to see your. -- Roy Vegard Ovesen - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-10 Thread Roy Vegard Ovesen
/xmlauto.cxx to see what is going on. -- Roy Vegard Ovesen - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-10 Thread Roy Vegard Ovesen
and outputs, you should run fgfs in a debugger like ddd and step through the FGPIDController::update() method in source/src/Autopilot/xmlauto.cxx to see what is going on. Because i am not developer , i will not be able to do it Sure you can! ;-) -- Roy Vegard Ovesen

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-09 Thread Roy Vegard Ovesen
to reproduce this. Lee and Gérard, could you please tell us what aircraft you are seeing this with. Is it aircraft that use the generic autopilot and/or aircraft that use a customized autopilot? -- Roy Vegard Ovesen - Using

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-09 Thread Roy Vegard Ovesen
the readme I gathered that it can be cotrolled from the mini-panel, but I'm unable to get the mini-panel to show, I tried c but that didn't seem to work. -- Roy Vegard Ovesen - Using Tomcat but need to do more? Need

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-09 Thread Roy Vegard Ovesen
-config dir. Are all the controllers there prior to reloading the autopilot? (In the cd3 I see two pi-simple-controllers and sixteen pid-controllers.) -- Roy Vegard Ovesen - Using Tomcat but need to do more? Need to support web

Re: [Flightgear-devel] C172p strange behaviour with --flight-plan

2007-02-09 Thread Roy Vegard Ovesen
have not been able to reproduce the problems that you and Gérard are having with the autopilot, so it looks like I can't do _any_ testing on this. :-( Could you try the tip I suggested to Gérard about looking at the controllers before and after autopilot reload? -- Roy Vegard Ovesen

[Flightgear-devel] autopilot, Was: C172p strange behaviour with --flight-plan

2007-02-09 Thread Roy Vegard Ovesen
like the controllers are not getting built correctly at FG startup. When you do a autopilot-reset, the controllers in /autopilot/new-config are cleared and the autopilot config xml file is re-read and the controllers re-built. -- Roy Vegard Ovesen

Re: [Flightgear-devel] [RFC] removal ofInstrumentation/annunciator.[ch]xx

2007-01-29 Thread Roy Vegard Ovesen
On Monday 29 January 2007 17:37, Melchior FRANZ wrote: I'd like to remove the annunciator instrument from the C++ sources and replace it with a Nasal version. Obviously, I agree. :-) -- Roy Vegard Ovesen - Take Surveys

Re: [Flightgear-devel] autopilot broken by recent osg branch fgfsupdate

2007-01-23 Thread Roy Vegard Ovesen
. Are the controllers not activated at all? Are they using non-existent input properties? Have you tried to activate the debugging of the controllers (writes debugging info to the console)? -- Roy Vegard Ovesen - Take Surveys. Earn Cash

Re: [Flightgear-devel] altAlert problems

2007-01-21 Thread Roy Vegard Ovesen
On Sunday 21 January 2007 17:42, Martin Spott wrote: Roy Vegard Ovesen wrote: I asked on the developer list if anyone knew how ATC converted from pressure altitude to altitude, because I think that would be the correct way to do it. Does anyone know? How do you mean this ? They simply

Re: [Flightgear-devel] kap140 bug+fix

2007-01-15 Thread Roy Vegard Ovesen
replace KAP140TwoAxisAlt.xml in data/Aircraft/Instrumentation? All the function names have changed name. And you need to replace KAP140.xml in data/Aircraft/c172p/Systems. The locks have changed data type (from strings to bools). -- Roy Vegard Ovesen

Re: [Flightgear-devel] kap140 bug+fix

2007-01-13 Thread Roy Vegard Ovesen
suggestion and make the appropriate changes to the pa24-25, the c172p, and the c182 to use these files. I think it's better to keep the kap140.xml file aircraft specific as different aircraft will need different controller tunings. -- Roy Vegard Ovesen

Re: [Flightgear-devel] C182 creeping features

2007-01-08 Thread Roy Vegard Ovesen
be the bees' knees in terms of realism. This was implemented a long time ago. In view mouse mode (two right clicks, until the cursor becomes -) hold the middle mouse button and move the mouse. -- Roy Vegard Ovesen - Take

Re: [Flightgear-devel] PRE_OSG cvs BUG in VSI with code fix

2007-01-07 Thread Roy Vegard Ovesen
On Sunday 07 January 2007 19:44, Nick Warne wrote: On Sunday 07 January 2007 18:40, Roy Vegard Ovesen wrote: On Sunday 07 January 2007 19:25, gh.robin wrote: And if you don't trust me, when i say its working, look at this http://perso.orange.fr/GRTux/pressure-inhg.jpg Nick is right

Re: [Flightgear-devel] PRE_OSG cvs BUG in VSI with code fix

2007-01-07 Thread Roy Vegard Ovesen
package (data) from CVS? -- Roy Vegard Ovesen - 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 through brief

Re: [Flightgear-devel] PRE_OSG cvs BUG in VSI with code fix

2007-01-07 Thread Roy Vegard Ovesen
On Sunday 07 January 2007 20:13, gh.robin wrote: On Sun 7 January 2007 19:40, Roy Vegard Ovesen wrote: On Sunday 07 January 2007 19:25, gh.robin wrote: And if you don't trust me, when i say its working, look at this http://perso.orange.fr/GRTux/pressure-inhg.jpg Nick is right

Re: [Flightgear-devel] patch for Yasim (printing out inertia tensor)

2007-01-05 Thread Roy Vegard Ovesen
On Friday 05 January 2007 18:25, Joacim Persson wrote: I screwed up again, didn't I? How *do* I convert metres per square feet to pounds per square feet really? m/ft² - lb/ft² ? That does not make sense, or do you still mean m² - ft²? 1m² = 10.76391041670972230833ft² -- Roy Vegard Ovesen

Re: [Flightgear-devel] patch for Yasim (printing out inertia tensor)

2007-01-05 Thread Roy Vegard Ovesen
and what I wrote in my last post is correct. According to http://www.wsdot.wa.gov/reference/metrics/factors.htm 1 ft² = 0.09290304 m² = 1 m² = 1/0.09290304 ft² = 10.763910 ft² -- Roy Vegard Ovesen - Take Surveys. Earn

Re: [Flightgear-devel] Improved c172p autopilot

2007-01-03 Thread Roy Vegard Ovesen
. I've also fixed the bug that Joacim Persson reported. I'll try to hand it over to someone with write access to CVS tonight. Because of this you should hold off studying the code until the new version is in CVS. -- Roy Vegard Ovesen

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

2007-01-02 Thread Roy Vegard Ovesen
-to-date. -- Roy Vegard Ovesen - 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 through brief surveys - and earn

Re: [Flightgear-devel] won't compile ... also configuration issues:openAL +- osg +- whatever

2007-01-02 Thread Roy Vegard Ovesen
/flightgear_wiki/index.php?title=OpenSceneGraph Debian etch offers an libopenscenegraph-dev package; that's easy enough to install. But naive users would have a hard time guessing that it's needed. Depends on the naiveness ;-) -- Roy Vegard Ovesen

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

2007-01-02 Thread Roy Vegard Ovesen
address. Suggestion 1: Perhaps somebody should walk through the whole project workspace and replace each occurrence of the wrong address with the right address. You can't possibly mean replacing every occurence of the old list address in the archive. -- Roy Vegard Ovesen

Re: [Flightgear-devel] Latest OSG note...

2006-12-07 Thread Roy Vegard Ovesen
. -- Roy Vegard Ovesen - 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 through brief surveys - and earn cash http

Re: [Flightgear-devel] Making of: jitter.png (Unix)

2006-08-19 Thread Roy Vegard Ovesen
used gnuplot, but I think kst is bettet suited as I can pan and zoom easily with the mouse. -- Roy Vegard Ovesen - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [Flightgear-devel] Making of: jitter.png (Unix)

2006-08-19 Thread Roy Vegard Ovesen
On Saturday 19 August 2006 09:44, Melchior FRANZ wrote: * Roy Vegard Ovesen -- Saturday 19 August 2006 09:36: I've also used kst to plot properties in real-time. I used Flightgear's own logging. How are you doing it? Via FIFO or by writing to a file and letting kst read from it? I use

Re: [Flightgear-devel] Autopilot Bug/Feature

2006-06-16 Thread Roy Vegard Ovesen
). -- Roy Vegard Ovesen ___ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel

[Flightgear-devel] SV: [Flightgear-devel] KAP140 query

2006-03-10 Thread Roy Vegard Ovesen
seconds (I forget), after that the display reverts to the preselected altitude. So, I guess the current behaviour is correct. -- Roy Vegard Ovesen --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: [Flightgear-devel] Autopilot on default Cessna

2006-01-29 Thread Roy Vegard Ovesen
://www.seedwiki.com/wiki/flight_gear/bendixking_kap140_autopilot.cfm?wpid=226748 There is also a link to the pilot guide on that page. The sections from the pilot guide that you want to concentrate on are the System Operating Modes at pages 12, 59 and 86. -- Roy Vegard Ovesen