Re: [Flightgear-devel] real life: a flight from EDHL to EBBR and back

2006-11-02 Thread leee
On Thursday 02 November 2006 12:20, Torsten Dreyer wrote: [snip...] that was a good read Torsten, thanks for posting it. LeeE ...or something - Using Tomcat but need to do more? Need to support web services, security? Get

[Flightgear-devel] FG compile problem: error: 'osg' has not been declared

2006-11-02 Thread Dave Perry
George Patterson posted this same error Nov. 1, but I did not see any response or suggestion as to what was wrong. I updated plib, simgear and fgfs source from cvs last Monday and downloaded the osg flightgear tar and followed the README.txt directions. Compiled plib, then the three packages in th

[Flightgear-devel] water landing

2006-11-02 Thread syd
Martin Spott wrote: >You know, some people do it the other way round. Just a reminder, I >guess this strip has already been mentioned elsewhere: > > http://foxtrot.mgras.net/bitmap/Wasserlandung_mit_Salto.mpeg > > Martin. > > That looks like a really expensive mistake! Just for interes

[Flightgear-devel] OSG - Bugs

2006-11-02 Thread Vivian Meazza
Hi, Just a quick report on some tests with FG-OSG compiled under MSVC8 using Olaf's project files etc. that I've carried out on the models for which I am responsible: Hurricane/Spitfire/Seafire won't start. The starter spins continuously, but the engine won't fire. A4F crashes FG,

Re: [Flightgear-devel] real life: a flight from EDHL to EBBR and back

2006-11-02 Thread Georg Vollnhals
Torsten Dreyer schrieb: > Following the tradition of reporting real life experience here is my story > about a flight from Lubeck, EDHL to Brussels National EBBR and back on a > Piper Seneca. > > > ... ... > When I was home in my bed some hours later, the storm was howling around my > house a

Re: [Flightgear-devel] terrain surface types...

2006-11-02 Thread Stuart Buchanan
--- Martin Spott wrote: > Steve Hosgood wrote: > > Martin Spott wrote: > > > >You know, some people do it the other way round. Just a reminder, I > > >guess this strip has already been mentioned elsewhere: > > > > > > http://foxtrot.mgras.net/bitmap/Wasserlandung_mit_Salto.mpeg > > > Just for i

Re: [Flightgear-devel] terrain surface types...

2006-11-02 Thread Martin Spott
Steve Hosgood wrote: > Martin Spott wrote: > >You know, some people do it the other way round. Just a reminder, I > >guess this strip has already been mentioned elsewhere: > > > > http://foxtrot.mgras.net/bitmap/Wasserlandung_mit_Salto.mpeg > Just for interest - I know nothing much about seaplan

Re: [Flightgear-devel] OpenSceneGraph

2006-11-02 Thread Martin Spott
Vassilii Khachaturov wrote: > Also, where does one take the files missing for the examples (e.g., the > cow.osg, or the lz.osg mentioned in the runexamples.bat)? Here for example: http://www.openscenegraph.org/osgwiki/pmwiki.php/Downloads/SampleDataset Martin. -- Unix _IS_ user friendly - i

[Flightgear-devel] CVS - OSG

2006-11-02 Thread Vivian Meazza
Hi, SG-CVS fails to build under MSVC8 atm. It fails in SGQuat.hxx. copysign is not recognised. Replacing sin05ang = copysign(sqrt(sin05ang), sig); with sin05ang = _copysign(sqrt(sin05ang), sig); ^ seems to do the trick Vivian ---

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG

2006-11-02 Thread Martin Spott
Vassilii Khachaturov wrote: > Martin, did you try the -E switch to see what exactly the code expands to > after the preprocessing? sometimes it helps to find the clue. > gcc -E file.c > file.i To be honest: No, I didn't, but I should have done I will try that as well and see, if I find a clu

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG

2006-11-02 Thread Vassilii Khachaturov
Martin, did you try the -E switch to see what exactly the code expands to after the preprocessing? sometimes it helps to find the clue. gcc -E file.c > file.i V - Using Tomcat but need to do more? Need to support web services

Re: [Flightgear-devel] OpenSceneGraph

2006-11-02 Thread Vassilii Khachaturov
I was able to build the OSG from the OSG_OP_OT-1.2-Flightgear.tar.gz on a Debian etch system (gcc Debian 4.1.1-13 -based), but not on a sarge one (Debian 1:3.3.5-13 -based). Tried osg cvs head (copied over the ac3d and rgb plugin directories manually from the .tar.gz above), and had the same probl

Re: [Flightgear-devel] placing 3d objects

2006-11-02 Thread Ioan Suciu
Don't count on the roads, in many cases they're inaccurate. Lakes aresupposed to be slightly better. We prefer to have 'correct' object locations, even if the don't match the _current_ scenery because oneday we're supposed to have better Scenery Landcover data and it wouldbe a pity if the object lo

Re: [Flightgear-devel] placing 3d objects

