Re: [Flightgear-devel] broken textranslate animations

2011-05-28 Thread ThorstenB
On Sat, May 28, 2011 at 2:09 AM, Roland Häder wrote: maybe ThorstenB's commit ca668f8a373190093738a69a5b700d6fcc086c7c does cause this? He wrote there: Fix bug #285 textranslate and scroll animation with negative numbers Yes, the commit indeed breaks textranslate for many aircraft - especially

Re: [Flightgear-devel] broken textranslate animations

2011-05-28 Thread Torsten Dreyer
On Sat, May 28, 2011 at 2:09 AM, Roland Häder wrote: maybe ThorstenB's commit ca668f8a373190093738a69a5b700d6fcc086c7c does cause this? He wrote there: Fix bug #285 textranslate and scroll animation with negative numbers Yes, the commit indeed breaks textranslate for many aircraft -

Re: [Flightgear-devel] broken textranslate animations

2011-05-28 Thread Roland Häder
On Sat, 2011-05-28 at 10:24 +0200, Torsten Dreyer wrote: On Sat, May 28, 2011 at 2:09 AM, Roland Häder wrote: Yes, the commit indeed breaks textranslate for many aircraft - especially many attitude indicators are affected/broken. I'll reopen bug #285 - we need a different fix. (But that

Re: [Flightgear-devel] broken textranslate animations

2011-05-28 Thread Torsten Dreyer
Thanks, will test it once I have safely landed in Palma De Mallorca (LEPA). Hope you maintain VMC without a working attitude indicator! Okay, okay. Two T(h)orsten in one mailing list ... Three, actually ;-) Torsten (who was the first)

Re: [Flightgear-devel] broken textranslate animations

2011-05-28 Thread Roland Häder
On Sat, 2011-05-28 at 11:50 +0200, Torsten Dreyer wrote: Hope you maintain VMC without a working attitude indicator! I presed 'h', is that cheating? ;-) Roland signature.asc Description: This is a digitally signed message part

[Flightgear-devel] Possible fix for fgadmin/fgpanel

2011-05-28 Thread Roland Häder
Hi, for fgpanel I need extra library including, see attached patch fgpanel.diff. For fgpanel, the program 'fluid' is required to complete compilation. I don't know how to add a check to configure.ac (in utils/fgadmin/) to do this. Maybe you can take a look at this? And I made a patch for

Re: [Flightgear-devel] Possible fix for fgadmin/fgpanel

2011-05-28 Thread Roland Häder
Okay, one more thing and it compiled and ran here: in fgadmin.h, replace: #include string with: #include cstring :) signature.asc Description: This is a digitally signed message part -- vRanger cuts backup time in

[Flightgear-devel] Moving the Frame-Rate and Left Out Properties.

2011-05-28 Thread Ron Jensen
I just built FG and Simgear from gitorious/next today and I can no longer move the Frame-Rate number or the Left-Out properties. Dialogs still seem to move and resize O.K. Thanks, Ron -- vRanger cuts backup time in

[Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Bertrand Coconnier
Hi, A number of issues have been reported in the bug tracker #184 about the capacity of JSBSim to take some command line arguments into account. After investigating the subject, I found that several bugs were involved in this issue: 1. The atmospheric properties of FG are not yet initialized

[Flightgear-devel] screen shots with OSG multi-threading

2011-05-28 Thread ThorstenB
Hi, another heads up: I've pushed a patch fixing screen shot issues in OSG multi-threading modes (see multithreading-mode in preferences.xml). Please test this on your machines, with your favourite OSG threading mode. As usual, report any issues - here or there:

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread ThorstenB
Am Samstag, den 28.05.2011, 23:20 +0200 schrieb Bertrand Coconnier: A number of issues have been reported in the bug tracker #184 about the capacity of JSBSim to take some command line arguments into account. After investigating the subject, I found that several bugs were involved in this

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Roland Häder
Hi, with that latest changes I get this compiler error: http://pastebin.com/HuTaZ85Z Regards, Roland On Sun, 2011-05-29 at 00:14 +0200, ThorstenB wrote: Am Samstag, den 28.05.2011, 23:20 +0200 schrieb Bertrand Coconnier: A number of issues have been reported in the bug tracker #184 about

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Alex Romosan
Roland Häder r.hae...@gmx.de writes: with that latest changes I get this compiler error: http://pastebin.com/HuTaZ85Z this patch fixed for me: --- a/src/MultiPlayer/multiplaymgr.hxx +++ b/src/MultiPlayer/multiplaymgr.hxx @@ -34,6 +34,7 @@ #include string #include vector +#include memory