Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Arnt Karlsen
On Fri, 10 Jun 2005 23:16:06 +0200, Gerard wrote in message <[EMAIL PROTECTED]>: > Le vendredi 10 juin 2005 à 22:59 +0200, Arnt Karlsen a écrit : > > On Fri, 10 Jun 2005 20:38:55 +0200, Gerard wrote in message > > <[EMAIL PROTECTED]>: > > > > > Le vendredi 10 juin 2005 à 13:21 -0500, Dave Culp

Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Gerard Robin
Le vendredi 10 juin 2005 à 22:59 +0200, Arnt Karlsen a écrit : > On Fri, 10 Jun 2005 20:38:55 +0200, Gerard wrote in message > <[EMAIL PROTECTED]>: > > > Le vendredi 10 juin 2005 à 13:21 -0500, Dave Culp a écrit : > > > > > //FDMctr++; > > > > > > > > Tested with my own "carrier landing patche

Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Arnt Karlsen
On Fri, 10 Jun 2005 20:38:55 +0200, Gerard wrote in message <[EMAIL PROTECTED]>: > Le vendredi 10 juin 2005 à 13:21 -0500, Dave Culp a écrit : > > > > //FDMctr++; > > > > > > Tested with my own "carrier landing patched" release : > > > IT IS OK ==> no clone now, JSB specific Functions workin

Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Gerard Robin
Le vendredi 10 juin 2005 à 13:21 -0500, Dave Culp a écrit : > > > //FDMctr++; > > > > Tested with my own "carrier landing patched" release : > > IT IS OK ==> no clone now, JSB specific Functions working after reset. > > Thanks Gerard, > > I've commited the fix to the JSBSim CVS branches. No

Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Dave Culp
> > //FDMctr++; > > Tested with my own "carrier landing patched" release : > IT IS OK ==> no clone now, JSB specific Functions working after reset. Thanks Gerard, I've commited the fix to the JSBSim CVS branches. Note that this will not allow multiple instances of JSBSim, which nobody is u

Re: [Flightgear-devel] property cloning solution

2005-06-10 Thread Gerard Robin
Le vendredi 10 juin 2005 à 12:20 -0500, Dave Culp a écrit : > Could some of you help me out and test this solution to the JSBSim property > cloning-after-reset problem? In the file > source/src/FDM/JSBSim/FGFDMExec.cpp, line 137, just comment out the FDM > counter, like this: > > //FDMctr++;

[Flightgear-devel] property cloning solution

2005-06-10 Thread Dave Culp
Could some of you help me out and test this solution to the JSBSim property cloning-after-reset problem? In the file source/src/FDM/JSBSim/FGFDMExec.cpp, line 137, just comment out the FDM counter, like this: //FDMctr++; It works well here, but I'd like to make sure it works for those who