OpenSceneGraph/src/osgSim
Robert Osfield 41ba8ce585 From Christian Ehrlicher, "during profiling my program I found out that there's a lot of memory
(de)allocation going on in OverlayNode::cut().

So instead creating inner-loop variables 'distances' and 'newVertices'
every time, I moved the creation out of the loop and just do a clear() +
reserve() inside the loop. This allows std::vector<> to reuse the old
memory instead allocating new when the new size <= oldsize."
2009-11-27 16:47:38 +00:00
..
BlinkSequence.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
CMakeLists.txt From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
ColorRange.cpp From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
DOFTransform.cpp From Mathias Froehlich, "This is a generic optimization that does not depend on any cpu or instruction 2008-09-17 16:14:28 +00:00
ElevationSlice.cpp Added support for traversal mask into ElevationSlice, HeightAboveTerrain and LineOfSight classes 2006-12-19 16:45:09 +00:00
HeightAboveTerrain.cpp Fixed handling of cases when no matrix is attached to intersections 2007-06-15 13:12:46 +00:00
Impostor.cpp 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
ImpostorSprite.cpp Converted all glBegin/glEnd code across to using osg::GLBeginEndAdapter 2009-10-21 16:16:31 +00:00
InsertImpostorsVisitor.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
LightPoint.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
LightPointDrawable.cpp From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 16:34:54 +00:00
LightPointDrawable.h Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
LightPointNode.cpp From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them. 2009-11-18 12:15:29 +00:00
LightPointSpriteDrawable.cpp From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 16:34:54 +00:00
LightPointSpriteDrawable.h Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
LineOfSight.cpp 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.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
OverlayNode.cpp From Christian Ehrlicher, "during profiling my program I found out that there's a lot of memory 2009-11-27 16:47:38 +00:00
ScalarBar.cpp From Norman Vine, fixes for Mingw 2004-08-02 09:11:31 +00:00
ScalarsToColors.cpp From Neil Salter, added osgSim::SphereSegment and osgSim::ScalarBar, and 2003-09-01 09:36:03 +00:00
Sector.cpp From Lionel Lagarde, "this correction makes the intensity interpolated in the correct direction when the angle is between _cosFadeAngle and _cosAngle." 2009-06-08 11:12:34 +00:00
ShapeAttribute.cpp Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
SphereSegment.cpp Converted all glBegin/glEnd code across to using osg::GLBeginEndAdapter 2009-10-21 16:16:31 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
VisibilityGroup.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00