You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components/sceneutil
scrawl bd8332d2b0 Remove default copyop argument for nodecallback copy constructors
Works around a compiler warning with OSG 3.4:

warning: base class 'class osg::Callback' should be explicitly initialized in the copy constructor [-Wextra]

With no default argument for osg::CopyOp&, the compiler no longer sees the function as a real copy constructor and stops warning about the missing virtual initializations.

We don't care about this warning because there is nothing interesting to initialize in the osg::NodeCallback base anyway.

A proper fix for the warning would require to inserting OSG_VERSION conditional compiling all over the place, that is as long as we are still supporting OSG 3.2.
9 years ago
..
attach.cpp Include cleanup 10 years ago
attach.hpp Add utility for assembling body parts / equipment 10 years ago
clone.cpp Update todo comment 9 years ago
clone.hpp Add SceneManager and clone utility 10 years ago
controller.cpp Changes to compile with osg-svn 3.3.8 10 years ago
controller.hpp Fix the comments 10 years ago
lightcontroller.cpp Fix -Wreorder warnings 10 years ago
lightcontroller.hpp Add LightController 10 years ago
lightmanager.cpp Cache the light list in LightListCallback 9 years ago
lightmanager.hpp Remove default copyop argument for nodecallback copy constructors 9 years ago
riggeometry.cpp RigGeometry: fix incorrect bounding box in the first frame 9 years ago
riggeometry.hpp Add framenumber checks in various cull callbacks, so we don't update more than once per frame when multiple cameras are used 9 years ago
skeleton.cpp Skip the Update traversal for inactive skeletons 10 years ago
skeleton.hpp Skip the Update traversal for inactive skeletons 10 years ago
statesetupdater.cpp Changes to compile with osg-svn 3.3.8 10 years ago
statesetupdater.hpp Don't add the same AlphaFader to multiple nodes 9 years ago
util.cpp transformBoundingSphere optimization 10 years ago
util.hpp Colour conversion utility 10 years ago
visitor.cpp Disable freezeOnCull for weather particles 9 years ago
visitor.hpp Disable freezeOnCull for weather particles 9 years ago
workqueue.cpp Minor fix 10 years ago
workqueue.hpp Race condition fix 10 years ago