2006-11-02 Thread Martin Spott
Hi, "Ioan Suciu" wrote: > Which way is the correct way of placing 3d objects to FG scenery? It depends ;-) > Placing the object by hand with real coordiantes? or using the UFO to place > them related to other object that are by default in FG? like a road or a > lake Don't count on the ro

[Flightgear-devel] placing 3d objects

2006-11-02 Thread Ioan Suciu
Which way is the correct way of placing 3d objects to FG scenery?Placing the object by hand with real coordiantes? or using the UFO to place them related to other object that are by default in FG? like a road or a lake - Using

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG

2006-11-02 Thread Martin Spott
Frederic Bouvier wrote: > > Does anybody have sort of a 'recipe' for how to fix this ? > > add -DAPIENTRY to your c++ command line Hi Frederic, thanks for showing up again unfortunately this doesn't make the slightest difference, Martin. -- Unix _IS_ user friendly - it's just se

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG present

2006-11-02 Thread Frederic Bouvier
Selon Martin Spott : > Hi, > I'm trying to build FG with OSG on IRIX in order to show it on the > FSWeekend this weekend, but I stumble over some strange effect. > > To me it appears that some OSG header files get referenced where they > are of no use - but honestly: I don't know. I think I feel s

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG

2006-11-02 Thread Martin Spott
Mathias Fr?hlich wrote: > On Thursday 02 November 2006 13:23, Martin Spott wrote: > > Does anybody have sort of a 'recipe' for how to fix this ? > Try with current cvs? Sorry, no difference, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! ---

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG

2006-11-02 Thread Martin Spott
"Curtis Olson" wrote: > It's been a *long* time since I've wrangled with the irix compiler, but one > idea would be to remove the APIENTRY keyword from one of those lines in the > header file and then see if the error for that line disappears. > > If it does, then you know that APIENTRY is expand

[Flightgear-devel] Fwd: hack attack

2006-11-02 Thread Curtis Olson
-- Forwarded message --From: support @ frozenwebhostDate: Nov 2, 2006 8:43 AMSubject: Re: hack attackCurt,We are aware of the issue, it appears to be a server wide exploit, please refer to this thread for updates:http://support.frozenwebhost.com/forum/index.php?showtopic=16Thank You

Re: [Flightgear-devel] real life: a flight from EDHL to EBBR and back

2006-11-02 Thread Torsten Dreyer
Here is a panel photo of the night-flight visualizing the turbulences... http://www.t3r.de/fg/seneca/shaking-panel-1024x768.jpg Torsten - Using Tomcat but need to do more? Need to support web services, security? Get stuff do

Re: [Flightgear-devel] new model

2006-11-02 Thread AJ MacLeod
On Thursday 02 November 2006 12:03, Yurik V. Nikiforoff wrote: > I make new model of aircraft for FlightGear. How I can distribute it? > Should I use CVS? Whats a manual I need read about it? Hi Yurik, The usual way is to post a message here with a link to a tar.gz of your model, if possible. S

Re: [Flightgear-devel] Small Bug in COM1 (Cessna C-172)?

2006-11-02 Thread Steve Hosgood
Steve Hosgood wrote: >So it's doing something like "intfreq = (int)real_kHz * 100;" or >"intfreq = (int)(real_kHz * 100.0);" > > > Let's just catch my own bug before everyone else does :-) It's the second of those options of course. Steve --

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Curtis Olson
Hmmm, as long as they will let me add my google ads to their hack page, then there's no hurry to fix the site.[joking of course]:-)I've updated the dns for www.flightgear.org to point to my backup server.  Those of you who have seen the hacked site probably will still have the old dns entry cached

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Darko Tasovac
Me too Roberto Inzerillo wrote: >> seems fine now. I guess it recovered. >> > > > It doesn't look good to me here. > Cleared cache and requested a fresh page with the browser but EGYPT is still > there :-( > > > -

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Curtis Olson
Nice, looks like my web hosting provider got himself hacked.  I'll point the dns to my backup server, Mr. Donkey. :-)Curt.On 11/2/06, bass pumped <[EMAIL PROTECTED]> wrote:seems fine now.  I guess it recovered. On 11/2/06, Darko Tasovac <[EMAIL PROTECTED]> wrote:> Sorry,>> This link works>> http:/

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Torsten Dreyer
nope - same black picture here (and stupid music) Am Donnerstag, 2. November 2006 15:08 schrieb bass pumped: > seems fine now. I guess it recovered. > > On 11/2/06, Darko Tasovac <[EMAIL PROTECTED]> wrote: > > Sorry, > > > > This link works > > > > http://tdarko.googlepages.com/Screenshot.png > >

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Roberto Inzerillo
> seems fine now. I guess it recovered. It doesn't look good to me here. Cleared cache and requested a fresh page with the browser but EGYPT is still there :-( -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurf

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread bass pumped
seems fine now. I guess it recovered. On 11/2/06, Darko Tasovac <[EMAIL PROTECTED]> wrote: > Sorry, > > This link works > > http://tdarko.googlepages.com/Screenshot.png > > > Darko Tasovac wrote: > > It seems the flightgear site was under attack. I noticed that a few > > minutes ago. Website was

