Syd Adams | 1 May 2008 05:06

CVS: data/Aircraft/777-200/Nasal Electrical.nas, 1.3, 1.4 systems.nas, 1.2, 1.3

Update of /var/cvs/FlightGear-0.9/data/Aircraft/777-200/Nasal
In directory baron:/tmp/cvs-serv29113/Nasal

Modified Files:
	Electrical.nas systems.nas 
Log Message:
Attempt to fix an RAtape error ...
Some electrical updates

Index: Electrical.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/777-200/Nasal/Electrical.nas,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -r1.3 -r1.4
*** Electrical.nas	20 Apr 2008 20:18:57 -0000	1.3
--- Electrical.nas	1 May 2008 03:06:47 -0000	1.4
***************
*** 5,8 ****
--- 5,13 ----
  var ammeter_ave = 0.0;
  var outPut = "systems/electrical/outputs/";
+ var Breakers = "systems/electrical/breakers/";
+ var switch_list=[];
+ var output_list=[];
+ var breaker_list=[];
+ var load_list=[];

  var Volts = props.globals.getNode("/systems/electrical/bus-volts",1);
***************
(Continue reading)

Syd Adams | 1 May 2008 05:06

CVS: data/Aircraft/777-200 instrumentation.xml, 1.1, 1.2

Update of /var/cvs/FlightGear-0.9/data/Aircraft/777-200
In directory baron:/tmp/cvs-serv29113

Modified Files:
	instrumentation.xml 
Log Message:
Attempt to fix an RAtape error ...
Some electrical updates

Index: instrumentation.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/777-200/instrumentation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -r1.1 -r1.2
*** instrumentation.xml	11 Apr 2008 01:02:46 -0000	1.1
--- instrumentation.xml	1 May 2008 03:06:46 -0000	1.2
***************
*** 59,62 ****
--- 59,67 ----
      </nav-radio>

+     <nav-radio>
+         <name>nav</name>
+         <number>1</number>
+     </nav-radio>
+ 
      <slip-skid-ball>
          <name>slip-skid-ball</name>

(Continue reading)

Melchior Franz | 1 May 2008 23:14

CVS: FlightGear/src/Main fg_init.cxx, 1.196, 1.197 options.cxx, 1.107, 1.108

Update of /var/cvs/FlightGear-0.9/FlightGear/src/Main
In directory baron:/tmp/cvs-serv10670/src/Main

Modified Files:
	fg_init.cxx options.cxx 
Log Message:
add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}

Index: fg_init.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Main/fg_init.cxx,v
retrieving revision 1.196
retrieving revision 1.197
diff -C 2 -r1.196 -r1.197
*** fg_init.cxx	28 Feb 2008 21:39:25 -0000	1.196
--- fg_init.cxx	1 May 2008 21:14:02 -0000	1.197
***************
*** 791,801 ****
                          &lat2, &lon2, &az2 );

!     if ( fabs( fgGetDouble("/sim/presets/offset-distance") ) > SG_EPSILON ) {
          double olat, olon;
!         double odist = fgGetDouble("/sim/presets/offset-distance");
          odist *= SG_NM_TO_METER;
          double oaz = azimuth;
!         if ( fabs(fgGetDouble("/sim/presets/offset-azimuth")) > SG_EPSILON ) {
!             oaz = fgGetDouble("/sim/presets/offset-azimuth") + 180;
              heading = tgt_hdg;
          }
--- 791,801 ----
(Continue reading)

Melchior Franz | 1 May 2008 23:15

CVS: data/gui/dialogs airports.xml, 1.9, 1.10 location-in-air.xml, 1.7, 1.8 location-on-ground.xml, 1.8, 1.9

Update of /var/cvs/FlightGear-0.9/data/gui/dialogs
In directory baron:/tmp/cvs-serv10727

Modified Files:
	airports.xml location-in-air.xml location-on-ground.xml 
Log Message:
add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}

