Melchior Franz | 1 Feb 2009 02:07

CVS: data/Aircraft/bo105 bo105.xml,1.34,1.35

Update of /var/cvs/FlightGear-0.9/data/Aircraft/bo105
In directory baron.flightgear.org:/tmp/cvs-serv23721

Modified Files:
	bo105.xml 
Log Message:
slide reduction

Index: bo105.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/bo105/bo105.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -C 2 -r1.34 -r1.35
*** bo105.xml	9 Dec 2008 00:03:32 -0000	1.34
--- bo105.xml	1 Feb 2009 01:07:05 -0000	1.35
***************
*** 195,197 ****
--- 195,201 ----
  </thruster>

+ <thruster x="-2.38" y="0" z="0" vx="0" vy="0" vz="1" thrust="2500">
+   <control-input axis="/gear/antislide" src0="0" src1="1" dst0="0" dst1="1" control="THROTTLE"/>
+ </thruster>
+ 
  </airplane>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
(Continue reading)

Melchior Franz | 1 Feb 2009 02:07

CVS: data/Aircraft/bo105/Models bo105.nas, 1.128, 1.129

Update of /var/cvs/FlightGear-0.9/data/Aircraft/bo105/Models
In directory baron.flightgear.org:/tmp/cvs-serv23721/Models

Modified Files:
	bo105.nas 
Log Message:
slide reduction

Index: bo105.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/bo105/Models/bo105.nas,v
retrieving revision 1.128
retrieving revision 1.129
diff -C 2 -r1.128 -r1.129
*** bo105.nas	17 Dec 2008 08:15:53 -0000	1.128
--- bo105.nas	1 Feb 2009 01:07:06 -0000	1.129
***************
*** 737,741 ****
  	},
  	update: func {
! 		if (me.wowN.getValue() < 0.5)
  			return me.volumeN.setDoubleValue(0);

--- 737,742 ----
  	},
  	update: func {
! 		me.wow = me.wowN.getValue();
! 		if (me.wow < 0.5)
  			return me.volumeN.setDoubleValue(0);

(Continue reading)

Melchior Franz | 1 Feb 2009 02:58

CVS: data/Nasal multiplayer.nas,1.18,1.19

Update of /var/cvs/FlightGear-0.9/data/Nasal
In directory baron.flightgear.org:/tmp/cvs-serv24638

Modified Files:
	multiplayer.nas 
Log Message:
- faster sorting
- update loop fix

Index: multiplayer.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Nasal/multiplayer.nas,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -r1.18 -r1.19
*** multiplayer.nas	31 Jan 2009 21:53:54 -0000	1.18
--- multiplayer.nas	1 Feb 2009 01:58:15 -0000	1.19
***************
*** 321,325 ****
              me.init(-2, -2);
              me.create();
!             me.update();
          }
      },
--- 321,325 ----
              me.init(-2, -2);
              me.create();
!             me.update(me.loopid += 1);
          }
      },
(Continue reading)

Melchior Franz | 1 Feb 2009 12:40

CVS: source/src/Main viewmgr.cxx,1.24,1.25

Update of /var/cvs/FlightGear-0.9/source/src/Main
In directory baron.flightgear.org:/tmp/cvs-serv2357/src/Main

Modified Files:
	viewmgr.cxx 
Log Message:
x/y/z offsets are in m, not deg

Index: viewmgr.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/Main/viewmgr.cxx,v
retrieving revision 1.24
retrieving revision 1.25
diff -C 2 -r1.24 -r1.25
*** viewmgr.cxx	20 Dec 2008 12:49:37 -0000	1.24
--- viewmgr.cxx	1 Feb 2009 11:40:03 -0000	1.25
***************
*** 148,156 ****

      // target offsets for lookat mode only...
!     fgSetDouble("/sim/current-view/target-x-offset-deg",
          n->getDoubleValue("config/target-x-offset-m"));
