summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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
| | | | | Changes the organizerproxy to pull from the settings rather than try and figure it out on its own.
* Fixes the error code 5/6 issuesBrian Munro2017-01-111-3/+3
|
* Reverted ChangeBrian Munro2016-12-211-1/+1
| | | Reverted silly edit.
* Update organizercore.cppBrian Munro2016-12-211-1/+1
| | | Shoud be an "or" query instead of "and",
* Migrate to version numbers with buildnumber.LePresidente2016-12-211-0/+1
| | | | Added Comment for removal of ModBase::isOneof
* 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 ↵Thomas Tanner2016-06-251-102/+55
| | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
| * Merge branch 'master' into issue/418Thomas Tanner2016-01-241-4/+4
| |\ | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/organizerproxy.cpp
| | * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-4/+4
| | | | | | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer
| * | 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 ↵Tannin2016-06-231-2/+33
| | | | | | | | profile list after change
* | 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
| |
* | fixed: after running an external application the plugin list was potentially ↵Tannin2016-05-151-12/+13
| | | | | | | | not updated correctly
* | added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-13/+72
| | | | | | | | "overwrite"
* | cleanupTannin2016-05-071-7/+5
| |
* | now using github for self updaterTannin2016-05-061-8/+0
| |
* | merged master into new_vfs_libraryTannin2016-02-121-6/+30
| |
* | fixed display of process name in unlock-widgetTannin2016-02-091-21/+40
| |
* | fixed cleanup on restartTannin2016-02-091-1/+1
| |
* | code formatting (clang_format)Tannin2016-02-091-255/+412
| |
* | made instance-switching usableTannin2016-01-101-12/+10
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵Tannin2015-12-281-3/+28
|\ \ | | | | | | | | | into new_vfs_library
| * | executables installed as mods are now run through a proxy (not working yet)TanninOne2015-12-281-3/+28
| | |
* | | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-5/+5
|/ / | | | | | | other fixes
* | support for adding directories to the vfs that will act as create target for ↵Tannin2015-12-181-5/+13
| | | | | | | | new files
* | removed close-mo featureTannin2015-12-181-48/+36
| |
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-33/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-13/+5
| | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
| * Renamed getNexusName to getGameShortName as previously because it hopefully ↵Thomas Tanner2015-11-261-2/+2
| | | | | | | | isn't too nexus related.