summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't disable ESMs when disabling mods if alternatives are availableLostDragonist2018-12-081-1/+10
|
* Add workaround setting to prevent the GUI from locking when running an ↵LostDragonist2018-12-081-1/+4
| | | | executable
* Correct comparison logic for blacklist warningLostDragonist2018-11-291-1/+1
|
* Add executable blacklistingLostDragonist2018-11-291-3/+17
|
* Add cancel button to "Start Steam?" dialog to not start binaryLostDragonist2018-11-261-9/+13
|
* Add separators according to context location of context menuLostDragonist2018-11-011-1/+1
|
* Improve changing mod and plugin prioritiesLostDragonist2018-11-011-2/+4
|
* Allow user to cancel VFS mappingLostDragonist2018-08-161-0/+3
|
* Set delete Key to recursively clear overwrite with confirmation message.Al12rs2018-07-181-0/+2
|
* Detect if the Windows Event Log service is not runningLostDragonist2018-07-161-7/+102
|
* Changes to allow installer_NCC to use the game source set in the DL metaSilarn2018-05-071-0/+9
|
* Clean up handling of managed game instance in NexusInterfaceSilarn2018-05-021-3/+0
|
* Fix MO endorsement check and add game to ModInfo s_ModsByModIDSilarn2018-05-021-1/+2
|
* Add alternative game flag and checkSilarn2018-04-271-1/+1
|
* Fix for virtualized executable pathSilarn2018-04-161-6/+8
|
* Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵Silarn2018-04-161-2/+7
|\ | | | | | | Develop
| * Fix for programs set to start from inside the top level of a mod folder not ↵Al12rs2018-04-151-2/+7
| | | | | | | | launching.
* | Support for multi-game downloadsSilarn2018-04-161-20/+31
|/
* Fix both remove and reinstall updating hidden downloadsSilarn2018-04-111-0/+2
|
* Updates to allow a full plugin data refresh in certain circumstancesSilarn2018-04-081-8/+8
|
* Allow MO2 shortcuts that open the indicated MO2 instance in the argument if ↵Al12rs2018-04-071-2/+3
| | | | | | the executable name is omitted. This should be added after the MO2 exe path: ' "moshortcut://myInstanceName:" '. If there are caracters after the ":" then MO2 will assume that is an execuatble and will try to run it.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-1421/+1716
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-1716/+1421
|
* Add warning when MO1 hook.dll is left in game folderEran Mizrahi2018-01-131-13/+29
|
* Prefer hiding the MO proxy when waiting for spawned processesEran Mizrahi2017-12-291-13/+108
|
* Virtualize spawning of executable also if working directory is under mods folderEran Mizrahi2017-12-271-13/+18
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-4/+11
|
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-181-5/+5
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-4/+4
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-0/+13
|
* Improve responsiveness of unlock buttonEran Mizrahi2017-12-131-5/+10
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-20/+25
|
* Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵Eran Mizrahi2017-12-131-1/+1
| | | | parentless scenario)
* fix waitForProcessCompletion bugEran Mizrahi2017-12-131-1/+1
|
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-121-5/+4
|
* Use single instance also for MO shortcutsEran Mizrahi2017-12-111-1/+4
|
* Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-101-41/+55
|
* move crash dumps to their own folderEran Mizrahi2017-12-101-1/+1
|
* rewrite waitForProcessCompletion more robustlyEran Mizrahi2017-12-101-85/+69
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-9/+37
|
* add logging of process spawnEran Mizrahi2017-12-101-0/+4
|
* cycle crash dumpsEran Mizrahi2017-12-101-1/+9
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-2/+21
|
* Wait for mousebutton to reduce MO cpu use while waitingJeremy Rimpo2017-11-051-2/+2
|
* Remove cruft and reapply input event listening on subprocess delayJeremy Rimpo2017-11-051-7/+7
|
* Rework waitForProcessCompletion - reduce handle use and add delayJeremy Rimpo2017-11-051-84/+102
|
* processes should be deleted at end of waitForProcessCompletionLePresidente2017-11-041-0/+1
|
* Fix remaining handle leaksJeremy Rimpo2017-11-021-5/+14
|
* Process completion fixesJeremy Rimpo2017-11-021-75/+73
| | | | | | * Closes all old handles * Hides 'unknown' processes * Correctly detects process chains
* Added !found condition to for loop to ensure that a valid processHandle ↵Al12rs2017-10-311-1/+1
| | | | can't be overwritten to avoid handle leaks.