| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up handling of managed game instance in NexusInterface | Silarn | 2018-05-02 | 1 | -3/+0 |
| | | |||||
| * | Fix MO endorsement check and add game to ModInfo s_ModsByModID | Silarn | 2018-05-02 | 1 | -1/+2 |
| | | |||||
| * | Add alternative game flag and check | Silarn | 2018-04-27 | 1 | -1/+1 |
| | | |||||
| * | Fix for virtualized executable path | Silarn | 2018-04-16 | 1 | -6/+8 |
| | | |||||
| * | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵ | Silarn | 2018-04-16 | 1 | -2/+7 |
| |\ | | | | | | | Develop | ||||
| | * | Fix for programs set to start from inside the top level of a mod folder not ↵ | Al12rs | 2018-04-15 | 1 | -2/+7 |
| | | | | | | | | | launching. | ||||
| * | | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -20/+31 |
| |/ | |||||
| * | Fix both remove and reinstall updating hidden downloads | Silarn | 2018-04-11 | 1 | -0/+2 |
| | | |||||
| * | Updates to allow a full plugin data refresh in certain circumstances | Silarn | 2018-04-08 | 1 | -8/+8 |
| | | |||||
| * | Allow MO2 shortcuts that open the indicated MO2 instance in the argument if ↵ | Al12rs | 2018-04-07 | 1 | -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äckel | 2018-02-23 | 1 | -1421/+1716 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -1716/+1421 |
| | | |||||
| * | Add warning when MO1 hook.dll is left in game folder | Eran Mizrahi | 2018-01-13 | 1 | -13/+29 |
| | | |||||
| * | Prefer hiding the MO proxy when waiting for spawned processes | Eran Mizrahi | 2017-12-29 | 1 | -13/+108 |
| | | |||||
| * | Virtualize spawning of executable also if working directory is under mods folder | Eran Mizrahi | 2017-12-27 | 1 | -13/+18 |
| | | |||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -4/+11 |
| | | |||||
| * | Ensure all mostlist writing is done through the DelayedFileWriter | Eran Mizrahi | 2017-12-18 | 1 | -5/+5 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -4/+4 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -0/+13 |
| | | |||||
| * | Improve responsiveness of unlock button | Eran Mizrahi | 2017-12-13 | 1 | -5/+10 |
| | | |||||
| * | Wait for injected processes on MO close | Eran Mizrahi | 2017-12-13 | 1 | -20/+25 |
| | | |||||
| * | Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵ | Eran Mizrahi | 2017-12-13 | 1 | -1/+1 |
| | | | | | parentless scenario) | ||||
| * | fix waitForProcessCompletion bug | Eran Mizrahi | 2017-12-13 | 1 | -1/+1 |
| | | |||||
| * | Move crash dumps to instance-dependant data folder | Eran Mizrahi | 2017-12-12 | 1 | -5/+4 |
| | | |||||
| * | Use single instance also for MO shortcuts | Eran Mizrahi | 2017-12-11 | 1 | -1/+4 |
| | | |||||
| * | Run shortcuts using moshortcut:// to avoid command line problems | Eran Mizrahi | 2017-12-10 | 1 | -41/+55 |
| | | |||||
| * | move crash dumps to their own folder | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | rewrite waitForProcessCompletion more robustly | Eran Mizrahi | 2017-12-10 | 1 | -85/+69 |
| | | |||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -9/+37 |
| | | |||||
| * | add logging of process spawn | Eran Mizrahi | 2017-12-10 | 1 | -0/+4 |
| | | |||||
| * | cycle crash dumps | Eran Mizrahi | 2017-12-10 | 1 | -1/+9 |
| | | |||||
| * | generate dumps using new diagnostics settings | Eran Mizrahi | 2017-12-10 | 1 | -2/+21 |
| | | |||||
| * | Wait for mousebutton to reduce MO cpu use while waiting | Jeremy Rimpo | 2017-11-05 | 1 | -2/+2 |
| | | |||||
| * | Remove cruft and reapply input event listening on subprocess delay | Jeremy Rimpo | 2017-11-05 | 1 | -7/+7 |
| | | |||||
| * | Rework waitForProcessCompletion - reduce handle use and add delay | Jeremy Rimpo | 2017-11-05 | 1 | -84/+102 |
| | | |||||
| * | processes should be deleted at end of waitForProcessCompletion | LePresidente | 2017-11-04 | 1 | -0/+1 |
| | | |||||
| * | Fix remaining handle leaks | Jeremy Rimpo | 2017-11-02 | 1 | -5/+14 |
| | | |||||
| * | Process completion fixes | Jeremy Rimpo | 2017-11-02 | 1 | -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 ↵ | Al12rs | 2017-10-31 | 1 | -1/+1 |
| | | | | | can't be overwritten to avoid handle leaks. | ||||
| * | More fixes to waitForProcessCompletion | LePresidente | 2017-10-31 | 1 | -35/+38 |
| | | |||||
| * | multiple fixes to waitForProcessCompletion. | LePresidente | 2017-10-31 | 1 | -41/+46 |
| | | |||||
| * | Fixes the handle leak in the OrganizerCore::waitForProcessCompletion | LePresidente | 2017-10-28 | 1 | -49/+50 |
| | | |||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -2/+16 |
| | | |||||
| * | Fixing overwrite problems | ZachHaber | 2017-01-17 | 1 | -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 issues | Brian Munro | 2017-01-11 | 1 | -3/+3 |
| | | |||||
| * | Reverted Change | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Reverted silly edit. | ||||
| * | Update organizercore.cpp | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Shoud be an "or" query instead of "and", | ||||
| * | Migrate to version numbers with buildnumber. | LePresidente | 2016-12-21 | 1 | -0/+1 |
| | | | | | Added Comment for removal of ModBase::isOneof | ||||
| * | Reverted use of MOBase::isOneOf was causing the lock to fail. | LePresidente | 2016-12-20 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -157/+103 |
| |\ | |||||
