summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Virtualize spawning of executable also if working directory is under mods folderEran Mizrahi2017-12-271-13/+18
|
* Enable open in explorer option also for overwriteEran Mizrahi2017-12-271-0/+1
|
* Add clear overwrite optionEran Mizrahi2017-12-272-0/+27
|
* print settings loading and changes to log for diagnostic purposesEran Mizrahi2017-12-272-0/+28
|
* Default to sorting newest download firstEran Mizrahi2017-12-261-1/+1
|
* Show the newly added mod when creating an empty modEran Mizrahi2017-12-261-0/+2
|
* Fix mods priorities getting messed up when renaming a modEran Mizrahi2017-12-261-6/+9
|
* Disable BSA Conflict Checking.LePresidente2017-12-262-4/+4
| | | | Version Bump to 2.1.0.1 (Once off using the 4th point do to change being so minor) Next version will be 2.1.1
* Disable the bsa tab for releaseLePresidente2017-12-253-4/+47
| | | | | Version bump to 2.1.0 Updated about window
* Fix rare crash when deactiving modsEran Mizrahi2017-12-241-3/+3
|
* Deploy also styles/qwindowsvistastyle.dllEran Mizrahi2017-12-221-0/+2
|
* Hide boost compiler version warningsEran Mizrahi2017-12-201-1/+1
|
* Fix modorganizer stagingEran Mizrahi2017-12-201-1/+3
|
* Use Qt deploy also for Qt plugins (cherry picking only the ones we need)Eran Mizrahi2017-12-191-2/+5
|
* fix usvfs includes (following usvfs VS project)Eran Mizrahi2017-12-191-1/+1
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-1910-20/+134
|
* avoid splash screen when running a shortcutEran Mizrahi2017-12-181-8/+4
|
* Ensure clearing currentInstance reg key when selecting portable installEran Mizrahi2017-12-181-2/+1
|
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-185-70/+87
|
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-185-17/+37
|
* Increase mo_interface log to help diagnose problemsEran Mizrahi2017-12-181-1/+1
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-1711-99/+103
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-1510-6/+331
|
* Improve responsiveness of unlock buttonEran Mizrahi2017-12-131-5/+10
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-1313-87/+443
|
* Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵Eran Mizrahi2017-12-136-20/+86
| | | | parentless scenario)
* fix waitForProcessCompletion bugEran Mizrahi2017-12-131-1/+1
|
* Allow silent closing during instance selectionEran Mizrahi2017-12-131-2/+2
|
* Remove auto-generated files from source controlEran Mizrahi2017-12-132-11505/+0
|
* Insert the game rather than replacing the current entryJeremy Rimpo2017-12-131-1/+1
|
* Properly shut down QtWebEngineJeremy Rimpo2017-12-131-0/+2
|
* A number of improvements and fixesJeremy Rimpo2017-12-136-189/+235
| | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-126-11/+27
|
* call previous unhandled exception filterEran Mizrahi2017-12-111-6/+8
|
* Revert "Collect crash dumps also for vectored exceptions"Eran Mizrahi2017-12-111-7/+1
| | | | This reverts commit b75e3c12318267be1589cee5e13a9fc89b0097b1.
* Use single instance also for MO shortcutsEran Mizrahi2017-12-113-21/+15
|
* Turn on application icon for executables by defaultEran Mizrahi2017-12-101-1/+1
|
* Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-104-47/+87
|
* Allow copying an executable without changing detailsEran Mizrahi2017-12-101-1/+2
|
* move crash dumps to their own folderEran Mizrahi2017-12-102-2/+2
|
* rewrite waitForProcessCompletion more robustlyEran Mizrahi2017-12-101-85/+69
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-108-39/+62
|
* add logging of process spawnEran Mizrahi2017-12-102-0/+12
|
* Collect crash dumps also for vectored exceptionsEran Mizrahi2017-12-101-1/+7
|
* cycle crash dumpsEran Mizrahi2017-12-103-1/+12
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-107-80/+73
|
* new diagnostics settings dialog tabEran Mizrahi2017-12-103-50/+237
|
* Scan for and include script extender save files when transferring savesJeremy Rimpo2017-12-081-0/+20
|
* Don't set save path or mygamesdirectory in initweaksJeremy Rimpo2017-12-071-12/+0
|
* Use settings to get correct overwrite path for relative location calc.Jeremy Rimpo2017-12-071-1/+2
| | | | (Fixes drag & drop from overwrite to mods.)