summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| |/
* | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...Seth Riley2020-11-061-2/+1
|\|
| * 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
* | Fixed bad mergeSeth Riley2020-11-061-2/+1
* | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...Seth Riley2020-11-0670-1919/+7930
|\|
| * 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
| | * replaced #pragma once by ifdefsisanae2020-11-0310-93/+41
| | * show create instance dialog on startup if there are no instancesisanae2020-11-032-4/+20
| | * larged delete instance dialogisanae2020-11-031-0/+1
| | * replace "create instance" title by "setting up instance"isanae2020-11-034-11/+23
| | * InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-0314-628/+695
| | * game icons in the instance listisanae2020-11-035-1/+89
| | * fixes after rebasingisanae2020-11-0311-91/+123
| | * moved nexus api stuff to GlobalSettingsisanae2020-11-0323-130/+623
| | * moved naturalCompare() to uibaseisanae2020-11-035-41/+33
| | * open ini buttonisanae2020-11-035-22/+103
| | * added checkboxes for deleting instancesisanae2020-11-032-96/+104
| | * - changed PathSettings::base() to use the ini's parent directory instead of t...isanae2020-11-034-140/+328
| | * delete instanceisanae2020-11-033-34/+265
| | * fixed boost bind warningsisanae2020-11-034-4/+8
| | * renamed cancel to closeisanae2020-11-033-26/+88
| | * filter, explore buttons, instance renameisanae2020-11-037-65/+221
| | * disable portable instance button if one existsisanae2020-11-034-10/+27
| | * implemented nexus pageisanae2020-11-034-25/+41
| | * split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-0314-268/+510