Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Anders Gidenstam
On Mon, 10 Jun 2013, Erik Hofman wrote: On 06/10/2013 10:12 AM, Anders Gidenstam wrote: On Sun, 9 Jun 2013, Jon S. Berndt wrote: Can I request that the current version of JSBSim that is in our cvs as of this moment be synched to FlightGear as early as convenient for the synch-er? What's the

[Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread James Turner
Hi all, Hyde has submitted a work-around for issue 772, which you can see here: https://gitorious.org/fg/flightgear/merge_requests/1572 He'd like this merged before the freeze (actually it's a fix so it can be merged afterwards, but still), I'd like to hear any opinions on if this is a

[Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread James Turner
Hi, I've pushed some code to Git, which will ultimately replace our use of libSvn, and hence simplify build and deployment, especially on Mac and Windows. This has an immediate benefit for end-users too: TerraSync will use pretty much half the disk space it currently does, since unlike a real

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Vivian Meazza
James Sent: 11 June 2013 13:09 To: FlightGear developers discussions Subject: [Flightgear-devel] Bug 772 (Yasim on ground) Hi all, Hyde has submitted a work-around for issue 772, which you can see here: https://gitorious.org/fg/flightgear/merge_requests/1572 He'd like this

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread Anders Gidenstam
On Tue, 11 Jun 2013, James Turner wrote: (BTW, the option to use rsync or external, command-line svnclient still exists, and will be retained - though I am curious if anyone still uses those options!) I always use the separate terrasync binary since with it I only have to suffer the

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Arnt Karlsen
On Tue, 11 Jun 2013 14:09:27 +0200, James wrote in message 068d459e-8a17-4403-89b1-92606456d...@mac.com: Hi all, Hyde has submitted a work-around for issue 772, which you can see here: https://gitorious.org/fg/flightgear/merge_requests/1572 ..does this test for _both_ speed and

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Gary Neely
With respect, I'd prefer to hold off on this fix until we have more test data and additional input by experienced Flightgear users. Which planes exhibit this tendency under what exact conditions? What version of Flightgear is being used? Under what OS? Did this effect begin to occur after a

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Alex Romosan
Anders Gidenstam anders-...@gidenstam.org writes: 2. The JSBSim class FGPropertyManager was previously derived from SGPropertyNode, but isn't now. This affects the creation of the main JSBSim object (FGFDMExec) since it requires a FGPropertyManager instance to access the property tree.

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Anders Gidenstam
On Tue, 11 Jun 2013, Alex Romosan wrote: wouldn't it better to have something like this: FGPropertyManager pm = FGPropertyManager((FGPropertyNode*)globals-get_props() ); fdmex = new FGFDMExec(pm); that way we don't leak an FGPropertyManager object on each reset. seems to work for

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread Alan Teeder
James As requested (windows 7, MSVC10 (32bit build): (Sorry) Alan 3 terrasync.cxx 3C:/FlightGear/simgear\simgear/io/SVNRepository.hxx(58): error C2059: syntax error : 'constant' 3C:/FlightGear/simgear\simgear/io/SVNRepository.hxx(65): error C2143: syntax error : missing ';' before '}'

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Vivian Meazza
Gary I agree with all of this. I have just tested the 777-200 in a moderate crosswind. First time I ever used it. There is a tendency to fly up into wind once the main wheels are on the deck, but nothing which can't be handled with a bootfull of rudder. Perhaps a little more rudder

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Hyde Yamakawa
Hi, I'm a guy who submit that fix. I tested today without my fix, I noticed it's been fixed!! There still be the pulling power but it's controllable by steering now. I'm sorry to bother all of you but I didn't know it was fixed. I gladly withdraw my request. I will report what change fixed the

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Anders Gidenstam
Ok, I have pushed the current JSBSim/CVS version to FlightGear git. Please check for and report breakages. In case of aircraft breakages compare aircraft behaviour before and after the JSBSim update, if possible, to determine if the breakage is new or not. Cheers, Anders --

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Gijs de Rooy
Hi Anders, Ok, I have pushed the current JSBSim/CVS version to FlightGear git. a very quick test flight with the 747-400 showed no different behaviour than yesterday. I'll do some more thorough testing later this week, but so far all looks fine. Thanks for taking care of the update! Gijs

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Alan Teeder
Ditto here with my WIP Thanks Alan From: Gijs de Rooy Sent: Tuesday, June 11, 2013 10:08 PM To: FlightGear Development list Subject: Re: [Flightgear-devel] JSBSim Synch with FlightGear Hi Anders, Ok, I have pushed the current JSBSim/CVS version to FlightGear git. a very quick test flight

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread James Turner
On 11 Jun 2013, at 18:52, Anders Gidenstam anders-...@gidenstam.org wrote: I always use the separate terrasync binary since with it I only have to suffer the initial startup synchronization once per day - and not for each FG session. Will the separate terrasync binary use the new SVN

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread James Turner
On 11 Jun 2013, at 22:01, Hyde Yamakawa h...@hyde-tech.com wrote: Hi, I'm a guy who submit that fix. I tested today without my fix, I noticed it's been fixed!! There still be the pulling power but it's controllable by steering now. I'm sorry to bother all of you but I didn't know it was

[Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread Roland Haeder
Hello all, please take a look at this: http://pastebin.com/sFMjmxXA The most important lines here are: -- /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx: In member function ‘virtual bool FGJpegHttpd::process()’:

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread Vivian Meazza
James, Done Vivian From: James Turner [mailto:zakal...@mac.com] Sent: 11 June 2013 22:43 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Bug 772 (Yasim on ground) On 11 Jun 2013, at 22:01, Hyde Yamakawa h...@hyde-tech.com wrote: Hi, I'm a guy who

Re: [Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread James Turner
On 11 Jun 2013, at 23:53, Roland Haeder rol...@mxchange.org wrote: please take a look at this: http://pastebin.com/sFMjmxXA The most important lines here are: -- /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx: In member function ‘virtual bool

Re: [Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread Roland Haeder
On 06/12/2013 12:17 AM, James Turner wrote: This is my fault, I will fix it. And, I should probably update one of the Jenkins slaves to have JPEG-factory enabled, since this has happened before. James That is maybe good to get noticed about it. And this is why I try to enable all features

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Jon S. Berndt
Ok, I have pushed the current JSBSim/CVS version to FlightGear git. Please check for and report breakages. In case of aircraft breakages compare aircraft behaviour before and after the JSBSim update, if possible, to determine if the breakage is new or not. Cheers, Anders That's great,

Re: [Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread James Turner
On 12 Jun 2013, at 01:12, Roland Haeder rol...@mxchange.org wrote: That is maybe good to get noticed about it. And this is why I try to enable all features to check if they are okay or broken. :) Glad to help you out again. Well we already have the 'all-FDMs' build on Jenkins for that