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 From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
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 From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
Impostor
ImpostorSprite Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
InsertImpostorsVisitor Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
LightPoint
LightPointNode From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
LightPointSystem
LineOfSight From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
MultiSwitch From Eduardo Poyart, OSG patch: made it read ancillary IndexedStrings into MultiSwitch 2010-11-26 17:35:06 +00:00
ObjectRecordData Replaced use of unsigned int/enum mask combinations with int/enum mask combinations to avoid the need for casting enums to unsigned ints, 2010-03-05 12:55:08 +00:00
OverlayNode Fixed warnings 2009-01-07 10:32:59 +00:00
ScalarBar From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
ScalarsToColors
Sector
ShapeAttribute Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
SphereSegment From Wang Rui, serializers for osgSim and osgVolume 2010-05-18 11:00:06 +00:00
Version
VisibilityGroup