=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-10_01:07:36 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx

Changed formatting to K&R/4 by "popular demand".


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-10_03:50:03 (fredb)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.hxx

Consistency fix


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-10_11:00:41 (curt)
/var/cvs/FlightGear-0.9/source/src/FDM/flight.cxx
/var/cvs/FlightGear-0.9/source/src/FDM/flight.hxx

Syd Adams:

Export ground speed (kts) to property tree under /velocities


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-10_13:24:51 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.cxx

Vivian MEAZZA:
- let sumodels without subsubmodels die on impact
- remove "sub-id" tying

mf: move variable declarations to better places, variable renaming


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-11_14:02:03 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/viewmgr.cxx
/var/cvs/FlightGear-0.9/source/src/Main/viewmgr.hxx

- make next_view()/pref_view() trigger listeners, otherwise the "view_cycle"
  fgcommand doesn't activate Dynamic View, Fly-By View, etc.
- consistent indentation (broke that with my last commit :-)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-11_15:47:21 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.cxx

Vivian MEAZZA:

simulate rotational moment of inertia by using a filter


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-12_11:13:19 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx

Make loadxml use an absolute path, like savexml (for consistency reasons, and
because this allows to load from FG_HOME. To reduce security risks, always
append an ".xml" extension if there was none. Makes it hard to read /etc/secret
and to overwrite ~/.bashrc.  :-)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-13_16:10:42 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/ControlMap.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/ControlMap.hpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/FGFDM.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.hpp

Maik: Adding support for tilting of the rotor. Can be used for small
autogyros or even for the Osprey.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-14_00:40:22 (durk)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx

Alex Bory: TACAN has to search the new AI submode 'tanker'.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-14_07:20:32 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIManager.cxx

Small patch to ensure tanker contact properties are working again.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-14_07:20:33 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.hxx

Small patch to ensure tanker contact properties are working again.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-14_07:43:52 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx

Just don't call Transform() twice.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-14_08:32:24 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx

Disregard my previous commit. We need transform after all.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-15_14:02:47 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx

Enable radar calculations again.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_02:22:49 (mfranz)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.hpp

Maik JUSTUS: "small update to the tilt-rotor feature"


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_04:39:56 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_os_osgviewer.cxx

Tim MOORE:

FGManipulator.*:
"This patch works around a bug in OSG's handling of modifier keys. The
symptom of the bug is that modifier keys don't appear to be released."

fg_os_osgviewer.cxx:
"This patch fixes the test for support of cursor changes in OSG 2.0."


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_11:15:49 (fredb)
/var/cvs/FlightGear-0.9/source/src/Main/fg_os_osgviewer.cxx

OSG file renamed


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_11:25:44 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx

Don't catch a (potentially) meaningful exception only to replace it with
a meaningless one. bootstrap.cxx/main() will catch it, anyway.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_13:22:22 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Scripting/NasalSys.cxx

Maik JUSTUS: add functions carttogeod() and geodtocart() to convert between
x/y/z and lat/lon/alt                                      (OK'ed by Andy)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-16_16:35:19 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx

set /sim/fg-current to current working directory; getcwd() is defined in
unistd.h (which was already included), and should be available in direct.h
under name _getcwd on MS Windows.


2f585eeea02e2c79d7b1d8c4963bae2d

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to