Re: [Flightgear-devel] YASim issues

2011-04-22 Thread Heiko Schulz
Hello,

So I tested the bo105 now with the HudsonBuild 262 win32-installer (before 
YASim-patch) vs. the latest HudsonBuild  272 win32-installer. (after 
YASim-patch)

I used the Bo105, KMTN, rwy15
METAR:  012345Z 15000kt 12SM 20/08 Q1013 NOSIG
I set Vy= 65, TOW 4531 lbs, Torque at 80% (end of green arch), Heading 150:

Before patch: average climbrate 900-1000 fpm

After patch: average climbrate 900-1000 fpm



Now with TOW 5512 lbs (=MTOW):

Before patch: average climbrate 200-300 fpm

After patch: average climbrate 200-300 fpm

With the patch there is no change to see, and I wonder where my mistake was.

So thanks for the patch, currently it seems according to the bugtracker that 
only the ASK13 needs a change


Heiko


--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] ..patch to fix fgfs/*/src/FDM/flightProperties.hxx compile with gcc-4.6: was:..scripted builds fails to build OSG and FG

2011-04-22 Thread Arnt Karlsen
Hi,

..ok, so lets try post a patch instead: ...
arnt@celsius:~/FG-git$ diff -u \
fgfs/source/src/FDM/flightProperties.hxx \
fgfs/flightgear/src/FDM/flightProperties.hxx 
--- fgfs/source/src/FDM/flightProperties.hxx
2011-04-22 23:07:55.0 +0200 
+++ fgfs/flightgear/src/FDM/flightProperties.hxx
2011-04-10 11:22:19.0 +0200 
@@ -45,7 +45,7 @@ class FlightProperties {
 public:
-  FlightProperties(SGPropertyNode* aRoot = NULL);
+  FlightProperties(SGPropertyNode* aRoot = 0);
   ~FlightProperties();
 
   double get_V_north() const;

..attached, pls review and commit.
arnt@celsius:~/FG-git$ ll diffs/flightProperties.hxx.patch
-rw-r--r-- 1 arnt arnt 376 Apr 22 23:54 diffs/flightProperties.hxx.patch
arnt@celsius:~/FG-git$ md5sum diffs/flightProperties.hxx.patch
491949c2531c38747af61dd420b6de8a  diffs/flightProperties.hxx.patch
arnt@celsius:~/FG-git$ 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
--- fgfs/source/src/FDM/flightProperties.hxx	2011-04-22 23:07:55.0 +0200
+++ fgfs/flightgear/src/FDM/flightProperties.hxx	2011-04-10 11:22:19.0 +0200
@@ -45,7 +45,7 @@
 class FlightProperties
 {
 public:
-  FlightProperties(SGPropertyNode* aRoot = NULL);
+  FlightProperties(SGPropertyNode* aRoot = 0);
   ~FlightProperties();
 
   double get_V_north() const;
--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel