Re: [Flightgear-devel] SGFile::readline

2010-02-15 Thread Tim Moore
On Sun, Feb 14, 2010 at 10:47 PM, John Denker j...@av8n.com wrote: The following commit message should be self-explanatory: commit 224ce694fa8ba7dede0e413b81e5dd52e5e65f15 Author: John Denker j...@av8n.com Date: Thu Feb 11 21:13:19 2010 -0700 Problem was: readline writes

[Flightgear-devel] mpserver09

2010-02-15 Thread Daniel Vigano
Hello, mpserver09 is online again. I have switch my operating system to Debian and than I have had the bug who is fixed in fgmsv0.9.12. So please relay to it. Thanks! Daniel -- SOLARIS 10 is the OS for Data Centers -

Re: [Flightgear-devel] 503

2010-02-15 Thread Gijs de Rooy
Hi, What about asking (kindly) to the real administrator of this site : http://wiki.flightgear.org/index.php/wiki.flightgear.org:About No need for that, he already knows about the problem. Actually, he already fixed the problem! As Pete knows, all we're waiting on is a one minute job to be

Re: [Flightgear-devel] SGFile::readline

2010-02-15 Thread John Denker
On 02/15/2010 03:19 AM, Tim Moore wrote: Some of the grossness is due to a hack which lets a file be treated as an infinitely repeating stream of bytes, very convenient for demos at SIGGRAPH. Your patch breaks that hack. I won't argue too strongly that the hack belongs in SGFile, but I want

Re: [Flightgear-devel] 503

2010-02-15 Thread Simon Hollier
Thanks Gijs - I'll just add that Curt has been out of town and it's better to wait for his return before switching the DNS over. Simon On Mon, Feb 15, 2010 at 7:42 AM, Gijs de Rooy gijsr...@hotmail.com wrote: Hi, What about asking (kindly) to the real administrator of this site :

Re: [Flightgear-devel] 503

2010-02-15 Thread Gene Buckle
On Mon, 15 Feb 2010, Pete Morgan wrote: Gene Buckle wrote: No, but its considered part of flightgear as a platform, no wiki == no info. mpservers fall in same category almost. Note that it's flightgear-bugs, not

Re: [Flightgear-devel] 503

2010-02-15 Thread Gene Buckle
On Sun, 14 Feb 2010, Alex Perry wrote: Pete, perhaps we need to create a separate queue for flightgear-usability-bugs-that-gene-doesnt-care-about. I'll ignore the snark and point out that a wiki problem is not, under any circumstances whatsoever a flightgear usability issue. Unless of course

Re: [Flightgear-devel] SGFile::readline

2010-02-15 Thread John Denker
On 02/15/2010 09:22 AM, Tim Moore wrote: Hint: The sleep statement ensures that the reader (fgfs) will not see an EoF at the point where one cat of bytes ends and the next begins. I'd probably do without the sleep and write while true; do cat bytes; done /tmp/pipe.flog instead. 1) That

Re: [Flightgear-devel] SGFile::readline

2010-02-15 Thread Tim Moore
On Mon, Feb 15, 2010 at 5:43 PM, John Denker j...@av8n.com wrote: On 02/15/2010 09:22 AM, Tim Moore wrote: Hint: The sleep statement ensures that the reader (fgfs) will not see an EoF at the point where one cat of bytes ends and the next begins. I'd probably do without the sleep and

Re: [Flightgear-devel] Modifying OSG lib checks in FG configure.ac

2010-02-15 Thread Geoff McLane
On Sun, 2010-02-14 at 15:22 +0100, Erik Hofman wrote: John Denker wrote: In this case it appears that adding about five lines of code to acinclude.m4 will remove the need for at least five paragraphs of documentation. It turns out to be quite possible to each the configuration system

[Flightgear-devel] Handley-Page Victor K2 case sensitivity problem

2010-02-15 Thread Viktor Radnai
Hi there, The panel on the Victor doesn't show (on Linux) due to a case sensitivity issue. Please apply attached patch to fix it. Cheers, Vik Index: Aircraft/victor/Models/Panel.xml === RCS file:

Re: [Flightgear-devel] mpserver09

2010-02-15 Thread evilslut
hi Daniel, I see relaying is active already :) had it in my config (mpserver12) Happy flying, Rob -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --

Re: [Flightgear-devel] Modifying OSG lib checks in FG configure.ac

2010-02-15 Thread John Denker
On 02/15/2010 11:53 AM, Geoff McLane wrote: Just did a full SG cvs update, and this acinclude.m4 patch _BREAKS_ the SG build for me! OK. It's a bug. Thanks for testing. Here's the patch. Please try again. The reason for fussing with SG first is

Re: [Flightgear-devel] sub-option documentation : repeat

2010-02-15 Thread Stuart Buchanan
John Denker wrote: The repeat sub-option would be even more useful if it were more widely known. It is not mentioned in --help --verbose and not mentioned in getstart.pdf. It would be nice if somebody would a) At least mention README.IO in getstart.pdf and also in --help --verbose.

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-15 Thread Csaba Halász
On Mon, Feb 15, 2010 at 10:42 PM, Viktor Radnai viktor.rad...@gmail.com wrote: I built the latest Flightgear version out of CVS and I'm using it with the data directory straight out of CVS as well. How about OSG? What version do you have? -- Csaba/Jester

Re: [Flightgear-devel] ILS problem at EDDB

2010-02-15 Thread James Turner
On 15 Feb 2010, at 09:12, James Turner wrote: Start at EDDB and tune nav radio to ils frequency 110.70 fgfs: ../../../src/Instrumentation/navradio.cxx:920: double FGNavRadio::localizerWidth(FGNavRecord*): Assertion `rwy' failed. Ack, my fault, I'll commit a fix against the crash later

Re: [Flightgear-devel] ILS problem at EDDB

2010-02-15 Thread Jacob Burbach
Fixed in CVS now, thanks for the report. And thank you for the fix. :-) cheers -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10

Re: [Flightgear-devel] Shift key stuck once pressed

2010-02-15 Thread Csaba Halász
On Mon, Feb 15, 2010 at 11:37 PM, Viktor Radnai viktor.rad...@gmail.com wrote: It's version 2.8.2-1 that comes with Debian unstable. Should I try 2.9.6 instead? Yes. 2.8.2 reportedly also has the [ ] key bug. -- Csaba/Jester

Re: [Flightgear-devel] 503

2010-02-15 Thread leee
On Monday 15 Feb 2010, Gene Buckle wrote: On Sun, 14 Feb 2010, Alex Perry wrote: Pete, perhaps we need to create a separate queue for flightgear-usability-bugs-that-gene-doesnt-care-about. I'll ignore the snark and point out that a wiki problem is not, under any circumstances whatsoever a

Re: [Flightgear-devel] 503

2010-02-15 Thread Gene Buckle
On Tue, 16 Feb 2010, leee wrote: On Monday 15 Feb 2010, Gene Buckle wrote: On Sun, 14 Feb 2010, Alex Perry wrote: Pete, perhaps we need to create a separate queue for flightgear-usability-bugs-that-gene-doesnt-care-about. I'll ignore the snark and point out that a wiki problem is not,