[Flightgear-devel] [PATCH] simgear+flightgear warning cleanup

2005-12-12 Thread Vassilii Khachaturov
Attached are 2 patches for cleaning up some build warnings, in both simgear and flightgear. Caught with gcc-4.0. Please apply... Vassilii Index: src/FDM/LaRCsim/ls_model.c === RCS file:

[Flightgear-devel] how to reverse the left and the right of the output graphics?

2005-12-12 Thread HY
Hello Everyone! I'm a freshman here and I want to carry out the function which my caption talk about. So, who could gvie me some advice? Thanks a lot!-- Good Luck! Yours HY. ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org

Re: [Flightgear-devel] RenderTexture bug

2005-12-12 Thread Mathias Fröhlich
On Donnerstag 08 Dezember 2005 02:08, Ampere K. Hardraade wrote: https://bugs.freedesktop.org/show_bug.cgi?id=5142 So, the problem seems to be that pbuffer is not supported? Can you test the attached patch? Greetings Mathias -- Mathias Fröhlich, email: [EMAIL PROTECTED] Index:

Re: [Flightgear-devel] RenderTexture bug

2005-12-12 Thread Ampere K. Hardraade
On December 12, 2005 01:19 pm, Mathias Fröhlich wrote: On Donnerstag 08 Dezember 2005 02:08, Ampere K. Hardraade wrote: https://bugs.freedesktop.org/show_bug.cgi?id=5142 So, the problem seems to be that pbuffer is not supported? Can you test the attached patch? Greetings

Re: [Flightgear-devel] RenderTexture bug

2005-12-12 Thread Ampere K. Hardraade
On December 12, 2005 07:09 pm, Ampere K. Hardraade wrote: On December 12, 2005 01:19 pm, Mathias Fröhlich wrote: On Donnerstag 08 Dezember 2005 02:08, Ampere K. Hardraade wrote: https://bugs.freedesktop.org/show_bug.cgi?id=5142 So, the problem seems to be that pbuffer is not supported?

Re: [Flightgear-devel] RenderTexture bug

2005-12-12 Thread Mathias Fröhlich
On Dienstag 13 Dezember 2005 03:31, Ampere K. Hardraade wrote: After some investigation, I found that the new if...else statement never got run because RenderTexture was able to successfully try the glx version 1.3 functions. Well I swapped the minor and major aguments ... That one, appart from