<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/syncoverwritedialog.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/syncoverwritedialog.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/syncoverwritedialog.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2023-07-09T15:20:40Z</updated>
<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>Convert everything to CRLF.</title>
<updated>2023-07-09T15:17:53Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:37:19Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=86bb01ba9eac879d3685c439ac9da0028bc4bc80'/>
<id>urn:sha1:86bb01ba9eac879d3685c439ac9da0028bc4bc80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split directoryentry</title>
<updated>2020-02-18T22:25:04Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-15T18:24:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b1cf498924e461556c8f2fe961172685d92bb03f'/>
<id>urn:sha1:b1cf498924e461556c8f2fe961172685d92bb03f</id>
<content type='text'>
made classes noncopyable, fixed a few unintended copies
</content>
</entry>
<entry>
<title>Revert "Applied clang-format on source"</title>
<updated>2018-02-23T00:45:58Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-23T00:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ea6292168a6acd4c263913f0ccd7dd64daf4f5cf'/>
<id>urn:sha1:ea6292168a6acd4c263913f0ccd7dd64daf4f5cf</id>
<content type='text'>
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
</content>
</entry>
<entry>
<title>Applied clang-format on source</title>
<updated>2018-02-22T15:54:34Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-22T15:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=5e5c9c07291f6b09623d31c92b1fb61c4ede576e'/>
<id>urn:sha1:5e5c9c07291f6b09623d31c92b1fb61c4ede576e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>normalized eol style (all files should now have windows line endings)</title>
<updated>2014-07-17T20:02:15Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2014-07-17T20:02:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=cc9827cdda5776a4fd540a2ab0fb8a08ec9f75a7'/>
<id>urn:sha1:cc9827cdda5776a4fd540a2ab0fb8a08ec9f75a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- now avoids a few unnecessary copy operations during generation of the directory structure</title>
<updated>2013-07-17T18:58:58Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2013-07-17T18:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d0f2c4fcf79222d5c6f3c17188a811b0a47833c6'/>
<id>urn:sha1:d0f2c4fcf79222d5c6f3c17188a811b0a47833c6</id>
<content type='text'>
- bugfix: circular dependency caused a memory leak
- bugfix: removing a single mod lead to the wrong mod being deleted
</content>
</entry>
<entry>
<title>- bugfix: mod priority ordering could become incorrect</title>
<updated>2013-05-25T10:24:48Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-25T10:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=16bda49e0667f77f4ebe1d8fa2682abf57aa6765'/>
<id>urn:sha1:16bda49e0667f77f4ebe1d8fa2682abf57aa6765</id>
<content type='text'>
- bugfix: when grouping is enabled, newly installed mods broke grouping
- bugfix: syncing overwrite didn't clean up emptied directory
</content>
</entry>
<entry>
<title>- moved shared and uibase libraries to namespaces</title>
<updated>2013-02-17T08:26:29Z</updated>
<author>
<name>Tannin</name>
<email>Tannin@Miranda</email>
</author>
<published>2013-02-17T08:26:29Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6516a6b7c19713de28db7142612f1c095e541317'/>
<id>urn:sha1:6516a6b7c19713de28db7142612f1c095e541317</id>
<content type='text'>
- bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
</content>
</entry>
<entry>
<title>initial commit to mercurial repository.</title>
<updated>2013-02-03T11:49:25Z</updated>
<author>
<name>Tannin</name>
<email>Tannin@Serenity</email>
</author>
<published>2013-02-03T11:49:25Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=981f8b3acf7e76f27c02f4ced80d55b424cc7497'/>
<id>urn:sha1:981f8b3acf7e76f27c02f4ced80d55b424cc7497</id>
<content type='text'>
Corresponds to MO version 0.12.6
</content>
</entry>
</feed>
