Re: [Flightgear-devel] License of simgear/screen/texture.cxx

2009-06-22 Thread Erik Hofman
Curtis Olson wrote: Can we just quote Mark Kilgard's comment in that thread that modification is fine? I like Debian and I ran their distribution on my machines for many years. I admire how carefully they follow through with these licensing issues ... but my word ... no wonder their

Re: [Flightgear-devel] License of simgear/screen/texture.cxx

2009-06-22 Thread Erik Hofman
Erik Hofman wrote: If this code is just used by a utility that is useful for developers only (normalmap) then I'd move the code oevr to that specific directory and leave it at that. I had a few spare minutes and the code is moved over now. Erik

Re: [Flightgear-devel] Possible screen shot copyright infringement

2009-06-22 Thread Erik Hofman
Curtis Olson wrote: I haven't had a chance to contact Butterfly Media myself, but perhaps someone here would be willing to pull lead on that? http://www.butterfly-media.co.uk/index.htm This weekend I was contacted by an ebay seller. I did a quick google search and found that his ebay

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/screen Makefile.am, 1.13,

2009-06-22 Thread Martin Spott
Hi Erik, Erik Hofman wrote: Update of /var/cvs/SimGear-0.3/source/simgear/screen In directory baron.flightgear.org:/tmp/cvs-serv19946 Modified Files: Makefile.am Removed Files: colours.h texture.cxx texture.hxx Log Message: Move the texture code to

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/screen Makefile.am, 1.13,

2009-06-22 Thread Erik Hofman
gcc can't be trusted.. I did a test compile here :-( I'll fix it. Erik Martin Spott wrote: Hi Erik, Erik Hofman wrote: Update of /var/cvs/SimGear-0.3/source/simgear/screen In directory baron.flightgear.org:/tmp/cvs-serv19946 Modified Files: Makefile.am Removed Files:

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/screen

2009-06-22 Thread Martin Spott
Erik Hofman wrote: gcc can't be trusted.. I did a test compile here :-( I'll fix it. No problem, maybe the changed file just didn't make it into the CVS commit. I'm very cautious these days for the sake of not having to deal with this sort of stuff once we're set up at LinuxTag ;-)

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: source/simgear/screen

2009-06-22 Thread Erik Hofman
Martin Spott wrote: No problem, maybe the changed file just didn't make it into the CVS commit. I'm very cautious these days for the sake of not having to deal with this sort of stuff once we're set up at LinuxTag ;-) Fair enough. Erik

Re: [Flightgear-devel] License of simgear/screen/texture.cxx

2009-06-22 Thread ovek
Ron Jensen skrev: On Mon, 2009-06-22 at 03:30 +0200, o...@arcticnet.no wrote: o...@arcticnet.no skrev: Ron Jensen skrev: http://http.us.debian.org/debian/pool/main/g/glut/libglut3_3.7-25_all.deb Yes, but it's in the oldlibs section. No current package in Debian use it. Everything is linked

Re: [Flightgear-devel] Possible screen shot copyright infringement

2009-06-22 Thread Curtis Olson
On Mon, Jun 22, 2009 at 5:25 AM, Erik Hofman wrote: Are you sure the FlightGear 1.0 screenshots always had that watermark present or is that added later on? I seem to remember the later. Notice that they use non of the current screenschots that I know had the watermark from the start. There

Re: [Flightgear-devel] Possible screen shot copyright infringement

2009-06-22 Thread Heiko Schulz
I had already written that still people use our screenshots for selling a relabled FGFS. If they have the watermark or not- due to international law it is a infringement! Von: Curtis Olson curtol...@gmail.com An: FlightGear developers discussions

[Flightgear-devel] NaN-reports and possible cause

2009-06-22 Thread Heiko Schulz
Hi, I tried to follow the bughunting of the NaN-reports which freezes FGFS time to time. With a fresh setup of flightgear using Frederic's binaries and the datas of 05/12/2009 I had again the NaN-reports. The interesting thing was that it occured only at spots around the world with lat 50.0:

[Flightgear-devel] YASim Prop wash and the p51d.

2009-06-22 Thread Jim Wilson
Hi Andy, Looking through the code I don't see anything that considers prop wash. That's still true correct? Assuming it is, I came across an old posting at http://www.mail-archive.com/flightgear-de...@flightgear.org/msg07479.htmland while this looks interesting, I'm kind of wondering if there's

[Flightgear-devel] YASim Prop wash and the p51d

2009-06-22 Thread Jim Wilson
Hi Andy, Looking through the code I don't see anything that considers prop wash.  That's still true correct? Assuming it is,  I came across an old posting at http://www.mail-archive.com/flightgear-de...@flightgear.org/msg07479.html and while this looks interesting, I'm kind of wondering if

Re: [Flightgear-devel] startup.nas

2009-06-22 Thread Tatsuhiro Nishioka
Hi there, On Jun 15, 2009, at 4:12 AM, Torsten Dreyer wrote: I've had another error message for the last few weeks while starting FG , Nasal runtime error: nil used in numeric context at data/Nasal/startup.nas , line 12 I've encountered exactly the same problem. I'm not so sure what it

[Flightgear-devel] crash after several seconds after Pilot List dialog shows up.

2009-06-22 Thread Tatsuhiro Nishioka
Hi there, I got a problem on pilot list, which crashes fgfs several seconds after the dialog shows up. The crash dump and some info on gdb below shows Null pointer assignment (iter-second = NULL). This problem happens with fgfs as of June 13th, but doesn't happen with one as of May 19th, so

Re: [Flightgear-devel] startup.nas

2009-06-22 Thread syd adams
I've just changed line 12 to : if (getprop(/environment/metar/base-wind-speed-kt) or 0 1) return; Dont know if that's a real fix , but it prevents an error message. Syd -- Are you an open source citizen? Join us

Re: [Flightgear-devel] NaN-reports and possible cause

2009-06-22 Thread Durk Talsma
Hi Heiko, On Monday 22 June 2009 14:46:22 Heiko Schulz wrote: Hi, I tried to follow the bughunting of the NaN-reports which freezes FGFS time to time. With a fresh setup of flightgear using Frederic's binaries and the datas of 05/12/2009 I had again the NaN-reports. The interesting thing was