OpenSceneGraph/include/osgSim
Robert Osfield d3d0859b4c From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should
disable pragmas that turn off specific warnings for MSVC.
Unfortunately it's presence is only checked in osg/Export header,
making other Export headers disable warnings no matter what, which is
kind of incoherent.

My fix adds #include <osg/Config> to every Export header. I've also
unified checking whether to disable warnings to current osg/Export
way:
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS).

Attachment contains all changed Export files in their original locations."
2011-03-09 14:15:04 +00:00
..
BlinkSequence From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
ColorRange From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
DOFTransform Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
ElevationSlice
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
GeographicLocation
HeightAboveTerrain
Impostor
ImpostorSprite Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
InsertImpostorsVisitor
LightPoint
LightPointNode From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
LightPointSystem
LineOfSight
MultiSwitch From Eduardo Poyart, OSG patch: made it read ancillary IndexedStrings into MultiSwitch 2010-11-26 17:35:06 +00:00
ObjectRecordData
OverlayNode
ScalarBar From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
ScalarsToColors
Sector
ShapeAttribute
SphereSegment From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
Version
VisibilityGroup