1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-24 08:09:43 +00:00
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.
2024-01-12 23:43:14 +00:00
..
benchmarks Use concepts for some argument types 2023-11-16 22:22:46 +01:00
bsatool bsatool: Support extracting files with forward slash paths 2023-11-27 03:09:38 +03:00
bulletobjecttool Avoid redundant copies 2023-12-06 23:45:25 +04:00
esmtool Improve format version in content selector 2024-01-01 18:16:58 +04:00
essimporter Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
launcher Set MacOS current_path before reading configuration files [#7706] 2024-01-11 00:59:27 +00:00
mwiniimporter Simplify strings construction 2023-08-02 17:59:40 +04:00
navmeshtool Remove unused vfs argument from correctMeshPath 2023-12-26 14:14:52 +01:00
niftest Make niftest exceptions more informative 2023-11-30 22:35:46 +03:00
opencs Set MacOS current_path before reading configuration files [#7706] 2024-01-11 00:59:27 +00:00
opencs_tests Write StringRefId as is when converting UniversalId to string 2023-12-29 14:12:36 +01:00
openmw Initial stab at OSG plugin checker 2024-01-12 23:43:14 +00:00
openmw_test_suite Use "" to quote apps/openmw includes and remove unused 2024-01-07 17:57:11 +01:00
wizard Set MacOS current_path before reading configuration files [#7706] 2024-01-11 00:59:27 +00:00
doc.hpp