1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-11 15:40:39 +00:00
OpenMW/components
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
..
2022-10-09 16:44:18 +02:00
2024-01-01 12:48:12 +01:00
2023-07-08 11:28:56 +02:00
2024-01-10 15:28:26 +04:00
2023-04-03 14:16:05 +02:00
2023-10-17 23:53:04 +02:00
2023-12-21 10:56:38 -08:00
2023-06-13 10:06:59 +02:00
2024-01-02 13:54:02 +01:00
2024-01-08 16:19:40 +04:00
2024-01-12 23:43:14 +00:00
2023-10-17 23:53:04 +02:00
2023-12-21 10:56:38 -08:00
2023-07-29 00:29:03 +02:00
2023-04-30 16:26:03 +02:00
2023-07-29 00:29:03 +02:00
2024-01-07 18:52:10 +04:00
2023-12-27 22:30:04 -06:00
2023-01-04 12:22:16 +01:00
2023-12-25 12:21:01 +01:00
2023-11-02 13:35:54 +04:00