<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/organizercore.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/organizercore.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/organizercore.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2026-05-15T07:23:09Z</updated>
<entry>
<title>Add setting to show notifications when downloads complete or fail (#2338)</title>
<updated>2026-05-15T07:23:09Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2026-05-15T07:23:09Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=55de581ee9829c5fcb5bae37504fad4e89cac721'/>
<id>urn:sha1:55de581ee9829c5fcb5bae37504fad4e89cac721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change IOrganizer::profile return type to a shared_ptr (#2322)</title>
<updated>2026-01-11T16:31:26Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2026-01-11T16:31:26Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=aa44561e86b6520ee0ab10a58db52b6fdd77d991'/>
<id>urn:sha1:aa44561e86b6520ee0ab10a58db52b6fdd77d991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add instanceName and profiles methods to plugin API (#2321)</title>
<updated>2026-01-11T11:36:07Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2026-01-11T11:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=717b5ac389ea15350d32f813a3f03d908de0ab06'/>
<id>urn:sha1:717b5ac389ea15350d32f813a3f03d908de0ab06</id>
<content type='text'>
</content>
</entry>
<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>Oblivion Remastered Meta PR (#2241)</title>
<updated>2025-05-23T19:08:01Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2025-05-23T19:08:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3a8ea3cccee06397e90305e1e39a305f8b7c3cb3'/>
<id>urn:sha1:3a8ea3cccee06397e90305e1e39a305f8b7c3cb3</id>
<content type='text'>
* Allow for mod directory maps
- Set main data files based on game
- Mapped mod directories to VFS
- Update overwrite setup

* Skip if mod contains no 'data' dir

* More mod directory compatibility fixes

* Workaround for Obl:Rem save location
- SLocalSavePath does nothing yet MO2 wants to use it to override the default save location
- This only applies to BGS games anyway, we should move this logic

* First pass for overwrite mod directory support

* More overwrite move / delete restrictions

* Fix issue with moving directories that are not required

* Formatting pass

* More modDataDirectory updates

* Formatting

---------

Co-authored-by: Mikaël Capelle &lt;capelle.mikael@gmail.com&gt;</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>Refactoring of game features for better management. (#2043)</title>
<updated>2024-06-09T10:18:17Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2024-06-09T10:18:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=88c386d74d7d94ec16d4d84ed674eb51e31647ac'/>
<id>urn:sha1:88c386d74d7d94ec16d4d84ed674eb51e31647ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates to refresh sort button after various events</title>
<updated>2023-10-02T23:28:35Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jrim@rimpo.org</email>
</author>
<published>2023-10-02T23:28:35Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=62e8ddc9ca1bb8bfd4c912068932563a7438bca8'/>
<id>urn:sha1:62e8ddc9ca1bb8bfd4c912068932563a7438bca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refresh Callback (+ Extra for AboutToRun) (#1884)</title>
<updated>2023-09-29T06:23:52Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2023-09-29T06:23:52Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ff0eb2fb70df3aa374acd1bbba23871a2d4b1cf5'/>
<id>urn:sha1:ff0eb2fb70df3aa374acd1bbba23871a2d4b1cf5</id>
<content type='text'>
* Add working directory and arguments to onAboutToRun (optional).

* Add onRefreshCallback functionality.</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>
</feed>
