On Mon, 2011-07-25 at 17:14 +0200, Martin Spott wrote:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth last night.
Congratulations Martin!
Erik
---
Le 25/07/2011 19:44, flightgear-devel-requ...@lists.sourceforge.net a
écrit :
> --
>
> Message: 1
> Date: Tue, 19 Jul 2011 10:48:05 -0400
> From: Ryan M
> Subject: [Flightgear-devel] Making helijah's pilot models generic
> To: fli
Am 25.07.2011 23:19, schrieb Durk Talsma:
>
> On 25 Jul 2011, at 22:54, Torsten Dreyer wrote:
>
>>>
>>> Sounds like a good idea. In any case, I have just commited a fix that
>>> should solve the runway initialization problem.
>> OK - that fixed the initialization issue.
>> looking at the code, the
Hi Martin,
congrats! You probably noticed, the world spins different now.
Regards,
Maik
Am 25.07.2011 17:14 schrieb Martin Spott:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was gi
On 25 Jul 2011, at 22:54, Torsten Dreyer wrote:
>>
>> Sounds like a good idea. In any case, I have just commited a fix that should
>> solve the runway initialization problem.
> OK - that fixed the initialization issue.
> looking at the code, there is still one rwy initialization on line 517
>
I remember this video showing a nice camera feature.
http://www.youtube.com/watch?v=skCsUxFEVuk&feature=mfu_in_order&list=UL
Something like this would indeed be nice.
Oliver
> -Ursprüngliche Nachricht-
> Von: Jon S. Berndt [mailto:jonsber...@comcast.net]
> Gesendet: Freitag, 22. Juli
>
> Sounds like a good idea. In any case, I have just commited a fix that should
> solve the runway initialization problem.
OK - that fixed the initialization issue.
looking at the code, there is still one rwy initialization on line 517
in createClimb() like those you just moved.
And I now get a
On 25 Jul 2011, at 21:32, Torsten Dreyer wrote:
> It's probably a good idea to initialize properties in the constructor to
> NULL and check their values before usage in the createXXX methods
> (assert() is your friend).
> Might cause some long debugging nights later, once you forgot how your
>
Congrats Martin!
The real fun will start now :)
Regards,
Itchi
On Mon, 25 Jul 2011 17:14:26 +0200, Martin Spott
wrote:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth
> Okay, I'll have a look. I *thought* that I had fixed all initialization
> issues this morning, but maybe I introduced a related problem. I expect to
> find a solution later this evening. Thanks for reporting!
It's probably a good idea to initialize properties in the constructor to
NULL and ch
Am 25.07.2011 20:35, schrieb Torsten Dreyer:
>> Okay, I wish I could do that myself, but I'm a little rusty on the windows
>> build environment. If anybody could enlighten me which build files should be
>> changed, I'd be happy to do so (last year I touched the windows build files,
>> in respons
Congratulations Martin!
2011/7/25 Martin Spott
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth last night.
>
> Cheers,
>Martin.
> --
> Unix _IS_ user friendly
On 25 Jul 2011, at 17:14, Martin Spott wrote:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth last night.
>
Hey congratulations Martin!!! I hope that you still have tim
On 25 Jul 2011, at 20:59, Torsten Dreyer wrote:
>
>> Looks like I missed pushing part of my local changes onto gitorious. It
>> should be working now (apart from updating hte MSVC build files).
> Hi Durk,
>
> starting at KSFO without a parkpos define, I get a segfault in
> AIFlightPlanCreate
> Looks like I missed pushing part of my local changes onto gitorious. It
> should be working now (apart from updating hte MSVC build files).
Hi Durk,
starting at KSFO without a parkpos define, I get a segfault in
AIFlightPlanCreate::createTakeOff()
because firstFlight is set to false and the
> Okay, I wish I could do that myself, but I'm a little rusty on the windows
> build environment. If anybody could enlighten me which build files should be
> changed, I'd be happy to do so (last year I touched the windows build files,
> in response to James' Hudson server, but the results were s
Le 25/07/2011 18:06, Vivian Meazza a écrit :
> Martin,
>
> > -Original Message- From: Martin Spott
> > [mailto:martin.sp...@mgras.net] Sent: 25 July 2011 16:14 To:
> > FlightGear developers discussions Subject: [Flightgear-devel]
> > Martin is responding slowly
> >
> > Hi, if anyone i
Martin,
> -Original Message-
> From: Martin Spott [mailto:martin.sp...@mgras.net]
> Sent: 25 July 2011 16:14
> To: FlightGear developers discussions
> Subject: [Flightgear-devel] Martin is responding slowly
>
> Hi, if anyone is wondering why I'm responding even slower as usual,
> thi
Congrats!
God bless the little one!
Cheers!
On Monday 25,July,2011 11:14 PM, Martin Spott wrote:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth last night.
>
> Cheers
Wow, congratulations!!! Hope everyone is healthy and doing well!
On Mon, Jul 25, 2011 at 10:14 AM, Martin Spott wrote:
> Hi, if anyone is wondering why I'm responding even slower as usual,
> this might be caused by the simple fact that I'm being distracted by
> our daughter who was given birth l
Hi, if anyone is wondering why I'm responding even slower as usual,
this might be caused by the simple fact that I'm being distracted by
our daughter who was given birth last night.
Cheers,
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
-
On 25 Jul 2011, at 11:46, Alan Teeder wrote:
>
> Also in ATCDialogOld.cxx, #include "ATCDialog.hxx" should probably be
> modified to #include "ATCDialogOld.hxx", and anywhere else that this include
> is needed.
Looks like I missed pushing part of my local changes onto gitorious. It should
be
On 25 Jul 2011, at 11:46, Alan Teeder wrote:
> Durk
>
> Still some problems. You seem to have just copied ATCDialog to ATCDialogOld,
> leaving the original ATCDialog in place.
I ran a "git mv" command, but it looks like that didn't remove the old file
(counter my expectations). I'll try to re
Durk
Still some problems. You seem to have just copied ATCDialog to ATCDialogOld,
leaving the original ATCDialog in place.
Also in ATCDialogOld.cxx, #include "ATCDialog.hxx" should probably be
modified to #include "ATCDialogOld.hxx", and anywhere else that this include
is needed.
Until the MS
24 matches
Mail list logo