index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
moved splash stuff to MOSplash
isanae
2020-11-07
5
-69
/
+115
|
*
|
|
|
|
comments
isanae
2020-11-07
2
-19
/
+150
|
*
|
|
|
|
documentation
isanae
2020-11-07
1
-19
/
+82
|
*
|
|
|
|
documentation
isanae
2020-11-07
3
-103
/
+448
|
*
|
|
|
|
moved DirectoryCreator up, moved fix functions as lambdas
isanae
2020-11-07
1
-111
/
+129
|
*
|
|
|
|
moved getInstanceName() up
isanae
2020-11-07
5
-173
/
+243
|
*
|
|
|
|
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
6
-368
/
+456
|
*
|
|
|
|
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
6
-76
/
+250
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
Remember currently open tab in right panel.
Mikaël Capelle
2020-11-08
1
-0
/
+3
|
/
/
/
/
*
|
|
|
Call detectGame() after checking for conversion.
Mikaël Capelle
2020-11-06
1
-1
/
+1
*
|
|
|
Replace IPlugin::registered() by IPluginGame::detectGame().
Mikaël Capelle
2020-11-06
1
-2
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1280 from isanae/command-line
isanae
2020-11-06
67
-1941
/
+7907
|
\
\
\
|
*
|
|
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
10
-35
/
+35
|
*
|
|
pass null IOrganizer to proxy plugins instead of one with a null OrganizerCore
isanae
2020-11-06
3
-182
/
+51
|
*
|
|
call init() on proxy plugins
isanae
2020-11-04
5
-41
/
+205
|
*
|
|
added IPlugin::registered()
isanae
2020-11-04
11
-471
/
+54
|
*
|
|
stop using deprecated map()
isanae
2020-11-03
1
-1
/
+1
|
*
|
|
replaced #pragma once by ifdefs
isanae
2020-11-03
10
-93
/
+41
|
*
|
|
show create instance dialog on startup if there are no instances
isanae
2020-11-03
2
-4
/
+20
|
*
|
|
larged delete instance dialog
isanae
2020-11-03
1
-0
/
+1
|
*
|
|
replace "create instance" title by "setting up instance"
isanae
2020-11-03
4
-11
/
+23
|
*
|
|
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
14
-628
/
+695
|
*
|
|
game icons in the instance list
isanae
2020-11-03
5
-1
/
+89
|
*
|
|
fixes after rebasing
isanae
2020-11-03
11
-91
/
+123
|
*
|
|
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
23
-130
/
+623
|
*
|
|
moved naturalCompare() to uibase
isanae
2020-11-03
5
-41
/
+33
|
*
|
|
open ini button
isanae
2020-11-03
5
-22
/
+103
|
*
|
|
added checkboxes for deleting instances
isanae
2020-11-03
2
-96
/
+104
|
*
|
|
- changed PathSettings::base() to use the ini's parent directory instead of t...
isanae
2020-11-03
4
-140
/
+328
|
*
|
|
delete instance
isanae
2020-11-03
3
-34
/
+265
|
*
|
|
fixed boost bind warnings
isanae
2020-11-03
4
-4
/
+8
|
*
|
|
renamed cancel to close
isanae
2020-11-03
3
-26
/
+88
|
*
|
|
filter, explore buttons, instance rename
isanae
2020-11-03
7
-65
/
+221
|
*
|
|
disable portable instance button if one exists
isanae
2020-11-03
4
-10
/
+27
|
*
|
|
implemented nexus page
isanae
2020-11-03
4
-25
/
+41
|
*
|
|
split nexus connection stuff into NexusConnectionUI so it can be reused in th...
isanae
2020-11-03
14
-268
/
+510
|
*
|
|
moved list of supported games to details
isanae
2020-11-03
1
-8
/
+15
|
*
|
|
filter for games
isanae
2020-11-03
3
-98
/
+161
|
*
|
|
moved switch to instance to InstanceManager
isanae
2020-11-03
5
-5
/
+40
|
*
|
|
hide tutorial question option
isanae
2020-11-03
4
-5
/
+40
|
*
|
|
added hide option for intro page in create instance dialog
isanae
2020-11-03
7
-7
/
+65
|
*
|
|
new GlobalSettings class to manage the registry
isanae
2020-11-03
6
-37
/
+59
|
*
|
|
restart when finished, added launch instance checkbox
isanae
2020-11-03
3
-2
/
+53
|
*
|
|
move to next page when clicking a game
isanae
2020-11-03
3
-8
/
+19
|
*
|
|
PathChecker is unnecessary, refactored its guts into NamePage and PathsPage
isanae
2020-11-03
6
-172
/
+205
|
*
|
|
split create instance dialog pages
isanae
2020-11-03
4
-1050
/
+1199
|
*
|
|
don't skip paths for portable instance, what am I doing
isanae
2020-11-03
8
-75
/
+387
|
*
|
|
review page
isanae
2020-11-03
3
-40
/
+194
|
*
|
|
fixed settings doing weird stuff with multiple instances
isanae
2020-11-03
8
-44
/
+178
|
*
|
|
paths page
isanae
2020-11-03
3
-93
/
+395
[prev]
[next]