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

2009-10-15 Thread James Turner
On 14 Oct 2009, at 21:37, Roy Vegard Ovesen wrote: What if I really, really, really don't want a GPS? :-) But seriously, why must every aircraft have a GPS? The problem here is the name. Don't think of it as 'GPS', think of it as 'lazy default navigation aid for people who are not

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

2009-10-15 Thread James Turner
On 14 Oct 2009, at 22:37, Pete Morgan wrote: I cannot see tcan on a civil aircraft, however its there on the nav display F12 with no purpose ?? confusing ?? I just realised, with my GUI-dialogs-selective-widget-visiblity fix of a few weeks back, I can update the default radios dialog to

Re: [Flightgear-devel] [patch] Improved 3D clouds performance?

2009-10-15 Thread Stuart Buchanan
syd adams wrote: Tried the patch and see a slight improvement ... At the moment I have other problems ...no sound , extremely slow loading times , etc... so I'll keep testing in between audio debugging :) I noticed the cloud density slider seems to have no effect , (which reminded me to fix

Re: [Flightgear-devel] [patch] Improved 3D clouds performance?

2009-10-15 Thread Jon Stockill
syd adams wrote: Tried the patch and see a slight improvement ... At the moment I have other problems ...no sound , extremely slow loading times , etc... so I'll keep testing in between audio debugging :) Ah, I'm glad it's not just me with sound problems - I've just upgraded a machine to

Re: [Flightgear-devel] Auto Pilot Reviwed

2009-10-15 Thread leee
On Thursday 15 Oct 2009, Johnathan Van Why wrote: It cousnt work like that in the sim. If I want to roll from 180 to 27o it turns gently.. in the sim it violently turns the first few degrees.. You mean it immediately slams the ailerons to full deflection? I'm sure you could somehow limit

[Flightgear-devel] Sound problems (Was: Improved 3D clouds performance?)

2009-10-15 Thread Erik Hofman
Jon Stockill wrote: syd adams wrote: Tried the patch and see a slight improvement ... At the moment I have other problems ...no sound , extremely slow loading times , etc... so I'll keep testing in between audio debugging :) Ah, I'm glad it's not just me with sound problems - I've just

[Flightgear-devel] SimGear compile error: ‘cl ass SGSoundSample’ has no member named ‘set_b ase_position'

2009-10-15 Thread Torsten Dreyer
Hi, todays SimGear cvs doesn't compile for me: visual_enviro.cxx: In member function ‘void SGEnviro::drawLightning()’: visual_enviro.cxx:759: error: ‘class SGSoundSample’ has no member named ‘set_base_position’ Torsten

Re: [Flightgear-devel] New Sound system committed

2009-10-15 Thread Alasdair Campbell
Today's CVS changes break Simgear compile: make[2]: Entering directory `/home/alasdair/FlightGear_cvs/Simgear_build/simgear/environment' g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -I/home/alasdair/include -g -O2 -D_REENTRANT -MT visual_enviro.o -MD -MP -MF .deps/visual_enviro.Tpo -c -o

Re: [Flightgear-devel] SimGear compile error: ‘cl ass SGSoundSample’ has no member named ‘set_b ase_position'

2009-10-15 Thread Erik Hofman
Torsten Dreyer wrote: Hi, todays SimGear cvs doesn't compile for me: visual_enviro.cxx: In member function ‘void SGEnviro::drawLightning()’: visual_enviro.cxx:759: error: ‘class SGSoundSample’ has no member named ‘set_base_position’ sorry, I had to commit another change. it's fixed now.

Re: [Flightgear-devel] SimGear compile error: ‘cl ass SGSoundSample’ has no member named ‘set_b ase_position'

2009-10-15 Thread Alasdair Campbell
On Thu, 2009-10-15 at 13:52 +0200, Torsten Dreyer wrote: Hi, todays SimGear cvs doesn't compile for me: visual_enviro.cxx: In member function ‘void SGEnviro::drawLightning()’: visual_enviro.cxx:759: error: ‘class SGSoundSample’ has no member named ‘set_base_position’ Torsten Sorry

Re: [Flightgear-devel] Auto Pilot Reviwed

2009-10-15 Thread Martin Spott
Pete Morgan wrote: Glad you picked the 787, this is broken in CVS with all sorts of errors.. thats why We need an aircraft fault list... I would not call it broken, instead, call it incomplete. To my opinion we're never going to have any aircraft in FlightGear complying with the term

Re: [Flightgear-devel] SimGear compile error: ‘cl ass SGSoundSample’ has no member named ‘set_b ase_position'

2009-10-15 Thread Torsten Dreyer
sorry, I had to commit another change. it's fixed now. Never mind - thanks for the fast response and the fix. Next time, I'll count up to 10 before complaining ;-) Torsten -- Come build with us! The BlackBerry(R)

Re: [Flightgear-devel] SimGear compile error: ‘cl ass SGSoundSample’ has no member named ‘set_b ase_position'