Index: airports.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/gui/dialogs/airports.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -r1.9 -r1.10
*** airports.xml	26 Mar 2007 15:25:27 -0000	1.9
--- airports.xml	1 May 2008 21:15:40 -0000	1.10
***************
*** 31,36 ****
            setprop("/sim/presets/altitude-ft", -9999);
            setprop("/sim/presets/airspeed-kt", 0);
!           setprop("/sim/presets/offset-distance", 0);
!           setprop("/sim/presets/offset-azimuth", 0);
            setprop("/sim/presets/glideslope-deg", 0);
            setprop("/sim/presets/heading-deg", 0);
--- 31,36 ----
            setprop("/sim/presets/altitude-ft", -9999);
            setprop("/sim/presets/airspeed-kt", 0);
!           setprop("/sim/presets/offset-distance-nm", 0);
!           setprop("/sim/presets/offset-azimuth-deg", 0);
            setprop("/sim/presets/glideslope-deg", 0);
(Continue reading)

Melchior Franz | 1 May 2008 23:29

CVS: data/Aircraft/c172p c172-tutorial.xml, 1.5, 1.6

Update of /var/cvs/FlightGear-0.9/data/Aircraft/c172p
In directory baron:/tmp/cvs-serv11098/c172p

Modified Files:
	c172-tutorial.xml 
Log Message:
add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}

Index: c172-tutorial.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c172p/c172-tutorial.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -r1.5 -r1.6
*** c172-tutorial.xml	26 Mar 2007 16:40:17 -0000	1.5
--- c172-tutorial.xml	1 May 2008 21:29:39 -0000	1.6
***************
*** 19,24 ****
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth>0</offset-azimuth>
!       <offset-distance>0</offset-distance>
      </presets>

--- 19,24 ----
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth-deg>0</offset-azimuth-deg>
!       <offset-distance-nm>0</offset-distance-nm>
      </presets>
(Continue reading)

Melchior Franz | 1 May 2008 23:29

CVS: data/Aircraft/A6M2 a6m2-tutorial.xml, 1.1, 1.2

Update of /var/cvs/FlightGear-0.9/data/Aircraft/A6M2
In directory baron:/tmp/cvs-serv11098/A6M2

Modified Files:
	a6m2-tutorial.xml 
Log Message:
add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}

Index: a6m2-tutorial.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/A6M2/a6m2-tutorial.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -r1.1 -r1.2
*** a6m2-tutorial.xml	17 Jan 2008 02:04:41 -0000	1.1
--- a6m2-tutorial.xml	1 May 2008 21:29:39 -0000	1.2
***************
*** 18,23 ****
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth>0</offset-azimuth>
!       <offset-distance>0</offset-distance>
      </presets>
      <init>
--- 18,23 ----
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth-deg>0</offset-azimuth-deg>
!       <offset-distance-nm>0</offset-distance-nm>
      </presets>
(Continue reading)

Melchior Franz | 1 May 2008 23:29

CVS: data/Aircraft/j7w j7w-tutorial.xml, 1.2, 1.3

Update of /var/cvs/FlightGear-0.9/data/Aircraft/j7w
In directory baron:/tmp/cvs-serv11098/j7w

Modified Files:
	j7w-tutorial.xml 
Log Message:
add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth}

Index: j7w-tutorial.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/j7w/j7w-tutorial.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -r1.2 -r1.3
*** j7w-tutorial.xml	20 Mar 2007 16:26:54 -0000	1.2
--- j7w-tutorial.xml	1 May 2008 21:29:40 -0000	1.3
***************
*** 18,23 ****
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth>0</offset-azimuth>
!       <offset-distance>0</offset-distance>
      </presets>

--- 18,23 ----
        <airspeed-kt>0</airspeed-kt>
        <glideslope-deg>0</glideslope-deg>
!       <offset-azimuth-deg>0</offset-azimuth-deg>
!       <offset-distance-nm>0</offset-distance-nm>
      </presets>
(Continue reading)

