Re: [Flightgear-devel] Key Bindings

2013-03-03 Thread Vic Marriott
James said, 'What I'd like to see is the entire 'Ctrl' (Command on Mac) space reserved for GUI functions, like a normal application - Ctrl-Q for quit, Ctrl-M for map dialog, Ctrl-A for autopilot dialog, Ctrl-R for replay dialog (or radios dialog :) - then have a complete discussion about which

Re: [Flightgear-devel] Low visibility issues

2013-03-03 Thread Gary Carvell
On Sun, Mar 3, 2013 at 2:07 AM, Renk Thorsten wrote: >> *Please* don't drop the z/Z key binding. This is one of the most >> useful and direct controls we have to affect the visual experience. > (...) >> It's fecking difficult to operate a mouse/menu/slider while using a >> joystick >> unless you a

Re: [Flightgear-devel] RE : Re: How to get my bug fix into the git?

2013-03-03 Thread Thomas Geymayer
Am 2013-03-03 12:27, schrieb Frederic Bouvier: > Hi, > > I am pretty sure msvc already has > #define strdup _strdup > In one of its standard header. At least something to check But then why does it crash with using strdup and with _strdup not? Tom -- Thomas Geymayer www.tomprogs.at / C-Forum

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Vivian Meazza
Thomas wrote > Am 2013-03-03 12:56, schrieb Vivian Meazza: > > James Turner > > > >> On 3 Mar 2013, at 10:29, Vivian Meazza > wrote: > >> > >>> Well gitorious is good for something! The patches still exist! I've > >>> put them here if anyone wants to do something with them: > >>> > >>> https://w

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Thomas Geymayer
Am 2013-03-03 13:38, schrieb Arnt Karlsen: > ..do you have an e.g. gitorius url for these? > Dropbox requires signing up for an account and that I|we run > a binary blob as a deamon "to watch my dropbox folder" that > I|we "may not try to reverse-engineer", AFAIU their TOS at > https://www.drop

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Arnt Karlsen
On Sun, 3 Mar 2013 10:29:35 -, Vivian wrote in message <000301ce17fa$0169d920$043d8b60$@lineone.net>: > Well gitorious is good for something! The patches still exist! I've > put them here if anyone wants to do something with them: > > https://www.dropbox.com/home/Public/Patches/MoveModels .

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Stefan Seifert
On Sunday 03 March 2013 11:56:44 Vivian Meazza wrote: > James Turner > > > On 3 Mar 2013, at 10:29, Vivian Meazza wrote: > > > Well gitorious is good for something! The patches still exist! I've > > > put them here if anyone wants to do something with them: > > > > > > https://www.dropbox.com/h

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Thomas Geymayer
Am 2013-03-03 12:56, schrieb Vivian Meazza: > James Turner > >> On 3 Mar 2013, at 10:29, Vivian Meazza wrote: >> >>> Well gitorious is good for something! The patches still exist! I've >>> put them here if anyone wants to do something with them: >>> >>> https://www.dropbox.com/home/Public/Patche

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Vivian Meazza
James Turner > On 3 Mar 2013, at 10:29, Vivian Meazza wrote: > > > Well gitorious is good for something! The patches still exist! I've > > put them here if anyone wants to do something with them: > > > > https://www.dropbox.com/home/Public/Patches/MoveModels > > Dropbox won't let me in, can yo

[Flightgear-devel] RE : Re: How to get my bug fix into the git?

2013-03-03 Thread Frederic Bouvier
Hi, I am pretty sure msvc already has #define strdup _strdup In one of its standard header. At least something to check Regards -Fred Thomas Geymayer a écrit : Am 2013-03-03 05:20, schrieb Zhitao Li: > I believe your commit has fixed the specific problem, however, there is more > similar stri

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread James Turner
On 3 Mar 2013, at 10:29, Vivian Meazza wrote: > Well gitorious is good for something! The patches still exist! I've put them > here if anyone wants to do something with them: > > https://www.dropbox.com/home/Public/Patches/MoveModels Dropbox won't let me in, can you email me the patches? Jame

[Flightgear-devel] Keyboard bindings

2013-03-03 Thread James Turner
On 3 Mar 2013, at 07:07, Renk Thorsten wrote: > Personally, I think reserving key binding for things which you can really do > in a real cockpit is not a bad concept. And I would really like to understand > why some people think it's necessary to change the visibility so often that a > menu o

Re: [Flightgear-devel] Advanced Weather updates

2013-03-03 Thread Vivian Meazza
I wrote > -Original Message- > From: Vivian Meazza [mailto:vivian.mea...@lineone.net] > Sent: 02 March 2013 17:32 > To: 'FlightGear developers discussions' > Subject: Re: [Flightgear-devel] Advanced Weather updates > > James Turner wrote: > > > On 1 Mar 2013, at 07:53, Renk Thorsten wro

Re: [Flightgear-devel] How to get my bug fix into the git?

2013-03-03 Thread Thomas Geymayer
Am 2013-03-03 05:20, schrieb Zhitao Li: > I believe your commit has fixed the specific problem, however, there is more > similar string related heap corruptions popping up in the debug mode, I > think I can try to fix them in a similar way you did to fix this one, if > it's OK Yes, there strdup is