2009-10-15 Thread Scott Hamilton
On Thu, 2009-10-15 at 14:01 +0200, Erik Hofman wrote: Torsten Dreyer wrote: Hi, todays SimGear cvs doesn't compile for me: visual_enviro.cxx: In member function ‘void SGEnviro::drawLightning()’: visual_enviro.cxx:759: error: ‘class SGSoundSample’ has no member named

Re: [Flightgear-devel] Auto Pilot Reviwed

2009-10-15 Thread leee
On Thursday 15 Oct 2009, Martin Spott wrote: Pete Morgan wrote: Glad you picked the 787, this is broken in CVS with all sorts of errors.. thats why We need an aircraft fault list... I would not call it broken, instead, call it incomplete. To my opinion we're never going to have any

Re: [Flightgear-devel] New Sound system committed

2009-10-15 Thread Nicolas Quijano
(Most of this written last night before bed) Hi all, commenting out code in the destructor won't help, as the problem is being set-up much earlier, while FGFS is still in the initialization stages (dt == 0) : in debug, there is a fatal assert on SGSoundSample::freedata, being called by

Re: [Flightgear-devel] New Sound system committed

2009-10-15 Thread Erik Hofman
Hi Nicolas, Nicolas Quijano wrote: (Most of this written last night before bed) Hi all, commenting out code in the destructor won't help, as the problem is being set-up much earlier, while FGFS is still in the initialization stages (dt == 0) : in debug, there is a fatal assert on

Re: [Flightgear-devel] Auto Pilot Reviwed

2009-10-15 Thread Alexis Bory - xiii
Pete Morgan a écrit : Glad you picked the 787, this is broken in CVS with all sorts of errors.. thats why We need an aircraft fault list... Hi Pete, there is also the wiki for that, look here: http://wiki.flightgear.org/index.php/Category:Aircraft_TODO and here you can start a list of

[Flightgear-devel] Patch: New Sound System on Windows

2009-10-15 Thread Olaf Flebbe
Hi Erik, I need attached patch to compile the new sound system on Windows. I use alut/openal headers and libs from Frederic: ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/fgfs-win32-VS90-3rdParty+OSG-20090820.zip Cheers, Olaf BTW: If you are doing commits: Please remove my MSVC80

Re: [Flightgear-devel] Patch: New Sound System on Windows

2009-10-15 Thread Tom P
Hi Erik If you plan on doing the commit Olaf asked, could you also move the top-level FlightGear.dsp and .dsw into a directory named projects/VC60/ Those files are old, and just plain confusing if they are left at the top level. Tom Olaf Flebbe wrote: Hi Erik, I need attached patch to

Re: [Flightgear-devel] Auto Pilot Reviwed

2009-10-15 Thread Pete Morgan
leee wrote: On Thursday 15 Oct 2009, Martin Spott wrote: Pete Morgan wrote: Glad you picked the 787, this is broken in CVS with all sorts of errors.. thats why We need an aircraft fault list... I would not call it broken, instead, call it incomplete. To my opinion we're

[Flightgear-devel] FG Bug tracking

2009-10-15 Thread Pete Morgan
Right, I'm a web developer and been thinking a lot about the bug tracking (in my case across projects/ventures/etc), and applying that to FG. Thats my frustration ladies and gentlemen, and I apologize for my harshness sometimes; this comes from frustration ;-) Indeed as a day job, its working

Re: [Flightgear-devel] FG Bug tracking

2009-10-15 Thread Tom P
Hi Pete As a web developer, how familiar are you with PHP? I'm asking because I've seen this MediaWiki extension which basically allows you to create issue trackers in the Wiki, with all entries stored in the same mediawiki database: http://www.mediawiki.org/wiki/Extension:IssueTracker It

Re: [Flightgear-devel] FG Bug tracking

2009-10-15 Thread Ron Jensen
On Fri, 2009-10-16 at 02:25 +0100, Pete Morgan wrote: Right, I'm a web developer and been thinking a lot about the bug tracking (in my case across projects/ventures/etc), and applying that to FG. Thats my frustration ladies and gentlemen, and I apologize for my harshness sometimes; this

Re: [Flightgear-devel] Sound problems (Was: Improved 3D clouds performance?)

2009-10-15 Thread syd adams
Hello Erik , Sorry for the late response.I use Openal-soft 1.9.563, and using --prop:/sim/sound/enabled=true doesn't make a difference. I've been tweaking the config file to see if I have a sound config problem here , but everything seems ok , although I haven't tried another app that uses

Re: [Flightgear-devel] Patch: New Sound System on Windows

2009-10-15 Thread Olaf Flebbe
Hi, If you plan on doing the commit Olaf asked, could you also move the top-level FlightGear.dsp and .dsw into a directory named projects/VC60/ Those files are old, and just plain confusing if they are left at the top level. And btw, they do not work at all Olaf

[Flightgear-devel] Racal FDM

2009-10-15 Thread Ron Jensen
While searching the web on an unrelated topic, I came across a 2006 thesis paper on the Rascal RC aircraft: handle.dtic.mil/100.2/ADA451288 It has a lot of potentially good data on the Rascal to allow us to fine-tune the FDM. Is there any interest in this model? Ron