<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/usvfsconnector.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/usvfsconnector.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/usvfsconnector.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2025-05-29T09:04:36Z</updated>
<entry>
<title>Move to VCPKG (#2068)</title>
<updated>2025-05-29T09:04:36Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2025-05-29T09:04:36Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=39210af3e59c929cba6de2d39ef1c32835f6388b'/>
<id>urn:sha1:39210af3e59c929cba6de2d39ef1c32835f6388b</id>
<content type='text'>
* Remove SConscript related files.
* Force-load translations from uibase and gamebryo/creation.
* Bring githubpp here and add a standalone preset.
* Switch VersionInfo -&gt; Version for ModOrganizer2. (#2063)
* Add pre-commit hook.
* Use 7zip build from VCPKG registry.
* Use archive.dll from the bin folder instead of dlls.</content>
</entry>
<entry>
<title>Update following USVFS move to VCPKG. (#2244)</title>
<updated>2025-05-22T17:35:44Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2025-05-22T17:35:44Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a41028fafcab47ba0d07b975bbb9abde420f4335'/>
<id>urn:sha1:a41028fafcab47ba0d07b975bbb9abde420f4335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new Skip File &amp; Skip Directory in usvfs (#2033)</title>
<updated>2024-06-15T16:51:47Z</updated>
<author>
<name>Twinki</name>
<email>Twinki14@users.noreply.github.com</email>
</author>
<published>2024-06-15T16:51:47Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d3b647ab2b19626b2f86b5c2af3946c1fcf22068'/>
<id>urn:sha1:d3b647ab2b19626b2f86b5c2af3946c1fcf22068</id>
<content type='text'>
* Use new Skip File &amp; Skip Directory in usvfs.

# Motivations
https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files &amp; directories would be beneficial

# Modifications
- Add two new settings, `skip_file_suffixes` and `skip_directories`
- Wire the two new settings up to usvfs
- Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button
- Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized</content>
</entry>
<entry>
<title>Apply clang-format.</title>
<updated>2023-07-09T15:20:40Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:47:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d13f6bb870cdda71257f665367be8ef9fca86255'/>
<id>urn:sha1:d13f6bb870cdda71257f665367be8ef9fca86255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stopped using core dump stuff from usvfs, mo has its own</title>
<updated>2020-11-08T01:16:27Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-08T00:05:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=08c952e53a4efcd5b50c0ec947bf216101c027ef'/>
<id>urn:sha1:08c952e53a4efcd5b50c0ec947bf216101c027ef</id>
<content type='text'>
set exception handler at the start, it can handle not having qt or data paths
hopefully fixed infinite crash dumps
</content>
</entry>
<entry>
<title>split to getRunningUSVFSProcesses()</title>
<updated>2019-11-06T12:44:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-29T11:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=18b438cf27a552e69e984bfee63187b6471682ab'/>
<id>urn:sha1:18b438cf27a552e69e984bfee63187b6471682ab</id>
<content type='text'>
simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
</content>
</entry>
<entry>
<title>added crash dump path to parameters, if a mechanism to customize it is ever created</title>
<updated>2019-11-01T14:14:17Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-11-01T14:14:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=33f5b59bee9fe5a1b3515737819ddfec4f596423'/>
<id>urn:sha1:33f5b59bee9fe5a1b3515737819ddfec4f596423</id>
<content type='text'>
moved toString() for log level and dump type to usvfs, which needs them for logging
</content>
</entry>
<entry>
<title>uses new usvfsParameters, also updates spawn delay</title>
<updated>2019-10-10T14:25:46Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-10T14:25:46Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=324fa12a2d491be039c1cf720ee2786864d010bc'/>
<id>urn:sha1:324fa12a2d491be039c1cf720ee2786864d010bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed crash dump type to use enum instead of int</title>
<updated>2019-08-24T20:07:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-24T20:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4f1b15f0a1b2e6cbca4b420608d81570af489067'/>
<id>urn:sha1:4f1b15f0a1b2e6cbca4b420608d81570af489067</id>
<content type='text'>
added ColorSettings
settings dialog general and diag tabs don't use qsettings anymore
removed logging of setting changes, will be added back to Settings class
</content>
</entry>
<entry>
<title>use log::Levels instead of ints</title>
<updated>2019-07-22T11:33:37Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-17T12:56:16Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bca6283311cf1dea4c96f8ee5bf192bdb1640cb3'/>
<id>urn:sha1:bca6283311cf1dea4c96f8ee5bf192bdb1640cb3</id>
<content type='text'>
create log level combobox in code, set selected index based on value instead
added log level to context menu in log list
</content>
</entry>
</feed>
