<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/bbcode.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/bbcode.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/bbcode.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>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>replaced all uses of NULL with nullptr</title>
<updated>2014-11-28T10:19:20Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2014-11-28T10:19:20Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=99de80e7224f2491fb7518e32f195ad6a912b624'/>
<id>urn:sha1:99de80e7224f2491fb7518e32f195ad6a912b624</id>
<content type='text'>
fixed a few placed where NULL was used as a number or boolean
</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=f6ef5477e718b14af99bd22436f66dee0b9d22cd'/>
<id>urn:sha1:f6ef5477e718b14af99bd22436f66dee0b9d22cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- some fixes for qt5 compatibility</title>
<updated>2013-06-20T19:55:37Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2013-06-20T19:55:37Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=f8c683f700a3fff30540ff343df2bfba15080e86'/>
<id>urn:sha1:f8c683f700a3fff30540ff343df2bfba15080e86</id>
<content type='text'>
- hook.dll no longer creates a dump and uninstalls it if an exception is reported that doesn't originate from it
- NCC used read-only transactions again because otherwise solid archives become unusably slow.
- removed the integrated nexus browser
- the mod description and motd are now rendered in QTextBrowser. This (and the above) eliminates the dependency on qtwebkit
- removed the direct file download for mod files
- reduced CPU usage during downloads by invalidating only one column of the download list. This widget still needs to be replaced
- added the complete filename as an option for the modname
- applications that require elevation can now be started by invoking an elevated secondary ModOrganizer instance
- MO will now register nexus file servers and provides a settings dialog to pick preferred servers. (This preference is not used yet)
- worked around 1-2 bugs in QSortFilterProxy
- handling of nxm links is now done by an external application. This allows the registration of different applications depending on the game
- integrated fomod installer now displays the screenshot in a scalable view
- bugfix: integrated fomod installer didn't name output files correctly if the name differs from the source name
- bugfix: a successful login to nexus was (sometimes?) not correctly detected as a success
- bugfix: top-level entries in QtGroupingProxy were sometimes incorrectly displayed as groups
- bugfix: GetPrivateProfile... optimization could cause null-pointer indirection
- bugfix: GetCurrentWorkingDirectory caused buffer overflow in case of pre-flighting (buffer size 0)
- bugfix: configurator plugin now also uses qt5 (it's currently broken though)
</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>
