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
Bo Svensson 01605433cb
quadtreeworld.cpp (#3174)
Currently, we disable a paging root node that we only need in exterior cells by setting its node mask to 0 when transitioning into an interior cell. Node masks are not ideal for this usage case because Node::getBound is unaware of masks. With this PR we just detach the unused node from the scene graph. _shadowedScene->getBound() in the MWShadowTechnique should return a much better value in interior cells with these changes.
3 years ago
..
bsa cleans up BSAFile (#3177) 3 years ago
bullethelpers Merge branch 'physics_heightfield' into 'master' 3 years ago
compiler Parse local variables sharing a name with a function as variables 3 years ago
config change setValue to replace value instead of insert 3 years ago
contentselector Allow creating omwaddons without a dependency on an omwgame 3 years ago
crashcatcher Fix MSVC's C4267 warnings 3 years ago
debug Fixing performance-faster-string-find issues 3 years ago
detournavigator Initialize navigator max climb and max slope settings in makeSettingsFromSettingsManager 3 years ago
esm Avoid copying std::string in MWWorld::Ptr::getTypeDescription() 3 years ago
esmterrain Replace zeroes and nulls by nullptrs 4 years ago
fallback Fixing performance-faster-string-find issues 3 years ago
files Add tests for openmw options 3 years ago
fontloader Move getFileExtension to common header and use instead of repeating same code 3 years ago
interpreter Remove duplicate GetSquareRoot implementation 3 years ago
loadinglistener Make sync terrain preloading sleep free 3 years ago
lua Merge branch 'lua_transform' into 'master' 3 years ago
misc Merge branch 'navigator_settings' into 'master' 3 years ago
myguiplatform converts remaining osg::NodeCallback (#3147) 3 years ago
nif Handle NiExtraData *properly* 3 years ago
nifbullet Sprinkle some [[noreturn]] where possible 3 years ago
nifosg fixes coverity-ci warning 3 years ago
process Remove redundant includes 5 years ago
queries Add missing include from sol/sol.hpp 3 years ago
resource removes version guard (#3173) 3 years ago
sceneutil Fix FTBFS against older versions of osg 3 years ago
sdlutil Merge branch 'windowing-system-cleanup' into 'master' 3 years ago
settings Sprinkle some [[noreturn]] where possible 3 years ago
shader use StateSet define for translucentFramebuffer (#3138) 3 years ago
sqlite3 Add sqlite3 helpers 3 years ago
terrain quadtreeworld.cpp (#3174) 3 years ago
to_utf8 Replace a handrolled memcpy with an actual call to memcpy 3 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 7 years ago
vfs cleans up BSAFile (#3177) 3 years ago
widgets Sprinkle some const-ref 3 years ago
CMakeLists.txt Add sqlite3 helpers 3 years ago
doc.hpp second set of additional doxygen comments 14 years ago