<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/createinstancedialog.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/createinstancedialog.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/createinstancedialog.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2023-09-19T16:19:39Z</updated>
<entry>
<title>Default profile settings (#1869)</title>
<updated>2023-09-19T16:19:39Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2023-09-19T16:19:39Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=70509275405d2a5c5e94743786f03b17ef2051f2'/>
<id>urn:sha1:70509275405d2a5c5e94743786f03b17ef2051f2</id>
<content type='text'>
* Fix archive parsing and BSA invalidation</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>Allow portable instances to set custom paths</title>
<updated>2021-11-23T00:12:51Z</updated>
<author>
<name>Chris Bessent</name>
<email>lost.dragonist@gmail.com</email>
</author>
<published>2021-11-22T23:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=1077a5bad0af00bdd113552518eac791b58eeb9a'/>
<id>urn:sha1:1077a5bad0af00bdd113552518eac791b58eeb9a</id>
<content type='text'>
Fixes #1610
</content>
</entry>
<entry>
<title>fix skipping pages in single page mode</title>
<updated>2021-01-09T18:56:21Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-01-09T18:56:21Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ea76c337105cf76e25dfbd95a68c0658b4cd5b7e'/>
<id>urn:sha1:ea76c337105cf76e25dfbd95a68c0658b4cd5b7e</id>
<content type='text'>
in single page mode, ready() can return false for some pages like the instance type if the selected page is past it, so skip() has to be checked too
</content>
</entry>
<entry>
<title>fixed a bunch of instance and command line stuff</title>
<updated>2020-11-12T08:15:14Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-12T08:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6ae27224b0dcc860b882bebff3149828d874c832'/>
<id>urn:sha1:6ae27224b0dcc860b882bebff3149828d874c832</id>
<content type='text'>
- clear instance manager overrides when restarting, or switching instances after starting MO with moshortcut://instance: won't do anything
- clear overrides when the last selected instance can't be opened; MO would keep trying to open shortcuts even after selecting a different instance
- command line was cleared too early, before the first run, so shortcuts were broken
- the instance manager dialog can be opened without an instance loaded if the last selected instance doesn't exist, createNew() would throw because it tried to access the global Settings
- fixed some problems with parts of MO wanting to restart and others expecting flow to continue
- fixed create instance dialog using settings pointer to decide whether to restart; it restarts when it's the first created instance, which is not always the case even if the settings are null, so just check whether there are instances
</content>
</entry>
<entry>
<title>keyboard nav for create instance dialog</title>
<updated>2020-11-09T04:55:17Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-09T04:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3cc568a852e9b64bb6e0f34f74869965d04f6a0c'/>
<id>urn:sha1:3cc568a852e9b64bb6e0f34f74869965d04f6a0c</id>
<content type='text'>
change the skip intro setting on click instead of on completion
ctrl+f in game page
</content>
</entry>
<entry>
<title>documentation</title>
<updated>2020-11-08T01:16:26Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T21:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=baa5c3abee4960046e4fe1e2240dd1e73253c43c'/>
<id>urn:sha1:baa5c3abee4960046e4fe1e2240dd1e73253c43c</id>
<content type='text'>
use an okay flag in PathsPage to avoid calling checkPaths() in ready() and make stuff mutable
moved a few things around
</content>
</entry>
<entry>
<title>moved DirectoryCreator up, moved fix functions as lambdas</title>
<updated>2020-11-08T01:16:26Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T19:53:24Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b962d8081624ffdd7ab5cecbb6b2701b000b6b73'/>
<id>urn:sha1:b962d8081624ffdd7ab5cecbb6b2701b000b6b73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved getInstanceName() up</title>
<updated>2020-11-08T01:16:25Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T19:43:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bc157095a56596e697d40371688926953b2c5533'/>
<id>urn:sha1:bc157095a56596e697d40371688926953b2c5533</id>
<content type='text'>
removed individual getters in CreateInstanceDialog, they were duplicating the work in creationInfo()
only VariantsPage needs access to the game plugin during creationInfo(), so pass it instead
selecting an undetected game, choosing a valid path and going back to the games page would not display the selected path in the list
</content>
</entry>
<entry>
<title>removed some redundant functions in InstanceManager, made them all non-static</title>
<updated>2020-11-08T01:16:25Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T16:37:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b7cb63ddb1e2b263d5e485c97faea527c7c0af44'/>
<id>urn:sha1:b7cb63ddb1e2b263d5e485c97faea527c7c0af44</id>
<content type='text'>
documentation
</content>
</entry>
</feed>
