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/components/nifosg
Capostrophic b91d0d889f Fix warning
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                    if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
                        ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/OpenMW/openmw/components/nifosg/nifloader.cpp:615:42: note: place parentheses around the assignment to silence this warning
                    if (hasVisController |= (ctrl->recType == Nif::RC_NiVisController))
                                         ^
                        (                                                             )
5 years ago
..
controller.cpp create static functions to set/get hidden node mask; compromise on magic numbers to make things easier to understand 5 years ago
controller.hpp create static functions to set/get hidden node mask; compromise on magic numbers to make things easier to understand 5 years ago
nifloader.cpp Fix warning 5 years ago
nifloader.hpp Fix collision switch node mask (again) 5 years ago
particle.cpp enable particle shading and force particle normal to (0.3,0.3,0.3) 5 years ago
particle.hpp enable particle shading and force particle normal to (0.3,0.3,0.3) 5 years ago
userdata.hpp Update comment, osgAnimation::RigGeometry is no longer used 8 years ago