summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-1421/+1716
* 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 paren...Eran Mizrahi2017-12-131-1/+1
* 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
* Added !found condition to for loop to ensure that a valid processHandle can't...Al12rs2017-10-311-1/+1
* More fixes to waitForProcessCompletionLePresidente2017-10-311-35/+38
* multiple fixes to waitForProcessCompletion.LePresidente2017-10-311-41/+46
* Fixes the handle leak in the OrganizerCore::waitForProcessCompletionLePresidente2017-10-281-49/+50
* Basic ESL updatesJeremy Rimpo2017-10-201-2/+16
* Fixing overwrite problemsZachHaber2017-01-171-0/+10
* Fixes the error code 5/6 issuesBrian Munro2017-01-111-3/+3
* Reverted ChangeBrian Munro2016-12-211-1/+1
* Update organizercore.cppBrian Munro2016-12-211-1/+1
* Migrate to version numbers with buildnumber.LePresidente2016-12-211-0/+1
* Reverted use of MOBase::isOneOf was causing the lock to fail.LePresidente2016-12-201-2/+2
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-157/+103
|\
| * Restore commented out codeThomas Tanner2016-06-261-1/+41
| * Extra question box functionalityThomas Tanner2016-06-251-1/+1
| * Some refactoring of the spawn code and to make waitForApplication get the rig...Thomas Tanner2016-06-251-102/+55
| * Merge branch 'master' into issue/418Thomas Tanner2016-01-241-4/+4
| |\
| | * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-4/+4
| * | Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-6/+29
| |/
* | fixed creation of data paths after changing paths in settings and update of p...Tannin2016-06-231-2/+33
* | usvfs log level can now be changed without a restartTannin2016-06-191-0/+5
* | bugfix: unnecessary repeat of delayed operationsTannin2016-06-051-0/+1
* | minor cleanupTannin2016-06-011-2/+3