summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of previous 'enabled' settings.Mikaël Capelle2020-11-111-7/+10
* Hide Tool action instead of not adding them.Mikaël Capelle2020-11-111-8/+3
* Improve requirements handling.Mikaël Capelle2020-11-116-97/+361
* PluginRequirement -> IPluginRequirement and minor fixes.Mikaël Capelle2020-11-112-21/+28
* Insert 'enabled' plugin if not present.Mikaël Capelle2020-11-111-0/+5
* Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-1113-64/+296
* detectGame() must be called before init()isanae2020-11-101-1/+5
* uncheck directories changed by the user by default to match the old behaviour...isanae2020-11-101-1/+7
* whitespaceisanae2020-11-101-2/+2
* don't attempt to parse the command line for launch, it fails in all sorts of ...isanae2020-11-093-35/+36
* fixed nexus state not being updatedisanae2020-11-091-0/+2
* Merge pull request #1284 from isanae/command-line-cleanupisanae2020-11-0939-1792/+3268
|\
| * removed excess padding in plugins tabisanae2020-11-091-19/+45
| * keyboard nav for create instance dialogisanae2020-11-085-56/+218
| * renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-085-4/+4
| * renamed SingleInstance to MOMultiProcessisanae2020-11-086-82/+41
| * timingsisanae2020-11-082-0/+30
| * renamed "change game" button to "manage instances"isanae2020-11-071-9/+9
| * changed wiki link to Instancesisanae2020-11-072-2/+2
| * task dialog for plugin loadcheckisanae2020-11-071-9/+64
| * show a confirmation before switching instancesisanae2020-11-072-3/+44
| * implemented browse buttonsisanae2020-11-072-7/+31
| * larger initial size for the instance dialogisanae2020-11-075-5/+55
| * fixed AppConfig::logFileName so it can be usedisanae2020-11-074-169/+178
| * stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-0714-106/+146
| * split getCurrentInstance()isanae2020-11-072-24/+35
| * reordered functions, removed unused headersisanae2020-11-071-74/+39
| * moved most of the stuff from main.cpp into MOApplicationisanae2020-11-073-296/+315
| * added sanitychecks.h, moved to namespace sanityisanae2020-11-074-13/+47
| * moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-073-50/+76
| * refactored setupInstance(), commentsisanae2020-11-073-69/+114
| * moved instance setup/selection to instancemanager.cppisanae2020-11-075-179/+214
| * moved dlls stuff to MOApplicationisanae2020-11-072-39/+49
| * moved splash stuff to MOSplashisanae2020-11-075-69/+115
| * commentsisanae2020-11-072-19/+150
| * documentationisanae2020-11-071-19/+82
| * documentationisanae2020-11-073-103/+448
| * moved DirectoryCreator up, moved fix functions as lambdasisanae2020-11-071-111/+129
| * moved getInstanceName() upisanae2020-11-075-173/+243
| * added ... to the "Delete Instance" button to make it less scaryisanae2020-11-076-368/+456
| * removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-076-76/+250
* | Remember currently open tab in right panel.Mikaël Capelle2020-11-081-0/+3
|/
* Call detectGame() after checking for conversion.Mikaël Capelle2020-11-061-1/+1
* Replace IPlugin::registered() by IPluginGame::detectGame().Mikaël Capelle2020-11-061-2/+1
* Merge pull request #1280 from isanae/command-lineisanae2020-11-0667-1941/+7907
|\
| * renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-0610-35/+35
| * pass null IOrganizer to proxy plugins instead of one with a null OrganizerCoreisanae2020-11-063-182/+51
| * call init() on proxy pluginsisanae2020-11-045-41/+205
| * added IPlugin::registered()isanae2020-11-0411-471/+54
| * stop using deprecated map()isanae2020-11-031-1/+1