| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | uncheck directories changed by the user by default to match the old ↵ | isanae | 2020-11-10 | 1 | -1/+7 |
| | | | | | behaviour of deleting an instance | ||||
| * | whitespace | isanae | 2020-11-10 | 1 | -2/+2 |
| | | |||||
| * | don't attempt to parse the command line for launch, it fails in all sorts of ↵ | isanae | 2020-11-09 | 3 | -35/+36 |
| | | | | | | | ways don't try to time stuff before logging is initialized, an exception before initLogging() will crash because ~TimeThis() tries to log | ||||
| * | fixed nexus state not being updated | isanae | 2020-11-09 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #1284 from isanae/command-line-cleanup | isanae | 2020-11-09 | 39 | -1792/+3268 |
| |\ | | | | | Command line cleanup | ||||
| | * | removed excess padding in plugins tab | isanae | 2020-11-09 | 1 | -19/+45 |
| | | | | | | | | | put blacklist into a group box | ||||
| | * | keyboard nav for create instance dialog | isanae | 2020-11-08 | 5 | -56/+218 |
| | | | | | | | | | | | change the skip intro setting on click instead of on completion ctrl+f in game page | ||||
| | * | renamed singleinstance.h/cpp to multiprocess.h/cpp | isanae | 2020-11-08 | 5 | -4/+4 |
| | | | |||||
| | * | renamed SingleInstance to MOMultiProcess | isanae | 2020-11-08 | 6 | -82/+41 |
| | | | | | | | | | rewrote some comments to avoid using "instance" | ||||
| | * | timings | isanae | 2020-11-08 | 2 | -0/+30 |
| | | | |||||
| | * | renamed "change game" button to "manage instances" | isanae | 2020-11-07 | 1 | -9/+9 |
| | | | |||||
| | * | changed wiki link to Instances | isanae | 2020-11-07 | 2 | -2/+2 |
| | | | |||||
| | * | task dialog for plugin loadcheck | isanae | 2020-11-07 | 1 | -9/+64 |
| | | | | | | | | | added option to skip plugin for this session only | ||||
| | * | show a confirmation before switching instances | isanae | 2020-11-07 | 2 | -3/+44 |
| | | | |||||
| | * | implemented browse buttons | isanae | 2020-11-07 | 2 | -7/+31 |
| | | | |||||
| | * | larger initial size for the instance dialog | isanae | 2020-11-07 | 5 | -5/+55 |
| | | | | | | | | | save geometry if settings are available | ||||
| | * | fixed AppConfig::logFileName so it can be used | isanae | 2020-11-07 | 4 | -169/+178 |
| | | | | | | | | | refactored MOApplication so everything is in doOneRun() | ||||
| | * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 14 | -106/+146 |
| | | | | | | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| | * | split getCurrentInstance() | isanae | 2020-11-07 | 2 | -24/+35 |
| | | | |||||
| | * | 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 | 3 | -296/+315 |
| | | | |||||
| | * | added sanitychecks.h, moved to namespace sanity | isanae | 2020-11-07 | 4 | -13/+47 |
| | | | | | | | | | added a set SetThisThreadName() after creating the main window, Qt resets it | ||||
| | * | moved handleCommandLine() to CommandLine::setupCore() | isanae | 2020-11-07 | 3 | -50/+76 |
| | | | |||||
| | * | refactored setupInstance(), comments | isanae | 2020-11-07 | 3 | -69/+114 |
| | | | | | | | | | ok -> okay | ||||
| | * | moved instance setup/selection to instancemanager.cpp | isanae | 2020-11-07 | 5 | -179/+214 |
| | | | | | | | | | comments | ||||
| | * | moved dlls stuff to MOApplication | isanae | 2020-11-07 | 2 | -39/+49 |
| | | | |||||
| | * | moved splash stuff to MOSplash | isanae | 2020-11-07 | 5 | -69/+115 |
| | | | | | | | | | comments | ||||
| | * | comments | isanae | 2020-11-07 | 2 | -19/+150 |
| | | | | | | | | | interpret a first argument starting with -- as an error instead of an exe name/binary | ||||
| | * | documentation | isanae | 2020-11-07 | 1 | -19/+82 |
| | | | |||||
| | * | documentation | isanae | 2020-11-07 | 3 | -103/+448 |
| | | | | | | | | | | | use an okay flag in PathsPage to avoid calling checkPaths() in ready() and make stuff mutable moved a few things around | ||||
| | * | moved DirectoryCreator up, moved fix functions as lambdas | isanae | 2020-11-07 | 1 | -111/+129 |
| | | | |||||
| | * | moved getInstanceName() up | isanae | 2020-11-07 | 5 | -173/+243 |
| | | | | | | | | | | | | | removed individual getters in CreateInstanceDialog, they were duplicating the work in creationInfo() only VariantsPage needs access to the game plugin during creationInfo(), so pass it instead selecting an undetected game, choosing a valid path and going back to the games page would not display the selected path in the list | ||||
| | * | added ... to the "Delete Instance" button to make it less scary | isanae | 2020-11-07 | 6 | -368/+456 |
| | | | | | | | | | | | | | | | merged InstanceInfo into Instance, most of it was redundant added logging before deleting instance added Instance::readFromIni(), contains stuff that used to be in setup(), used by instance dialog replaced QDir with QString in a few places, I hate QDir | ||||
| | * | removed some redundant functions in InstanceManager, made them all non-static | isanae | 2020-11-07 | 6 | -76/+250 |
| | | | | | | | | | documentation | ||||
| * | | Remember currently open tab in right panel. | Mikaël Capelle | 2020-11-08 | 1 | -0/+3 |
| |/ | |||||
| * | Call detectGame() after checking for conversion. | Mikaël Capelle | 2020-11-06 | 1 | -1/+1 |
| | | |||||
| * | Replace IPlugin::registered() by IPluginGame::detectGame(). | Mikaël Capelle | 2020-11-06 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #1280 from isanae/command-line | isanae | 2020-11-06 | 67 | -1941/+7907 |
| |\ | | | | | Command line and instance dialogs | ||||
| | * | renamed InstanceManager::instance() to singleton() to avoid confusion | isanae | 2020-11-06 | 10 | -35/+35 |
| | | | |||||
| | * | pass null IOrganizer to proxy plugins instead of one with a null OrganizerCore | isanae | 2020-11-06 | 3 | -182/+51 |
| | | | | | | | | | | | removed now useless null checks in OrganizerProxy call setPluginDataPath() early so plugins can have it, since it's now a static function in IOrganizer | ||||
| | * | call init() on proxy plugins | isanae | 2020-11-04 | 5 | -41/+205 |
| | | | | | | | | | | | OrganizerProxy now handles a null OrganizerCore, used for proxy plugins changed appVersion() and pluginDataPath() so they don't need OrganizerCore | ||||
| | * | added IPlugin::registered() | isanae | 2020-11-04 | 11 | -471/+54 |
| | | | | | | | | | | | | | | | | | removed useless dummy interfaces because init() isn't called anymore python plugins currently broken because init() isn't called on them fixed create instance dialog being shown on startup even if portable instance existed display a message when the last instance can't be found fixed instance manager dialog failing to open the portable instance | ||||
| | * | stop using deprecated map() | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | |||||
| | * | replaced #pragma once by ifdefs | isanae | 2020-11-03 | 10 | -93/+41 |
| | | | | | | | | | | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit | ||||
| | * | show create instance dialog on startup if there are no instances | isanae | 2020-11-03 | 2 | -4/+20 |
| | | | |||||
| | * | larged delete instance dialog | isanae | 2020-11-03 | 1 | -0/+1 |
| | | | |||||
| | * | replace "create instance" title by "setting up instance" | isanae | 2020-11-03 | 4 | -11/+23 |
| | | | | | | | | | fixed bad game location for custom paths | ||||
| | * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 14 | -628/+695 |
| | | | | | | | | | | | moved most of the figuring out of instance parameters from InstanceManager to Instance, separated all the ui from it and put it in main.cpp added ways to show single pages in the create instance dialog so they can be used when info is missing | ||||
| | * | game icons in the instance list | isanae | 2020-11-03 | 5 | -1/+89 |
| | | | |||||
| | * | fixes after rebasing | isanae | 2020-11-03 | 11 | -91/+123 |
| | | | |||||
