Karandra
Karandra
Settings window using new ConfigManager backend and UI is done.
It seems that latest update (starting with bb32fffe4d37c11476834d06a3d86841ba984d85) solved this issue at least in test console program that builds in debug mode. I'm still unable to run any program in...
Thanks. I'll try to get back to this project sometime and fix it.
I've implemented the fix in the new version branch feature/kxf-and-FalloutNG-update. I still have quite a few things to update and test, but this bug should hopefully be fixed. Can't give...
I forgot to close this. The update was released as v0.6.0 I think, quite a long time ago actually.
Seems like your AppVeyor don't support C++17.
I've changed search location from `Data` folder using plugin file name to `Data\MCM\Config` using mod folder name as `modName`. This way `modName` should match the name defined in `config.json` file...
Changed `SettingStore::m_settingStore` hasher and comparison to be case-insensitive, also `m_settingStore` now stores `Setting` object as `std::unique_ptr` and not as raw pointer to avoid memory leak in `SettingStore::RegisterModSetting` on replacing existing...
That is not fun. Guess I'll have to find a different SVG library, because I need this feature. Or I can stick to v1.4.
Is that function available in 1.4 and is public?