mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
c2d1a4c861
It doesn't work yet due to osgDB::listAllAvailablePlugins returning a list of paths to dynamic libraries. That means: * the check fails when the required plugin is linked statically. * we're going to have to do something to slice up the filenames. * there'll probably be unicode errors when the OpenMW installation path isn't representable by the current eight-bit code page on Windows. Alternatively, we can switch to listing the required file extension support, and use osgDB::Registry::instance()->getReaderWriterList() and each element's supportedExtensions() function, but I don't think we've actually got that list of extensions anywhere and it might get desynced with the existing list of plugins if we add more. |
||
---|---|---|
.. | ||
strings | ||
algorithm.hpp | ||
barrier.hpp | ||
budgetmeasurement.hpp | ||
color.cpp | ||
color.hpp | ||
compression.cpp | ||
compression.hpp | ||
constants.hpp | ||
convert.hpp | ||
coordinateconverter.hpp | ||
display.cpp | ||
display.hpp | ||
endianness.hpp | ||
float16.hpp | ||
frameratelimiter.hpp | ||
guarded.hpp | ||
hash.hpp | ||
helpviewer.cpp | ||
helpviewer.hpp | ||
math.hpp | ||
mathutil.hpp | ||
messageformatparser.cpp | ||
messageformatparser.hpp | ||
notnullptr.hpp | ||
objectpool.hpp | ||
osgpluginchecker.cpp.in | ||
osgpluginchecker.hpp | ||
osguservalues.cpp | ||
osguservalues.hpp | ||
pathhelpers.hpp | ||
progressreporter.hpp | ||
resourcehelpers.cpp | ||
resourcehelpers.hpp | ||
rng.cpp | ||
rng.hpp | ||
strongtypedef.hpp | ||
thread.cpp | ||
thread.hpp | ||
timeconvert.hpp | ||
timer.hpp | ||
tuplehelpers.hpp | ||
tuplemeta.hpp | ||
typetraits.hpp | ||
utf8qtextstream.hpp | ||
utf8stream.hpp | ||
weakcache.hpp | ||
windows.hpp |