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
elsid d42b5fd28e
Fix warning -Woverloaded-virtual
In file included from openmw/components/terrain/quadtreeworld.cpp:10:
openmw/components/terrain/quadtreenode.hpp:95:14: warning: 'Terrain::QuadTreeNode::traverse' hides overloaded virtual function [-Woverloaded-virtual]
        void traverse(ViewData* vd, const osg::Vec3f& viewPoint, LodCallback* lodCallback, float maxDist);
             ^
OpenSceneGraph/build/clang/release/include/osg/Group:43:22: note: hidden overloaded virtual function 'osg::Group::traverse' declared here: different number of parameters (1 vs 4)
        virtual void traverse(NodeVisitor& nv);
                     ^
1 warning generated.
5 years ago
..
bsa Replace BSAOpt hash calculation with a custom function 6 years ago
bullethelpers Add operators for bullet types 6 years ago
compiler Accept a bogus cell string argument for Position 5 years ago
config Replace foreach macro by for-loop 5 years ago
contentselector Replace foreach macro by for-loop 5 years ago
crashcatcher Improve info message about missing GDB (bug #4341) 6 years ago
debug Use a generic logging system for RecastNavigation 6 years ago
detournavigator Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus) 6 years ago
esm Attempt to fix a regression - crash on ARM 5 years ago
esmterrain Revert back to less aggressive component-level changes. 5 years ago
fallback Revert to 0.45.0 comments-in-the-middle settings behavior 5 years ago
files openmw.cfg-related fixes 5 years ago
fontloader Remove redundant includes 6 years ago
interpreter Cast Random result to float (bug #5175) 5 years ago
loadinglistener Center progress bar when there are active messageboxes (bug #4691) 6 years ago
misc Introduce a custom format() function to get rid of boost::format() and hackish replace() 6 years ago
myguiplatform Remove redundant includes 6 years ago
nif Convert recordptr typedefs to using directives 5 years ago
nifbullet Fix invalid strips-based collision shape transformation 5 years ago
nifosg More minor NIF improvements 5 years ago
process Remove redundant includes 6 years ago
resource Merge pull request #2249 from akortunov/cache 6 years ago
sceneutil Add optional shadow map max distance and fading 5 years ago
sdlutil Implement mouse wheel bindings (bug #2679) 5 years ago
settings Revert to 0.45.0 comments-in-the-middle settings behavior 5 years ago
shader racingcrashfix #4766 6 years ago
terrain Fix warning -Woverloaded-virtual 5 years ago
to_utf8 Remove redundant includes 6 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs make use of std::make_unique to test that MSVC2015 can handle that 6 years ago
widgets Increase required MyGUI version to 3.2.2 6 years ago
CMakeLists.txt Move settings parser declaration to separate header 5 years ago
doc.hpp