summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-4/+6
* started create instance dialogisanae2020-11-031-0/+9
* fixed splash not trying the default oneisanae2020-11-031-6/+20
* moved profile, current game and game edition checks to InstanceManagerisanae2020-11-031-224/+10
* refactored stuff into determineGameEdition() and handleCommandLine()isanae2020-11-031-71/+100
* more refactoring:isanae2020-11-031-94/+119
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-114/+111
* moved initLogging() to loglist.cppisanae2020-11-031-65/+2
* removed unused HaveWriteAccess()isanae2020-11-031-99/+2
* cleaned up includesisanae2020-11-031-56/+5
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-2/+4
* add warning when profile given with -p doesn't existisanae2020-11-031-65/+52
* removed unused `update` parameterisanae2020-11-031-6/+1
* implemented `launch` as a commandisanae2020-11-031-65/+4
* new CommandLine classisanae2020-11-031-26/+5
* added --multiple to allow launching multiple instancesisanae2020-11-031-19/+28
* Compatibility fix for Qt 5.15.xJeremy Rimpo2020-09-091-1/+1
* always call the previous terminate handler, which should abortisanae2020-08-131-1/+8
* revert font scaling:isanae2020-08-011-12/+1
* fixed bad font scalingisanae2020-07-311-1/+12
* added startSafeThread() to get core dumps for threads other than the main threadisanae2020-07-311-4/+26
* Manually unload plugins to avoid issue with automatic unloading.Mikaƫl Capelle2020-06-111-8/+8
* now using new common cmakefilesisanae2020-04-231-3/+3
* log command lineisanae2020-04-171-0/+2
* update available log is now info instead of debugisanae2020-04-171-1/+4
* dump a bunch of counts for mods when selecting a profileisanae2020-04-171-2/+0
* Fix "Failed to setup data paths" loop by showing the choose instance dialog f...AL2020-03-301-0/+3
* categories were loaded too lateisanae2020-02-181-0/+1
* added more timingsisanae2020-02-181-2/+10
* split directoryentryisanae2020-02-181-0/+1
* wstring_view when possibleisanae2020-02-181-0/+2
* Add setting to disable splash since it can cause load time increaseAL2020-02-171-15/+27
* Reduce overhead introduced by splashscreenAL2020-02-171-4/+3
* Move modInfo loadFromDisc to it's own functionAL2020-02-161-0/+1
* added a few missing constsisanae2020-02-041-2/+0
* temporary fix to keep MO locked for all processes when closingisanae2019-12-151-1/+0
* Rework column insertion to move to the intended position post-factoSilarn2019-12-081-2/+0
* added checks on startup for directories in program filesisanae2019-11-271-0/+3
* added rivatuner to sanity checksisanae2019-11-261-1/+3
* log new modules being loaded after startupisanae2019-11-261-0/+4
* only log crash dumps message on startupisanae2019-11-261-0/+14
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-2/+2
* removed runExecutableOrExecutableFile()isanae2019-11-061-5/+11
* removed runShortcut()isanae2019-11-061-1/+5
* split to processrunnerisanae2019-11-061-2/+2
* renamed startApplication() to runExecutableOrExecutableFile()isanae2019-11-061-1/+2
* added usvfs version in log and about dialogisanae2019-10-091-2/+3
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-3/+9
* only log a warning for symlinks instead of exiting MOisanae2019-10-051-0/+8
* moved checks to sanitychecks.cppisanae2019-10-051-43/+3