Hi Curt, Are you working on AI related code? I have noticed as missing link between the <on-ground>, <flaps-down> & <gear-down> parameters in the flight plan and the /AI property tree branch...Vivian has confirmed that these appear broken in CVS....not only my 098a. The only properties that appear to be working in the /AI branch are; lat, long, bearing,altitude, and /ai/models/aircraft/velocities/true-airspeed-kt ...... TAS is really the only useful one for animations of the AI Model Getting <on-Ground> and the resulting terrain following working would be great!! the others I can live with by using interpolation tables related to TAS Regards :-D ene Curtis L. Olson wrote: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-19_05:00:25 (mfranz) /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxxVivian MEAZZA: "Bugfix - a fix to fix the hack which hacked the TACAN Channel/freq pairing." =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-21_04:36:15 (mfranz) /var/cvs/FlightGear-0.9/source/src/Include/Makefile.am /var/cvs/FlightGear-0.9/source/src/Include/auto_ptr.hxx /var/cvs/FlightGear-0.9/source/src/Include/fg_stl_config.h - auto_ptr.hxx: not used anywhere; functionally replaced by simgear/structure/SGSharedPtr.hxx - fg_stl_config.h: only used by obsolete auto_ptr.hxx =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-21_14:53:47 (mfranz) /var/cvs/FlightGear-0.9/source/src/GUI/new_gui.cxx umm ... fix a tiny leak :-) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-21_16:17:21 (mfranz) /var/cvs/FlightGear-0.9/source/src/GUI/new_gui.cxx oh, and by the way: this destructor didn't do anything useful :-) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-21_16:23:20 (curt) /var/cvs/FlightGear-0.9/source/src/Instrumentation/navradio.cxx Existing ground track estimation code depended on current_value - last_value each frame. However, often these values didn't change leading to bogus data getting introduced into the computational pipeline. This patch switches to a much more sane method for ground track computation. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-22_03:35:50 (mfranz) /var/cvs/FlightGear-0.9/source/src/GUI/new_gui.hxx ok, so the old ~FGFontCache() was useless. But at least it didn't call the buggy ~fnt(), causing an abort() ... ;-) (Only loaded texture fonts (*.txf) have a new'ed puFont. The built-in pixmap fonts don't, and may, thus, not be deleted.) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-23_19:00:27 (curt) /var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.hxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIMultiplayer.cxx /var/cvs/FlightGear-0.9/source/src/AIModel/AIStorm.cxx - Make two variable name modification to clarify units: altitude -> altitude_ft and tgt_altitude -> tgt_altitude_ft. Also fix a comment in AIBase.hxx indicating that the altitude is in meters, even though the usage throughout the code was most definitely feet. - In AIMultiplayer.cxx, update the altitude_ft variable so that the altitude is reported correctly in the entity's property subtree. - In AIMultiplayer.cxx, compute a velocity value in kts to fill in the speed entry in the entity's property subtree. Note, this is not an earth centered reference speed, not an indicated speed and not a speed relative to the local airmass (that would be much harder to do.) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-23_19:52:20 (curt) /var/cvs/FlightGear-0.9/source/src/Autopilot/xmlauto.cxx /var/cvs/FlightGear-0.9/source/src/Autopilot/xmlauto.hxx Create a "passive" mode for the autopilot. This is analogous to running the autopilot with the servos off. In otherwords, the computer goes through the motions of computing the desired behavior (pitch or roll) but doesn't actually drive the outputs. This is potentially useful when implimenting a flight director. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-23_22:42:30 (curt) /var/cvs/FlightGear-0.9/source/src/Instrumentation/Makefile.am /var/cvs/FlightGear-0.9/source/src/Instrumentation/heading_indicator_fg.cxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/heading_indicator_fg.hxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/instrument_mgr.cxx /var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx Vivian Meazza: I attach 2 new files and a diff file for the associated changes to add a “fluxgate compass†to the instrument inventory. Whist this outputs essentially the same data as /orientation/heading-magnetic-deg, it has to be powered, and can be made to fail. I also followed Roy’s suggestion to generate the error properties for this instrument here rather than in xmlauto.xml. When this instrument is included in cvs, I intend to use it in the Hunter, A4F Seahawk and KC135. After a bit more research, it might be appropriate for the Spitfire and Hurricane as well. AJ would also like to use it for his Lightning model. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-23_22:42:31 (curt) /var/cvs/FlightGear-0.9/source/src/Main/main.cxx Vivian Meazza: I attach 2 new files and a diff file for the associated changes to add a “fluxgate compass†to the instrument inventory. Whist this outputs essentially the same data as /orientation/heading-magnetic-deg, it has to be powered, and can be made to fail. I also followed Roy’s suggestion to generate the error properties for this instrument here rather than in xmlauto.xml. When this instrument is included in cvs, I intend to use it in the Hunter, A4F Seahawk and KC135. After a bit more research, it might be appropriate for the Spitfire and Hurricane as well. AJ would also like to use it for his Lightning model. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-24_02:43:09 (mfranz) /var/cvs/FlightGear-0.9/source/src/Instrumentation/marker_beacon.cxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/marker_beacon.hxx Josh BABCOCK: "Here is a patch that allows marker beacon volume to be set via /instrumentation/marker-beacon/volume." =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-06-24_02:48:05 (mfranz) /var/cvs/FlightGear-0.9/source/src/Instrumentation/marker_beacon.cxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/marker_beacon.hxx cosmetics: - fix indentation - remove trailing spaces 2f585eeea02e2c79d7b1d8c4963bae2d |
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel