index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
instancemanager.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add instance manager to plugin API (#2335)
Jonathan Feenstra
2026-02-08
1
-18
/
+32
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-23
/
+12
*
Sanitize download file names
Chris Bessent
2021-04-29
1
-10
/
+0
*
- renamed instance::name() to displayName() to reduce confusion with portable...
isanae
2021-02-12
1
-1
/
+6
*
split run() into setup() and run()
isanae
2021-01-18
1
-2
/
+2
*
fixed instanceIcon() so it works when game plugins fail auto detection but th...
isanae
2020-12-22
1
-0
/
+3
*
fixed a bunch of instance and command line stuff
isanae
2020-11-12
1
-0
/
+5
*
refactored setupInstance(), comments
isanae
2020-11-07
1
-4
/
+4
*
moved instance setup/selection to instancemanager.cpp
isanae
2020-11-07
1
-0
/
+37
*
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
1
-20
/
+89
*
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
1
-11
/
+181
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
1
-1
/
+1
*
replaced #pragma once by ifdefs
isanae
2020-11-03
1
-22
/
+4
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-22
/
+44
*
game icons in the instance list
isanae
2020-11-03
1
-0
/
+3
*
filter, explore buttons, instance rename
isanae
2020-11-03
1
-0
/
+1
*
disable portable instance button if one exists
isanae
2020-11-03
1
-1
/
+1
*
moved switch to instance to InstanceManager
isanae
2020-11-03
1
-0
/
+4
*
new GlobalSettings class to manage the registry
isanae
2020-11-03
1
-4
/
+0
*
restart when finished, added launch instance checkbox
isanae
2020-11-03
1
-2
/
+1
*
PathChecker is unnecessary, refactored its guts into NamePage and PathsPage
isanae
2020-11-03
1
-0
/
+1
*
don't skip paths for portable instance, what am I doing
isanae
2020-11-03
1
-2
/
+1
*
instance name page
isanae
2020-11-03
1
-1
/
+4
*
started create instance dialog
isanae
2020-11-03
1
-1
/
+1
*
added empty instance manager dialog
isanae
2020-11-03
1
-4
/
+5
*
deleteLocalInstance() now uses TaskDialog
isanae
2020-11-03
1
-1
/
+2
*
moved registry key from "Tannin" to "Mod Organizer Team"
isanae
2020-11-03
1
-0
/
+2
*
moved profile, current game and game edition checks to InstanceManager
isanae
2020-11-03
1
-4
/
+14
*
only log a warning for symlinks instead of exiting MO
isanae
2019-10-05
1
-0
/
+1
*
Add portable lock feature
LostDragonist
2019-09-11
1
-0
/
+3
*
Allow more characters in instance names and add an error message
LostDragonist
2018-07-22
1
-0
/
+1
*
Revert "Applied clang-format on source"
Sandro Jäckel
2018-02-23
1
-20
/
+26
*
Applied clang-format on source
Sandro Jäckel
2018-02-22
1
-26
/
+20
*
Added message when creating a new instance with an already existing name,
Al12rs
2018-01-18
1
-1
/
+5
*
Tie moshortcuts to a specific instance
Eran Mizrahi
2017-12-19
1
-2
/
+6
*
moved button to switch instance (and to portable mode) to the main window
Tannin
2016-05-27
1
-9
/
+6
*
made instance-switching usable
Tannin
2016-01-10
1
-0
/
+62