Re: [Flightgear-devel] Instant replay and JSBSim aircraft

2011-03-24 Thread Erik Hofman
On Thu, 2011-03-24 at 00:08 +0100, ThorstenB wrote: It fixes all the issues I have seen and replay works fine now - so I pushed it to git. But are the JSBSim.* files officially maintained in the JSBSim repo (so the patch also needs to be proposed over there) - or are these files owned by FG

Re: [Flightgear-devel] Instant replay and JSBSim aircraft

2011-03-23 Thread Bertrand Coconnier
Hi, I could reproduce the bug on my computer as well. There seems to be some confusion about what the SetLongitude()/SetLatitude()/SetAltitude()/etc. do in src/FDM/JSBSim/JSBSim.cxx. On one hand, they are obviously intended to update the initial conditions (IC) of JSBSim. And, when the IC are

Re: [Flightgear-devel] Instant replay and JSBSim aircraft

2011-03-23 Thread ThorstenB
On 23.03.2011 23:22, Bertrand Coconnier wrote: Attached is a patch that fixes this bug (#294 in the bug tracker). As far as I could test, it restores the functionality of the instant replay while keeping the restart feature (CTRL+SHIFT+ESC) functional. Furthermore I have implemented the 2

Re: [Flightgear-devel] Instant replay and JSBSim aircraft

2011-03-21 Thread ThorstenB
Hi, not sure if anyone else had a chance to test the instant replay with JSBSim aircraft - but it indeed seems like a general issue to me. It's triggered by JSBSim doing a trim operation once playback has finished - which produces an output like this (with the F16 in this case): Trim Results:

[Flightgear-devel] Instant replay and JSBSim aircraft

2011-03-20 Thread ThorstenB
Hi all, I'm seeing an issue with the instant replay feature which seems to affect JSBSim aircraft. The actual replay works, but once replay is finished, the sim locks up or goes wild when trying to resume normal flight. Looks to me as if the FDM was somehow messed up by the replay. The FDM's