Melchior Franz | 2 May 2008 23:31

CVS: FlightGear/src/Main fg_init.cxx, 1.197, 1.198

Update of /var/cvs/FlightGear-0.9/FlightGear/src/Main
In directory baron:/tmp/cvs-serv11349/src/Main

Modified Files:
	fg_init.cxx 
Log Message:
read runway start offset from /sim/airport/runways/start-offset-m
(Defaults to 5.0, which was hard-coded before. /sim/airport/runways/
does already exist and contains the runway search parameters.)

Index: fg_init.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Main/fg_init.cxx,v
retrieving revision 1.197
retrieving revision 1.198
diff -C 2 -r1.197 -r1.198
*** fg_init.cxx	1 May 2008 21:14:02 -0000	1.197
--- fg_init.cxx	2 May 2008 21:31:30 -0000	1.198
***************
*** 786,793 ****
              << " length = " << r._length * SG_FEET_TO_METER 
              << " heading = " << azimuth );
! 	    
!     geo_direct_wgs_84 ( 0, r._lat, r._lon, azimuth, 
!                         r._length * SG_FEET_TO_METER * 0.5 - 5.0,
!                         &lat2, &lon2, &az2 );

      if ( fabs( fgGetDouble("/sim/presets/offset-distance-nm") ) > SG_EPSILON ) {
--- 786,793 ----
              << " length = " << r._length * SG_FEET_TO_METER 
(Continue reading)

Jon Stockill | 2 May 2008 23:37

CVS: data/Aircraft/Grob-G115/Models/Instruments/KI525A KI525A.ac, 1.1, 1.2 KI525A.xml, 1.1, 1.2

Update of /var/cvs/FlightGear-0.9/data/Aircraft/Grob-G115/Models/Instruments/KI525A
In directory baron:/tmp/cvs-serv11560

Modified Files:
	KI525A.ac KI525A.xml 
Log Message:
Animate KI525A

Index: KI525A.ac
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/Grob-G115/Models/Instruments/KI525A/KI525A.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -r1.1 -r1.2
*** KI525A.ac	13 Nov 2007 15:31:05 -0000	1.1
--- KI525A.ac	2 May 2008 21:37:38 -0000	1.2
***************
*** 1,4 ****
--- 1,5 ----
  AC3Db
  MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
+ MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
  MATERIAL "InstrumentBezel" rgb 0.042666 0.042666 0.042666 amb 0.5 0.5 0.5 emis 0 0 0 spec 0.123149
0.123149 0.123149 shi 32 trans 0
  MATERIAL "BlackPlastic" rgb 0.153331 0.153331 0.153331 amb 0.5 0.5 0.5 emis 0 0 0 spec 0.186866 0.186866
0.186866 shi 32 trans 0
***************
*** 8,12 ****
  MATERIAL "WhitePaint" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0 0 0 spec 0 0 0 shi 32 trans 0
  OBJECT world
(Continue reading)

Melchior Franz | 2 May 2008 23:47

CVS: data preferences.xml,1.273,1.274

Update of /var/cvs/FlightGear-0.9/data
In directory baron:/tmp/cvs-serv11867

Modified Files:
	preferences.xml 
Log Message:
add paths and runway parameter defaults, so that people are aware of the
possibilities

Index: preferences.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/preferences.xml,v
retrieving revision 1.273
retrieving revision 1.274
diff -C 2 -r1.273 -r1.274
*** preferences.xml	23 Apr 2008 20:44:57 -0000	1.273
--- preferences.xml	2 May 2008 21:47:53 -0000	1.274
***************
*** 22,25 ****
--- 22,29 ----
    <max-simtime-per-frame>1.0</max-simtime-per-frame>

+   <paths>
+    <screenshot-dir/> <!-- defaults to current working dir -->
+   </paths>
+ 
    <intl include="Translations/locale.xml"/>
    <aircraft>c172p</aircraft>
***************
*** 467,470 ****
(Continue reading)


Gmane