summaryrefslogtreecommitdiff
path: root/src/instancemanager.h
Commit message (Expand)AuthorAgeFilesLines
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-18/+32
* Apply clang-format.Mikaël Capelle2023-07-091-23/+12
* Sanitize download file namesChris Bessent2021-04-291-10/+0
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-1/+6
* split run() into setup() and run()isanae2021-01-181-2/+2
* fixed instanceIcon() so it works when game plugins fail auto detection but th...isanae2020-12-221-0/+3
* fixed a bunch of instance and command line stuffisanae2020-11-121-0/+5
* refactored setupInstance(), commentsisanae2020-11-071-4/+4
* moved instance setup/selection to instancemanager.cppisanae2020-11-071-0/+37
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-20/+89
* removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-071-11/+181
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-1/+1
* replaced #pragma once by ifdefsisanae2020-11-031-22/+4
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-22/+44
* game icons in the instance listisanae2020-11-031-0/+3
* filter, explore buttons, instance renameisanae2020-11-031-0/+1
* disable portable instance button if one existsisanae2020-11-031-1/+1
* moved switch to instance to InstanceManagerisanae2020-11-031-0/+4
* new GlobalSettings class to manage the registryisanae2020-11-031-4/+0
* restart when finished, added launch instance checkboxisanae2020-11-031-2/+1
* PathChecker is unnecessary, refactored its guts into NamePage and PathsPageisanae2020-11-031-0/+1
* don't skip paths for portable instance, what am I doingisanae2020-11-031-2/+1
* instance name pageisanae2020-11-031-1/+4
* started create instance dialogisanae2020-11-031-1/+1
* added empty instance manager dialogisanae2020-11-031-4/+5
* deleteLocalInstance() now uses TaskDialogisanae2020-11-031-1/+2
* moved registry key from "Tannin" to "Mod Organizer Team"isanae2020-11-031-0/+2
* moved profile, current game and game edition checks to InstanceManagerisanae2020-11-031-4/+14
* only log a warning for symlinks instead of exiting MOisanae2019-10-051-0/+1
* Add portable lock featureLostDragonist2019-09-111-0/+3
* Allow more characters in instance names and add an error messageLostDragonist2018-07-221-0/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-20/+26
* Applied clang-format on sourceSandro Jäckel2018-02-221-26/+20
* Added message when creating a new instance with an already existing name,Al12rs2018-01-181-1/+5
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-2/+6
* moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-9/+6
* made instance-switching usableTannin2016-01-101-0/+62