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/apps
AnyOldName3 c2d1a4c861 Initial stab at OSG plugin checker
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.
12 months ago
..
benchmarks Use concepts for some argument types 1 year ago
bsatool bsatool: Support extracting files with forward slash paths 1 year ago
bulletobjecttool Avoid redundant copies 1 year ago
esmtool Improve format version in content selector 1 year ago
essimporter Use NAM9 for stack count 1 year ago
launcher Set MacOS current_path before reading configuration files [#7706] 12 months ago
mwiniimporter Simplify strings construction 1 year ago
navmeshtool Remove unused vfs argument from correctMeshPath 1 year ago
niftest Make niftest exceptions more informative 1 year ago
opencs Set MacOS current_path before reading configuration files [#7706] 12 months ago
opencs_tests Write StringRefId as is when converting UniversalId to string 1 year ago
openmw Initial stab at OSG plugin checker 12 months ago
openmw_test_suite Use "" to quote apps/openmw includes and remove unused 12 months ago
wizard Set MacOS current_path before reading configuration files [#7706] 12 months ago
doc.hpp