Re: [Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Darko Tasovac
Sorry, This link works http://tdarko.googlepages.com/Screenshot.png Darko Tasovac wrote: > It seems the flightgear site was under attack. I noticed that a few > minutes ago. Website was normal 30min ago...I hope they didnt delete all > content. > > http://drug-pionir.ueuo.com/Screenshot.png > >

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG present

2006-11-02 Thread Mathias Fröhlich
Hi Martin, On Thursday 02 November 2006 13:23, Martin Spott wrote: > Does anybody have sort of a 'recipe' for how to fix this ? Try with current cvs? Greetings Mathias - Using Tomcat but need to do more? Ne

[Flightgear-devel] [Fwd: flightgear site]

2006-11-02 Thread Darko Tasovac
It seems the flightgear site was under attack. I noticed that a few minutes ago. Website was normal 30min ago...I hope they didnt delete all content. http://drug-pionir.ueuo.com/Screenshot.png - Using Tomcat but need to do m

Re: [Flightgear-devel] terrain surface types...

2006-11-02 Thread Steve Hosgood
Martin Spott wrote: >You know, some people do it the other way round. Just a reminder, I >guess this strip has already been mentioned elsewhere: > > http://foxtrot.mgras.net/bitmap/Wasserlandung_mit_Salto.mpeg > > Martin. > > That looks like a really expensive mistake! Just for interest

Re: [Flightgear-devel] Small Bug in COM1 (Cessna C-172)?

2006-11-02 Thread Steve Hosgood
Torsten Dreyer wrote: >There seems to be a float/rounding issue somewhere in the property system. I >noticed this too, when modeling the Seneca. I did some debugging and found >that some values - probably 911.00 is one of these - are converted to a float >of 910.9 so the dis

Re: [Flightgear-devel] Confused header inclusion on IRIX with OSG present

2006-11-02 Thread Curtis Olson
It's been a *long* time since I've wrangled with the irix compiler, but one idea would be to remove the APIENTRY keyword from one of those lines in the header file and then see if the error for that line disappears.  If it does, then you know that APIENTRY is expanding to something wrong, or somet

Re: [Flightgear-devel] OSG question ...

2006-11-02 Thread Martin Spott
syd wrote: > This is just a question to satisfy my curiosity , but what was the > reason for choosing OpenSceneGraph over OpenSG ? I guess OSG simply has a much wider community. To me OpenSG seems to focus on academical use (I might be wrong), Martin. -- Unix _IS_ user friendly - it's

[Flightgear-devel] Confused header inclusion on IRIX with OSG present

2006-11-02 Thread Martin Spott
Hi, I'm trying to build FG with OSG on IRIX in order to show it on the FSWeekend this weekend, but I stumble over some strange effect. To me it appears that some OSG header files get referenced where they are of no use - but honestly: I don't know. I think I feel some repeating schema in this issu

[Flightgear-devel] new model

2006-11-02 Thread Yurik V. Nikiforoff
I make new model of aircraft for FlightGear. How I can distribute it? Should I use CVS? Whats a manual I need read about it? -- Wbr, Yurik - Using Tomcat but need to do more? Need to support web services, security? Get stu

Re: [Flightgear-devel] Small Bug in COM1 (Cessna C-172)?

2006-11-02 Thread Holger Wirtz
Torsten, On Thu, Nov 02, 2006 at 11:49:24AM +0100, Torsten Dreyer wrote: > There seems to be a float/rounding issue somewhere in the property system. I > noticed this too, when modeling the Seneca. I did some debugging and found > that some values - probably 911.00 is one of these - are converte

Re: [Flightgear-devel] Small Bug in COM1 (Cessna C-172)?

2006-11-02 Thread Torsten Dreyer
There seems to be a float/rounding issue somewhere in the property system. I noticed this too, when modeling the Seneca. I did some debugging and found that some values - probably 911.00 is one of these - are converted to a float of 910.9 so the display shows 910.99. Same wit

[Flightgear-devel] Small Bug in COM1 (Cessna C-172)?

2006-11-02 Thread Holger Wirtz
Hi, I don't know if this really an error and if this is known... When I use the menu for setting the radio frequncies and write "911.00" in the standby field I get on the display in the cockpit 910.99. In the properties the right frequency (911.00) is submitted. Only in the cockpit there is the w

Re: [Flightgear-devel] terrain surface types...

2006-11-02 Thread Martin Spott
syd & sandy wrote: > [...] ... it would look a bit silly on land , and > although it IS a seaplane , some (pilots) apparently take off from > runways ;) . And I am adding retractable gear , [...] You know, some people do it the other way round. Just a reminder, I guess this strip has already

Re: [Flightgear-devel] Terrain is offsetted (on LTBA Istanbul)

2006-11-02 Thread Martin Spott
"Curtis Olson" wrote: > On 11/1/06, Sava? Yatmaz <[EMAIL PROTECTED]> wrote: > > I'm at LTBA RWY 36 R.I can see myself right on mpmap.But in FG, > > airport(LTBA) > > is not in the right place.It's a bit offsetted to south.ILS approach > > lights > > hovers on sea etc.I think the terrain is not in