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
*
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
*
always call the previous terminate handler, which should abort
isanae
2020-08-13
1
-1
/
+8
*
revert font scaling:
isanae
2020-08-01
1
-12
/
+1
*
fixed bad font scaling
isanae
2020-07-31
1
-1
/
+12
*
added startSafeThread() to get core dumps for threads other than the main thread
isanae
2020-07-31
1
-4
/
+26
*
Manually unload plugins to avoid issue with automatic unloading.
Mikaƫl Capelle
2020-06-11
1
-8
/
+8
*
now using new common cmakefiles
isanae
2020-04-23
1
-3
/
+3
*
log command line
isanae
2020-04-17
1
-0
/
+2
*
update available log is now info instead of debug
isanae
2020-04-17
1
-1
/
+4
*
dump a bunch of counts for mods when selecting a profile
isanae
2020-04-17
1
-2
/
+0
*
Fix "Failed to setup data paths" loop by showing the choose instance dialog f...
AL
2020-03-30
1
-0
/
+3
*
categories were loaded too late
isanae
2020-02-18
1
-0
/
+1
*
added more timings
isanae
2020-02-18
1
-2
/
+10
*
split directoryentry
isanae
2020-02-18
1
-0
/
+1
[next]