!     fgSetDouble("/sim/current-view/target-y-offset-deg",
          n->getDoubleValue("config/target-y-offset-m"));
!     fgSetDouble("/sim/current-view/target-z-offset-deg",
          n->getDoubleValue("config/target-z-offset-m"));
    }
--- 148,156 ----

      // target offsets for lookat mode only...
(Continue reading)

Curtis L. Olson | 1 Feb 2009 15:57

CVS: www JSZenMenuItems.js, 1.2, 1.3 announce.html, 1.18, 1.19 index.shtml, 1.15, 1.16 mail.html, 1.26, 1.27 mirrors.html, 1.33, 1.34 templates.js, 1.7, 1.8 version.html, 1.17, 1.18

Update of /var/cvs/FlightGear-0.9/www
In directory baron.flightgear.org:/tmp/cvs-serv6060

Modified Files:
	JSZenMenuItems.js announce.html index.shtml mail.html 
	mirrors.html templates.js version.html 
Log Message:
Updates for the v1.9.1 release.

Index: JSZenMenuItems.js
===================================================================
RCS file: /var/cvs/FlightGear-0.9/www/JSZenMenuItems.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -r1.2 -r1.3
*** JSZenMenuItems.js	31 Dec 2007 16:22:57 -0000	1.2
--- JSZenMenuItems.js	1 Feb 2009 14:57:22 -0000	1.3
***************
*** 12,16 ****
      ['Introduction', '/introduction.html'],
      ['Features', '/features.html'],
!     ['Gallery v1.0', '/Gallery-v1.0/'],
      _split,
      ['Announcements', '/announce.html'],
--- 12,16 ----
      ['Introduction', '/introduction.html'],
      ['Features', '/features.html'],
!     ['Gallery v1.9', '/Gallery-v1.9/'],
      _split,
      ['Announcements', '/announce.html'],
(Continue reading)

Curtis L. Olson | 1 Feb 2009 15:57

CVS: www/Downloads binary.shtml, 1.12, 1.13 index.html, 1.28, 1.29 scenery.html, 1.24, 1.25 source.shtml, 1.16, 1.17

Update of /var/cvs/FlightGear-0.9/www/Downloads
In directory baron.flightgear.org:/tmp/cvs-serv6060/Downloads

Modified Files:
	binary.shtml index.html scenery.html source.shtml 
Log Message:
Updates for the v1.9.1 release.

Index: binary.shtml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/www/Downloads/binary.shtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -r1.12 -r1.13
*** binary.shtml	22 Dec 2008 22:50:07 -0000	1.12
--- binary.shtml	1 Feb 2009 14:57:23 -0000	1.13
***************
*** 95,99 ****
    <LI> If you have a slow/expensive net connection, prefer physical
         media, or want to help the FlightGear project, please consider
!        <A HREF="../cdrom/">FlightGear on CDROM</A>
         <P>

--- 95,99 ----
    <LI> If you have a slow/expensive net connection, prefer physical
         media, or want to help the FlightGear project, please consider
!        <A HREF="../dvd/">FlightGear on DVD</A>
         <P>

***************
(Continue reading)

Frederic Bouvier | 1 Feb 2009 19:05

CVS: source/utils/TerraSync terrasync.cxx, 1.19, 1.20

Update of /var/cvs/FlightGear-0.9/source/utils/TerraSync
In directory baron.flightgear.org:/tmp/cvs-serv8821

Modified Files:
	terrasync.cxx 
Log Message:
Fix terrasync parsing of atlas messages

Index: terrasync.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/utils/TerraSync/terrasync.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -r1.19 -r1.20
*** terrasync.cxx	21 Dec 2008 09:29:33 -0000	1.19
--- terrasync.cxx	1 Feb 2009 18:05:24 -0000	1.20
***************
*** 244,249 ****
      // find GGA string and advance to start of lat
      string::size_type pos = text.find( "$GPGGA" );
      string tmp = text.substr( pos + 7 );
