Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Nicolas
Ok, I agree with your comments. Thanks for the commit. Le dimanche 27 avril 2008 à 00:44 +0200, Melchior FRANZ a écrit : > * Nicolas -- Tuesday 08 April 2008: > > After precipitation patchs, I post a new patch about screenshot > > management. With this patch, you can choose the directory destinat

Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Thomas Förster
Am Sonntag 27 April 2008 schrieb Melchior FRANZ: > * Nicolas -- Tuesday 08 April 2008: > > After precipitation patchs, I post a new patch about screenshot > > management. With this patch, you can choose the directory destination > > for the screenshots. > > Committed, thanks. Example: --prop:sim/p

Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Thomas Förster
Nevermind. I overlooked the simgear patch. Next time, please put a note into the commit messages that a simgear update is required. Thomas - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear source

2008-04-27 Thread Curtis L. Olson
2f585eeea02e2c79d7b1d8c4963bae2d - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.n

Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Melchior FRANZ
* Thomas Förster -- Sunday 27 April 2008: > I overlooked the simgear patch. Next time, please put a note into > the commit messages that a simgear update is required. No. It's basic knowledge that fg and sg are developed in parallel. It has been that way since *years*, and I don't think we'll intr

Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Melchior FRANZ
* Thomas Förster -- Sunday 27 April 2008: > According to sg_path.hxx 'create_dir' returns nothing (void), thus giving a > conversion to bool error. Please fix. I suggest that you update your sg instead. $ cvs log -r1.12 sg_path.hxx [...] revision 1.12 date: 2008-04-26 17:25:31 +0200; au

[Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Frederic Bouvier
This is windows only stuff for the moment : http://frbouvi.free.fr/flightsim/fgrun-fgfs-failure.jpg The file generated is a small dump file ( about 30kb ) that contains thread stacks at the time of a catastrophic exception. Used with the MSVC debugger and the proper set of sources, it points on

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Melchior FRANZ
* Frederic Bouvier -- Sunday 27 April 2008: > Of course, if someone knows how to do it in Linux, I will be more than > happy to integrate it. In case you mean a stack-trace, there's a backtrace() function in GNU/libc. See "man backtrace" (includes example), or this file in the dftd repository:

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Frederic Bouvier
Melchior FRANZ a écrit : > * Frederic Bouvier -- Sunday 27 April 2008: > >> Of course, if someone knows how to do it in Linux, I will be more than >> happy to integrate it. >> > > In case you mean a stack-trace, there's a backtrace() function > in GNU/libc. See "man backtrace" (includes ex

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Melchior FRANZ
* Frederic Bouvier -- Sunday 27 April 2008: > It looks like your link is about "the failed process prints its > stack trace at the time of failure" right ? Yes. No idea if it can also be used for cases like yours. I have not the least experience with it. m. -

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread John Denker
On 04/27/2008 04:11 AM, Frederic Bouvier wrote: > I mean "a process ( fgrun ) acting as a debugger and detecting failure > of a monitored process ( fgfs ) and then generating a meaningful error > report" If you want a process that acts as a debugger, why not use a debugger? > Of course, if som

Re: [Flightgear-devel] Screenshot improves

2008-04-27 Thread Curtis Olson
Let me add that for releases, there is a specific simgear version check when the flightgear configure script is run to avoid these sorts of problems (that's less helpful for MSVC developers who don't run the configure script I guess) but as Melchior said, for cvs versions, simgear and flightgear ar

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Frederic Bouvier
John Denker a écrit : > On 04/27/2008 04:11 AM, Frederic Bouvier wrote: > > >> I mean "a process ( fgrun ) acting as a debugger and detecting failure >> of a monitored process ( fgfs ) and then generating a meaningful error >> report" >> > > If you want a process that acts as a debugger,

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear data

2008-04-27 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2008-04-20_00:04:13 (sydadams) /var/cvs/FlightGear-0.9/data/Aircraft/Aerostar-700/Models/Instruments/vsi-3d.xml /var/cvs/FlightGear-0.9/data/Aircraft/Aerostar-700/Models/Instruments/vsi-6.ac /var/cvs/FlightGear-0.9/data/Aircraft/Aerostar

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread John Denker
On 04/27/2008 06:27 AM, Frederic Bouvier wrote: > Well, the important part of my sentense is "generating a meaningful > error report". Meaningful to whom? -- If you mean to the end-user, then I'm totally confused. Please clarify what you want, and why. -- If you mean to developers, then

Re: [Flightgear-devel] fgrun can now reports fgfs failures

2008-04-27 Thread Frederic Bouvier
John, You are talking to a Windows programmer, so maybe things might be evident for you and less for me. The reverse could be also true. John Denker a écrit : > On 04/27/2008 06:27 AM, Frederic Bouvier wrote: > > >> Well, the important part of my sentense is "generating a meaningful >> error

[Flightgear-devel] GUI error

2008-04-27 Thread Syd
Hi guys , Tried to recompile this morning and get errors with GUI makefile.am ... here is the offending section : libGUI_a_SOURCES = \ new_gui.cxx new_gui.hxx \ dialog.cxx dialog.hxx \ menubar.cxx menubar.hxx \ gui.cxx gui.h gui_funcs.cxx \ gui_local.cxx gui_local.hxx

Re: [Flightgear-devel] GUI error

2008-04-27 Thread Melchior FRANZ
* Syd -- Sunday 27 April 2008: > #sgVec3Slider.cxx sgVec3Slider.hxx \ [...] > my question is , is the sgVec3Slider line supposed to be removed or > uncommented ? Was meant to be commented out. Now it's removed along with the files. Sorry for the inconvenience. (Didn't notice because I use a

Re: [Flightgear-devel] GUI error

2008-04-27 Thread Syd
Melchior FRANZ wrote: > * Syd -- Sunday 27 April 2008: > >> #sgVec3Slider.cxx sgVec3Slider.hxx \ >> > [...] > >> my question is , is the sgVec3Slider line supposed to be removed or >> uncommented ? >> > > Was meant to be commented out. Now it's removed along with the > files.

Re: [Flightgear-devel] Spiele Bild promotes FlightGear

2008-04-27 Thread Stefan Seifert
On Saturday 26 April 2008 21:08:15 Georg Vollnhals wrote: > > Sorry for that - my new O/S OpenSUSE 10.3 has some difficulties with my > hardware-clock - at least using Wine changes the time and day and I have > to correct that manually. And a time-jump would be nicer backwards > regarding my age :-

Re: [Flightgear-devel] Spiele Bild promotes FlightGear

2008-04-27 Thread Georg Vollnhals
Stefan Seifert schrieb: > On Saturday 26 April 2008 21:08:15 Georg Vollnhals wrote: > >> Sorry for that - my new O/S OpenSUSE 10.3 has some difficulties with my >> hardware-clock - at least using Wine changes the time and day and I have >> to correct that manually. And a time-jump would be nicer

Re: [Flightgear-devel] Stefan "clock=hpet" - was: Spiele Bild promotes FlightGear

2008-04-27 Thread Georg Vollnhals
Stefan Seifert schrieb: > On Saturday 26 April 2008 21:08:15 Georg Vollnhals wrote: > >> Sorry for that - my new O/S OpenSUSE 10.3 has some difficulties with my >> hardware-clock - at least using Wine changes the time and day and I have >> to correct that manually. And a time-jump would be nicer

Re: [Flightgear-devel] Stefan "clock=hpet" - was: Spiele Bild promotes FlightGear

2008-04-27 Thread Stefan Seifert
On Sunday 27 April 2008 23:53:01 Georg Vollnhals wrote: > default 0 > timeout 8 > clock=hpet This is wrong. The kernel parameters are following the file name in the "kernel" line. This is the section I boot on my server: ###Don't change this comment - YaST2 identifier: Original name: linux### tit

[Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2008-04-27 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2008-04-23_13:13:50 (timoore) /var/cvs/SimGear-0.3/source/projects/VC7.1/SimGear.vcproj Rewrite livery texture replacement to copy StateSet objects Also, add a NodeAndDrawableVisitor that descends into osg::Drawable. That motivation f

[Flightgear-devel] A Japanese Magazine will introduce FlightGear for Mac OS.

2008-04-27 Thread Tatsuhiro Nishioka
Hi there, A Japanese magazine editor sent me an email to ask for permission for introducing FlightGear Mac OS X in their magazine "Mac 100%" with DVD including the full package of 1.0.0. As long as I know, this will be the first magazine that introduces FlightGear on Mac platform in Japan. I don't