Re: [Flightgear-devel] Cygwin Installation problem

2006-10-23 Thread Thomas Biwer
well, forget about what i posted before, the problem was that i mixed up some header files of the simgear cvs version against the flightgear stable version. so just to clear things up for other people that might havesimilar problemswith installation: do not change the code in the way i

Re: [Flightgear-devel] Help with properties

2006-10-23 Thread Frederic Bouvier
Quoting Leidson Campos A. Ferreira: Hi Frederic how are you ? Thanks by your comments about problems through the code. I remember you told me about your failing harddrive. I hope long life to your harddrive and you too, sure. :.) My failing disks are teaching me the art of backup ;-)

[Flightgear-devel] Multiple Views

2006-10-23 Thread William D. Earnest
If this winds up as a double post or worse, my apologies. Problems with my ISP being blacklisted at sourceforge or something and email is bouncing again. Curtis Olson wrote: A couple things that could be done right now. Use something like an nvidia card with twin-view which creates a

Re: [Flightgear-devel] Terrain textures....

2006-10-23 Thread Maik Justus
Hi Syd, syd schrieb: Looking for ways to increase framerates , the biggest hits are scenery visibility, airport lights (though I don't understand that one , they used to have no effect if I turned off Enhanced Lighting) Try to switch enhanced airport lights in the night, not at day. Maik

Re: [Flightgear-devel] Help with properties

2006-10-23 Thread Leidson Campos A. Ferreira
The only thing before a commit is that I would like an explanation about your comment in jpg-httpd.hxx where you write about a terrible hack ( from memory ). There are 2 literal constants used in this hack : 700 and 400. I guess that other users could want other values. Could you elaborate on this

Re: [Flightgear-devel] Help with properties

2006-10-23 Thread Leidson Campos A. Ferreira
sleep() and usleep() has seconds and nanoseconds resolution in LINUX/UNIX and Sleep in Windows has miliseconds resolution, then the code I sent you, could be Sleep(1000) for sleep(1) line code and Sleep(1) for usleep(1000) line code, in Windows platform. :.)RegardsLeidsonOn 10/23/06, Leidson

Re: [Flightgear-devel] Help with properties

2006-10-23 Thread Melchior FRANZ
* Leidson Campos A. Ferreira -- Monday 23 October 2006 16:20: he doesn't know (like me) how to get the flightgear screeen size at run-time to provide this parameters dynamically. int x = fgGetInt(/sim/startup/xsize, 800); int y = fgGetInt(/sim/startup/ysize, 600); (The numbers are default

Re: [Flightgear-devel] reviews etc.

2006-10-23 Thread Jim Wilson
From: Andy Ross [EMAIL PROTECTED] snip There's actually nothing wrong with selling free software for money, so he's basically fine. It's just slightly misleading to do so without explaining that it is also freely available. /snip The first statement there is not exactly true. Take

Re: [Flightgear-devel] X-15

2006-10-23 Thread Jim Wilson
From: flying.toaster [EMAIL PROTECTED] Two in-game screenshots and a render under blender. Not all textures are there yet http://forums.avsim.net/dcboard.php?az=show_topicforum=198topic_id=2146mesg_id=2146page= Excellent work. Is there some issue with shininess material property in

Re: [Flightgear-devel] Help with properties

2006-10-23 Thread Leidson Campos A. Ferreira
Thanks by your great helpI'll add your suggestion on jpg-httpd module to respect the correct window size.Regards,Leidson CamposPlanetaMessenger.orgOn 10/23/06, Melchior FRANZ [EMAIL PROTECTED] wrote: * Leidson Campos A. Ferreira -- Monday 23 October 2006 16:20: he doesn't know (like me) how to

[Flightgear-devel] 2d panel ...

2006-10-23 Thread syd
Hi Mike, Ive run across the same problem occasionally , with 2d panels in a 3d cockpit. I think the best solution is to add something like this... panel namepanel1/name dimensions , etc... /panel and then a sorting layer like so ... animation nameSort/name