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] 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

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

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 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-26 Thread 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/paths/screenshot-dir=/tmp I moved it into a property dir /si

[Flightgear-devel] Screenshot improves

2008-04-08 Thread Nicolas
Hi, After precipitation patchs, I post a new patch about screenshot management. With this patch, you can choose the directory destination for the screenshots. It's a little patch about : - data : to add error message in the screenshot dialog - simgear : to modify API of the "create_di