!     pos = text.find( "," );
      tmp = tmp.substr( pos + 1 );
      // cout << "-> " << tmp << endl;
--- 244,255 ----
      // find GGA string and advance to start of lat
      string::size_type pos = text.find( "$GPGGA" );
+     if ( pos == string::npos )
+     {
+ 	*lat = -9999.0;
(Continue reading)

Frederic Bouvier | 1 Feb 2009 20:58

CVS: source/utils/TerraSync terrasync.cxx, 1.20, 1.21

Update of /var/cvs/FlightGear-0.9/source/utils/TerraSync
In directory baron.flightgear.org:/tmp/cvs-serv13889/utils/TerraSync

Modified Files:
	terrasync.cxx 
Log Message:
Improve the terrasync strategy

Index: terrasync.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/utils/TerraSync/terrasync.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -r1.20 -r1.21
*** terrasync.cxx	1 Feb 2009 18:05:24 -0000	1.20
--- terrasync.cxx	1 Feb 2009 19:57:56 -0000	1.21
***************
*** 37,40 ****
--- 37,41 ----
  #include <iostream>
  #include <string>
+ #include <queue>

  #include <plib/netSocket.h>
***************
*** 88,91 ****
--- 89,94 ----
  }

+ std::queue<std::string> waitingTiles;
(Continue reading)

Melchior Franz | 1 Feb 2009 22:59

CVS: data/Nasal view.nas,1.48,1.49

Update of /var/cvs/FlightGear-0.9/data/Nasal
In directory baron.flightgear.org:/tmp/cvs-serv18021

Modified Files:
	view.nas 
Log Message:
model_view: add some orientation parameters

Index: view.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Nasal/view.nas,v
retrieving revision 1.48
retrieving revision 1.49
diff -C 2 -r1.48 -r1.49
*** view.nas	31 Jan 2009 22:01:42 -0000	1.48
--- view.nas	1 Feb 2009 21:59:41 -0000	1.49
***************
*** 383,389 ****
--- 383,393 ----
  			"eye-lon-deg-path": data.path ~ "/position/longitude-deg",
  			"eye-alt-ft-path": data.path ~ "/position/altitude-ft",
+ 			"eye-heading-deg-path": data.path ~ "/orientation/heading-deg",
  			"target-lat-deg-path": data.path ~ "/position/latitude-deg",
  			"target-lon-deg-path": data.path ~ "/position/longitude-deg",
  			"target-alt-ft-path": data.path ~ "/position/altitude-ft",
+ 			"target-heading-deg-path": data.path ~ "/orientation/heading-deg",
+ 			"target-pitch-deg-path": data.path ~ "/orientation/pitch-deg",
+ 			"target-roll-deg-path": data.path ~ "/orientation/roll-deg",
  		});
  	},
(Continue reading)

Vivian Meazza | 2 Feb 2009 00:15

CVS: data/Input/Keyboard multikey.xml, 1.27, 1.28

Update of /var/cvs/FlightGear-0.9/data/Input/Keyboard
In directory baron.flightgear.org:/tmp/cvs-serv21881

Modified Files:
	multikey.xml 
Log Message:
Fix typo

Index: multikey.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Input/Keyboard/multikey.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -r1.27 -r1.28
*** multikey.xml	17 Dec 2008 11:35:56 -0000	1.27
--- multikey.xml	1 Feb 2009 23:15:03 -0000	1.28
***************
*** 1164,1168 ****
  					<command>nasal</command>
  					<script>
! 						setprop("/controls/flight/airelon-trim", 0);
  						setprop("/controls/flight/elevator-trim", 0);
  						setprop("/controls/flight/rudder-trim", 0);
--- 1164,1168 ----
  					<command>nasal</command>
  					<script>
! 						setprop("/controls/flight/aileron-trim", 0);
  						setprop("/controls/flight/elevator-trim", 0);
  						setprop("/controls/flight/rudder-trim", 0);

(Continue reading)


Gmane