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
AnyOldName3 942eeb54c1 Yet another osgpluginchecker rewrite
It turns out that it's possible for OSG plugins to be spread across multiple directories, and OSG doesn't account for this in osgDB::listAllAvailablePlugins(), even though it works when actually loading the plugin.

Instead, use code that's much more similar to how OSG actually loads plugin, and therefore less likely to miss anything.

Incidentally make things much simpler as we don't need  awkwardness from working around osgDB::listAllAvailablePlugins()'s limitations.
10 months ago
..
bsa Avoid seek for detecting BSA type 11 months ago
bullethelpers Remove unused includes 2 years ago
compiler Parse special characters that have been put back as names too 11 months ago
config Move local variables in components 12 months ago
contentselector Make ContentSelector errors localizable 11 months ago
crashcatcher Make crashCatcherInstall no-op for Android 11 months ago
debug Add missing initialization 10 months ago
detournavigator Add option to disable precompiled headers 10 months ago
esm Add option to disable precompiled headers 10 months ago
esm3 Implement auto calculated potion values 10 months ago
esm4 Use forward declaration for VFS::Manager 11 months ago
esmloader Gets rid of most ESM::CellId 2 years ago
esmterrain Move local variables in components 12 months ago
fallback Correct MaxNumberRipples and Timescale Clouds validation categories 11 months ago
files Localize Launcher and Wizard 11 months ago
fontloader Merge Assumeru/mystringvui 1 year ago
fx Actually normalize the sun position exposed to post-processing 11 months ago
interpreter Use string_view in more places and reduce the number of empty string literals 2 years ago
l10n Deploy base Qt translations when needed 11 months ago
loadinglistener Fix crash related to async content loading (#7508) 1 year ago
lua Merge branch 'drop_on_exit' into 'master' 10 months ago
lua_ui Fix child UI Elements created in the same frame as parent 10 months ago
misc Yet another osgpluginchecker rewrite 10 months ago
myguiplatform Merge Assumeru/mystringvui 1 year ago
navmeshtool Stop updating navmeshtool progress on first bad message 2 years ago
nif Merge branch 'move_components' into 'master' 11 months ago
nifbullet Merge branch 'russianroulette' into 'master' 1 year ago
nifosg Use move semantics for osg::ref_ptr 11 months ago
platform Add option to disable precompiled headers 10 months ago
process Do not include formatting spaces to localizable strings 1 year ago
resource Give up rearranging the CS 10 months ago
sceneutil Accept that it's too much work to defer light manager creation in the CS and instead use something akin to the old approach 10 months ago
sdlutil Do not treat Alt-Tab as resolution change (bug 7866) 10 months ago
serialization Add missing array include 1 year ago
settings Add option to use camera as sound listener 11 months ago
shader Get the GLExtensions instance when a context is created 10 months ago
sqlite3 Minor header cleanup 2 years ago
std140 Add missing array include 1 year ago
stereo Do not copy due to auto misuse 12 months ago
terrain Don't use height cull callback when there's no terrain 12 months ago
to_utf8 Address feedback 12 months ago
translation Use string_view in more UI code 2 years ago
version Open matching version of documentation for Launcher Help 10 months ago
vfs Use normalized path for correctSoundPath 10 months ago
widgets Pass some arguments by references 11 months ago
CMakeLists.txt Get OSG to tell us the plugin filenames it's going to use 10 months ago
doc.hpp