[Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2006-09-02 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-28_13:53:36 (ehofman)
/var/cvs/SimGear-0.3/source/simgear/scene/model/persparam.hxx

MispPro requires an explicit declaration.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-28_14:38:23 (fredb)
/var/cvs/SimGear-0.3/source/simgear/scene/model/persparam.hxx

Use getNodeValue as initially planned


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-31_13:26:45 (fredb)
/var/cvs/SimGear-0.3/source/simgear/timing/timestamp.cxx

Make the SGTimeStamp behave under Windows just like for other environments


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-09-02_06:21:22 (fredb)
/var/cvs/SimGear-0.3/source/simgear/timing/testtimestamp.cxx

Add a simple program to benchmark SGTimeStamp::stamp()


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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear source

2006-09-02 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-28_12:24:34 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Glue.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Glue.hpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/YASim.cxx

Curt noticed a while back that YASim was producing alpha and sideslip
values that were angles between the aircraft's orientation and the
global velocity vector, not the airflow velocity.  So the HUD velocity
vector was wrong when the wind was non-zero.  Fix that.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-31_00:07:50 (frohlich)
/var/cvs/FlightGear-0.9/source/src/Main/main.cxx
/var/cvs/FlightGear-0.9/source/src/Main/renderer.cxx

Attemp to fix the 'bogous tile problem'


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-09-02_03:10:13 (fredb)
/var/cvs/FlightGear-0.9/source/src/Airports/groundnetwork.cxx

Fix missing return statement and unused local variable


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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear data

2006-09-02 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_03:17:54 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/ufo/ufo-set.xml

add aar/radar capabilities (useful for aar testing)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_05:40:31 (fredb)
/var/cvs/FlightGear-0.9/data/AI/aircraft_demo.xml
/var/cvs/FlightGear-0.9/data/AI/bigstorm_demo.xml
/var/cvs/FlightGear-0.9/data/AI/lead_aircraft.xml
/var/cvs/FlightGear-0.9/data/AI/nimitz_demo.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo_1.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo_2.xml
/var/cvs/FlightGear-0.9/data/AI/ship_demo.xml
/var/cvs/FlightGear-0.9/data/AI/thermal_demo.xml
/var/cvs/FlightGear-0.9/data/AI/thunderstorm_demo.xml

Move the notes comment to a description xml element to show that description
in a tooltip in fgrun. Reformating was needed here because tooltips are limited
in width.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_07:25:43 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/Generic/aar.nas

- merge YASim fuel management parts in (should still work with JSBSim as
  far as this supports air refueling at all)
- make listeners keep variables up-to-date (for better performance)
- remove the ugly initialization stuff in the main loop, but wait in
  an extra loop for the FDM to come up

This script works now with the a4f, too. The vulcan2 is *supposed* to
work, but there's apparently a bug in it that prevents it.
/systems/refuel/contact is correcly set, and that should be enough for it.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_08:38:29 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/Generic/aar.nas

minor cleanup  optmization

aar.nas disables $FG_ROOT/Nasal/fuel.nas' main loop, as it should be able
to fully replace it. Ideally, there would be no aar.nas at all, and fuel.nas
would do the job for YASim  JSBSim. Unfortunately, there's a problem with
fuel.nas that's not easy to fix ...


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_11:18:04 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/vulcanb2/thumbnail.jpg

thumbnails need to be sized 171x128


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_11:22:06 (andy)
/var/cvs/FlightGear-0.9/data/Nasal/gui.nas

Melchior discovered an interpreter bug that is fixed (or seems to be
-- I need to verify) in current Nasal CVS.  Commit a workaround for
now.  Basically: don't return a tail call from a foreach.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_11:45:54 (andy)
/var/cvs/FlightGear-0.9/data/Nasal/gui.nas

Oops, wrong sense of create predicte.  Melchior was peeved.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_13:54:12 (fredb)
/var/cvs/FlightGear-0.9/data/AI/aircraft_demo.xml
/var/cvs/FlightGear-0.9/data/AI/bigstorm_demo.xml
/var/cvs/FlightGear-0.9/data/AI/lead_aircraft.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo_1.xml
/var/cvs/FlightGear-0.9/data/AI/refueling_demo_2.xml
/var/cvs/FlightGear-0.9/data/AI/ship_demo.xml
/var/cvs/FlightGear-0.9/data/AI/thermal_demo.xml
/var/cvs/FlightGear-0.9/data/AI/thunderstorm_demo.xml

There is a bug in fltk when displaying tooltip with @ in them


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-27_14:27:21 (mfranz)
/var/cvs/FlightGear-0.9/data/Nasal/gui.nas

fix property_browser()


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-28_11:35:17 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/Lightning/lightning-set.xml

AJ Macleod
Add keyboard key for brake chute deployment


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-28_14:16:48 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/F80C/F80C.xml

Dave Culp:

Update to the F80C JSBSim flight dynamics model configuration.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-31_16:08:57 (fredb)
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/A320-111-set.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/A320-111.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/A320-131-set.xml

New A320 model from Ampere Hardraade


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-31_16:08:58 (fredb)
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/A320-131.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/A320-main.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/cfm56_5a1.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/direct.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/v2500_a1.xml
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/Models/a320.nacelle.cfm.3ds
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/Models/a320.nacelle.iae.3ds
/var/cvs/FlightGear-0.9/data/Aircraft/A320-family/Engines/Models/a320.pylon.cfm.left.3ds