index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
itch
2025-09-15
1
-1
/
+0
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-41
/
+24
*
force instance selection when the current instance cannot be used
isanae
2021-02-13
1
-2
/
+7
*
Implementation --pick argument.
Mikaël Capelle
2021-01-28
1
-1
/
+4
*
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-0
/
+18
*
comments
isanae
2021-01-18
1
-8
/
+23
*
moved externalMessage() to MOApplication
isanae
2021-01-18
1
-17
/
+17
*
fixed all commands being legacy
isanae
2021-01-18
1
-2
/
+2
*
split run() into setup() and run()
isanae
2021-01-18
1
-2
/
+58
*
don't attempt to parse the command line for launch, it fails in all sorts of ...
isanae
2020-11-09
1
-2
/
+3
*
renamed singleinstance.h/cpp to multiprocess.h/cpp
isanae
2020-11-08
1
-1
/
+1
*
renamed SingleInstance to MOMultiProcess
isanae
2020-11-08
1
-8
/
+8
*
timings
isanae
2020-11-08
1
-0
/
+4
*
stopped using core dump stuff from usvfs, mo has its own
isanae
2020-11-07
1
-10
/
+17
*
reordered functions, removed unused headers
isanae
2020-11-07
1
-74
/
+39
*
moved most of the stuff from main.cpp into MOApplication
isanae
2020-11-07
1
-285
/
+3
*
added sanitychecks.h, moved to namespace sanity
isanae
2020-11-07
1
-11
/
+11
*
moved handleCommandLine() to CommandLine::setupCore()
isanae
2020-11-07
1
-50
/
+1
*
refactored setupInstance(), comments
isanae
2020-11-07
1
-1
/
+1
*
moved instance setup/selection to instancemanager.cpp
isanae
2020-11-07
1
-178
/
+3
*
moved dlls stuff to MOApplication
isanae
2020-11-07
1
-39
/
+1
*
moved splash stuff to MOSplash
isanae
2020-11-07
1
-69
/
+2
*
added ... to the "Delete Instance" button to make it less scary
isanae
2020-11-07
1
-4
/
+4
*
removed some redundant functions in InstanceManager, made them all non-static
isanae
2020-11-07
1
-9
/
+9
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
1
-7
/
+7
*
pass null IOrganizer to proxy plugins instead of one with a null OrganizerCore
isanae
2020-11-06
1
-1
/
+5
*
added IPlugin::registered()
isanae
2020-11-04
1
-7
/
+30
*
replaced #pragma once by ifdefs
isanae
2020-11-03
1
-7
/
+7
*
show create instance dialog on startup if there are no instances
isanae
2020-11-03
1
-1
/
+11
*
replace "create instance" title by "setting up instance"
isanae
2020-11-03
1
-5
/
+5
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-70
/
+193
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-6
/
+21
*
split nexus connection stuff into NexusConnectionUI so it can be reused in th...
isanae
2020-11-03
1
-5
/
+5
*
fixed settings doing weird stuff with multiple instances
isanae
2020-11-03
1
-4
/
+6
*
started create instance dialog
isanae
2020-11-03
1
-0
/
+9
*
fixed splash not trying the default one
isanae
2020-11-03
1
-6
/
+20
*
moved profile, current game and game edition checks to InstanceManager
isanae
2020-11-03
1
-224
/
+10
*
refactored stuff into determineGameEdition() and handleCommandLine()
isanae
2020-11-03
1
-71
/
+100
*
more refactoring:
isanae
2020-11-03
1
-94
/
+119
*
removed flags from SingleInstance because there's only one left
isanae
2020-11-03
1
-114
/
+111
*
moved initLogging() to loglist.cpp
isanae
2020-11-03
1
-65
/
+2
*
removed unused HaveWriteAccess()
isanae
2020-11-03
1
-99
/
+2
*
cleaned up includes
isanae
2020-11-03
1
-56
/
+5
*
fixed handling of profile names with different casing than on the filesystem
isanae
2020-11-03
1
-2
/
+4
*
add warning when profile given with -p doesn't exist
isanae
2020-11-03
1
-65
/
+52
*
removed unused `update` parameter
isanae
2020-11-03
1
-6
/
+1
*
implemented `launch` as a command
isanae
2020-11-03
1
-65
/
+4
*
new CommandLine class
isanae
2020-11-03
1
-26
/
+5
*
added --multiple to allow launching multiple instances
isanae
2020-11-03
1
-19
/
+28
*
Compatibility fix for Qt 5.15.x
Jeremy Rimpo
2020-09-09
1
-1
/
+1
[next]