=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-10_12:27:31 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx

make sure <nasal><load>/<unload> are called per instance
fg/plib caches AI models on a higher level than fg/osg, which is why SG's
model loader isn't called for each instance. and therefore a <nasal><load>
part was only called once per shared model, and the <unload> part wasn't
called at all. This is now solved with a factory that stores all necessary
data and delivers an FGNasalModelData class instance, which is then attached
to the personality node. This also guarantees a separate Nasal namespace
per instance. Note that this not-so-pretty construction isn't necessary for
fg/osg.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-10_13:17:56 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/globals.cxx

Tatsuhiro NISHIOKA: initialize classes (fixes segfault on exit on MacOS)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-10_13:25: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

Maik: add ROTORBALANCE axis.  Fix spelling of ROTORRELTARGET.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-10_13:25:43 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.hpp

Maik: add ROTORBALANCE axis.  Fix spelling of ROTORRELTARGET.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-11_15:32:50 (durk)
/var/cvs/FlightGear-0.9/source/Makefile.am
/var/cvs/FlightGear-0.9/source/configure.ac

Release related changes:
 - New version number
 - New aircraft selection for base package
 - Make sure flightgear checks for the right version of the
   base package.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-11_15:32:51 (durk)
/var/cvs/FlightGear-0.9/source/src/Main/main.cxx

Release related changes:
 - New version number
 - New aircraft selection for base package
 - Make sure flightgear checks for the right version of the
   base package.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-12_11:42:25 (timoore)
/var/cvs/FlightGear-0.9/source/src/AIModel/submodel.cxx

submodel fixes from Vivian Meazza


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-13_14:10:08 (durk)
/var/cvs/FlightGear-0.9/source/src/Network/atlas.cxx

Brian Schack: Ensure that nav1 and nav2 frequencies are transmitted to
  atlas


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-14_16:51:57 (timoore)
/var/cvs/FlightGear-0.9/source/src/Scenery/SceneryPager.cxx
/var/cvs/FlightGear-0.9/source/src/Scenery/SceneryPager.hxx

Use the OSG DatabasePager instead of FGTileLoader

Make an OSG file reader for .stg files.

New class flightgear::SceneryPager, which is a subclass
osg::DatabasePager to handle explicit delete requests.

Modify FGNewCache, FGTileEntry, and FGTileManager to use
SceneryPager. Mostly this involved removing the queues that talked to
FGTileLoader.

Calculate accurate tile timestamps from the time they are traversed in
the cull stage (which means that they are visible) instead of updating
them periodically.

Replace tile entry transform and range node with one LOD node


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-12-15_11:23:28 (durk)
/var/cvs/FlightGear-0.9/source/Makefile.am

 Finalize 1.0 aircraft selection.


2f585eeea02e2c79d7b1d8c4963bae2d

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to