=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-03_13:17:06 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx
Syd ADAMS:
"normalize the radar x and y-shift , 0 to 1.0 based on
/instruments/radar/range to make animation simpler"
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-04_05:07:32 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx
loadxml: if argument "targetnode" isn't defined, return the file data in
the argument tree under "data". This is useful in cases where the file
data are only needed temporarily and shouldn't remain in the main tree.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-05_11:01:53 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Hitch.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.cpp
sync with trunk
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-05_11:04:13 (mfranz)
/var/cvs/FlightGear-0.9/source/scripts/tools/fg-check
add check for thumbnail size
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-06_16:18:36 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx
savexml: analog to loadxml, if no <sourcenode> is given, save file
contents from the argument tree's <data> node. That way one doesn't have
to plug a temporary branch into the main tree.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-07_11:19:28 (andy)
/var/cvs/FlightGear-0.9/source/src/Scripting/NasalSys.cxx
Allow the second (property node) argument to fgcommand() to be nil or
missing, for sanity. Note that this will pass the resulting NULL
pointer through into the underlying SGCommand handlers, some of which
may be unprepared for it. So basically this is now yet another way
you can use Nasal to exercise bugs and hose your sim; no biggie.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-07_11:30:24 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.cxx
Vivian MEAZZA:
- collision detection for AI objects
- subsubmodels
mf: various modifications; more general cleanup to do
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-07_11:30:25 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.hxx
/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/AIManager.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIManager.hxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.hxx
Vivian MEAZZA:
- collision detection for AI objects
- subsubmodels
mf: various modifications; more general cleanup to do
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-07_11:58:25 (andy)
/var/cvs/FlightGear-0.9/source/src/GUI/gui_funcs.cxx
/var/cvs/FlightGear-0.9/source/src/Scripting/NasalSys.cxx
Remove the GUI popup from the screen capture C++ code (a request via
IRC wanted this to be scritable) and add it back (as a tip popup) via
a little nasal in the keyboard handler. Also put the synthesis of
property nodes back into fgcommand(), because I got cold feet.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-07_17:48:39 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBallistic.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.hxx
another secret commit to sneak in stuff:
- cleanup
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-08_02:14:56 (frohlich)
/var/cvs/FlightGear-0.9/source/src/Main/fg_os_osgviewer.cxx
Modified Files:
fg_os_osgviewer.cxx: Enable mouse cursor change code on
sufficiently recent osg versions.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-09_05:15:52 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx
use getNode instead of hasValue (it's just a dir node and doesn't need a value)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-09_06:49:16 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.hxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.hxx
file AITanker.hxx was added on branch PRE_OSG_PLIB_20061029 on 2007-06-09
11:52:14 +0000
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-09_06:52:12 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIAircraft.hxx
Code clean-up of AIModels (mainly AIAircraft) by Thomas Foerster.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-09_06:52:13 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlan.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlan.hxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIManager.cxx
Code clean-up of AIModels (mainly AIAircraft) by Thomas Foerster.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-06-09_06:52:14 (durk)
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AITanker.hxx
/var/cvs/FlightGear-0.9/source/src/AIModel/Makefile.am
Code clean-up of AIModels (mainly AIAircraft) by Thomas Foerster.
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel