| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix getFileOrigins | LostDragonist | 2019-03-26 | 1 | -4/+3 | |
| | | ||||||
| * | Add more protection against missing game plugins | LostDragonist | 2019-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | Add parameters to startApplication to allow control of custom overwrite | LostDragonist | 2019-03-24 | 1 | -19/+32 | |
| | | ||||||
| * | Improve failed login checks on start up | LostDragonist | 2019-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Add function to get configured mods directory | LostDragonist | 2019-02-23 | 1 | -5/+10 | |
| | | ||||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 1 | -1/+0 | |
| | | | | | The new API does not require this and it serves no purpose to keep it. | |||||
| * | Fix for Steam being run as administrator | LostDragonist | 2019-02-19 | 1 | -44/+99 | |
| | | | | | | | | | | | Previously, when Steam was run as administrator, MO couldn't access the process therefore couldn't detect it. Now, an alternative method for listing processes is now being used in order to determine if Steam is running. Additionally, MO will detect if Steam is admin and MO is not and prompt the user if they want to restart MO as admin. | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -2/+2 | |
| | | | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes | |||||
| * | Initial Nexus API changes: | Silarn | 2019-02-18 | 1 | -2485/+2461 | |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | |||||
| * | Reject new mod installations if another one is already running | Krzysztof Starecki | 2019-02-15 | 1 | -0/+14 | |
| | | ||||||
| * | Write currentProfile to Ini file on profile change. Exclusively for outside ↵ | Al | 2019-02-15 | 1 | -0/+7 | |
| | | | | | detection of profile change. | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -11/+11 | |
| | | ||||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -5/+5 | |
| | | ||||||
| * | Change modsSortedByProfilePriority to not return overwrite or backup mods | LostDragonist | 2019-01-28 | 1 | -1/+5 | |
| | | ||||||
| * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -58/+130 | |
| |\ | ||||||
| | * | Use the optimized function that was created | LostDragonist | 2019-01-22 | 1 | -3/+1 | |
| | | | ||||||
| | * | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -58/+132 | |
| | | | ||||||
| | * | Fix forced libraries when using shortcuts | LostDragonist | 2019-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix forced libraries when using shortcuts | LostDragonist | 2019-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -7/+30 | |
| |\| | ||||||
| | * | Delete the settings array before writing a new one | LostDragonist | 2019-01-11 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix regex warning | LostDragonist | 2019-01-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -6/+28 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -13/+20 | |
| |\| | ||||||
| | * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -12/+12 | |
| | | | ||||||
| | * | Improve performance by removing redundant actions when changing mod states | LostDragonist | 2019-01-05 | 1 | -1/+8 | |
| | | | ||||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -6/+13 | |
| |\| | | | | | | | Updating to 2.1.7alpha1 | |||||
| | * | Allow some functions to pass in empty paths to check the root folder | LostDragonist | 2018-12-28 | 1 | -6/+9 | |
| | | | ||||||
| | * | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -0/+4 | |
| | | | ||||||
| * | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -9/+9 | |
| | | | ||||||
| * | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -6/+18 | |
| | | | ||||||
| * | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -1/+1 | |
| |/ | | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files | |||||
| * | Don't disable ESMs when disabling mods if alternatives are available | LostDragonist | 2018-12-08 | 1 | -1/+10 | |
| | | ||||||
| * | Add workaround setting to prevent the GUI from locking when running an ↵ | LostDragonist | 2018-12-08 | 1 | -1/+4 | |
| | | | | | executable | |||||
| * | Correct comparison logic for blacklist warning | LostDragonist | 2018-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add executable blacklisting | LostDragonist | 2018-11-29 | 1 | -3/+17 | |
| | | ||||||
| * | Add cancel button to "Start Steam?" dialog to not start binary | LostDragonist | 2018-11-26 | 1 | -9/+13 | |
| | | ||||||
| * | Add separators according to context location of context menu | LostDragonist | 2018-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 1 | -2/+4 | |
| | | ||||||
| * | Allow user to cancel VFS mapping | LostDragonist | 2018-08-16 | 1 | -0/+3 | |
| | | ||||||
| * | Set delete Key to recursively clear overwrite with confirmation message. | Al12rs | 2018-07-18 | 1 | -0/+2 | |
| | | ||||||
| * | Detect if the Windows Event Log service is not running | LostDragonist | 2018-07-16 | 1 | -7/+102 | |
| | | ||||||
| * | Changes to allow installer_NCC to use the game source set in the DL meta | Silarn | 2018-05-07 | 1 | -0/+9 | |
| | | ||||||
| * | 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 | |
| |/ | ||||||
