]> git.mxchange.org Git - simgear.git/commit
Mathias Fröhlich:
authorehofman <ehofman>
Tue, 24 Jan 2006 14:44:35 +0000 (14:44 +0000)
committerehofman <ehofman>
Tue, 24 Jan 2006 14:44:35 +0000 (14:44 +0000)
commitc2c0e19305ea3bcf8da63a42a05a70d106c394ae
tree27cbcc2e094e69a9c2afb43f87ba1b78c97089eb
parente8c4b0d57cbe18a3df2ef7a4c500dfae9772aa2b
Mathias Fröhlich:

Incorporating the shared ptr code:
- All scenegraph references from SimGear
- SGMaterial which already had a reference counter uses now that common
  infrastructure.
- SGMatModel is now counted.
- SGSoundSample from SimGear
- And the corresponding change for the sound samples in flightgear which fixes
  a latent crash if FGBeacon would evern be deleted.
15 files changed:
simgear/environment/visual_enviro.cxx
simgear/scene/material/mat.cxx
simgear/scene/material/mat.hxx
simgear/scene/material/matlib.cxx
simgear/scene/material/matlib.hxx
simgear/scene/material/matmodel.cxx
simgear/scene/material/matmodel.hxx
simgear/scene/model/placement.hxx
simgear/scene/sky/cloud.cxx
simgear/scene/sky/newcloud.cxx
simgear/sound/sample_openal.hxx
simgear/sound/soundmgr_openal.cxx
simgear/sound/soundmgr_openal.hxx
simgear/sound/xmlsound.cxx
simgear/sound/xmlsound.hxx