| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow selecting overwrite to trigger selected plugin highlight | LostDragonist | 2019-03-09 | 1 | -3/+2 |
| | | |||||
| * | Allow selecting overwrite to trigger mod conflict highlights | LostDragonist | 2019-03-09 | 6 | -18/+27 |
| | | |||||
| * | Improve updating mod highlights when no mod is selected | LostDragonist | 2019-03-09 | 2 | -12/+10 |
| | | |||||
| * | Fix conflict detection concerning overwrite | LostDragonist | 2019-03-09 | 3 | -14/+7 |
| | | |||||
| * | Update tutorials and stylesheets for problems->notifications change | LostDragonist | 2019-03-09 | 5 | -59/+59 |
| | | |||||
| * | Disable the login timeout timer when something happens | LostDragonist | 2019-03-09 | 1 | -1/+3 |
| | | |||||
| * | Improve timeout behavior when logging in to Nexus | LostDragonist | 2019-03-08 | 1 | -4/+16 |
| | | |||||
| * | Update what's this description of profiles | LostDragonist | 2019-03-08 | 2 | -66/+52 |
| | | |||||
| * | Improve function and error reporting of dropping files on mod list | LostDragonist | 2019-03-08 | 1 | -17/+47 |
| | | |||||
| * | Update translation file | LostDragonist | 2019-03-07 | 1 | -140/+147 |
| | | |||||
| * | Convert file description from BBCode | LostDragonist | 2019-03-07 | 1 | -1/+1 |
| | | |||||
| * | Update version to 2.2.0beta6 | LostDragonist | 2019-03-07 | 1 | -1/+1 |
| | | |||||
| * | Suppress expected network errors during MD5 searches | LostDragonist | 2019-03-07 | 3 | -5/+14 |
| | | |||||
| * | Use MD5 when querying info before bothering the user | LostDragonist | 2019-03-07 | 8 | -21/+225 |
| | | |||||
| * | Rework tracking pin to be green | LostDragonist | 2019-03-07 | 2 | -226/+248 |
| | | |||||
| * | Support log messages with newlines | LostDragonist | 2019-03-07 | 1 | -15/+18 |
| | | |||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 14 | -651/+1002 |
| | | |||||
| * | Assume an empty release list from GitHub means some kind of error occurred | LostDragonist | 2019-03-06 | 1 | -27/+32 |
| | | |||||
| * | Improve failed login checks on start up | LostDragonist | 2019-03-06 | 2 | -2/+4 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 5 | -14/+30 |
| | | |||||
| * | Clear palette of mod list and plugin list to better support themes | LostDragonist | 2019-03-05 | 1 | -133/+0 |
| | | |||||
| * | Don't show unrelated paths when browsing for game | LostDragonist | 2019-02-25 | 1 | -2/+1 |
| | | |||||
| * | Do not add inactive tool plugins to the tools menu | LostDragonist | 2019-02-24 | 1 | -0/+6 |
| | | |||||
| * | Call toggleMO2EndorseState for consistency | LostDragonist | 2019-02-24 | 1 | -1/+1 |
| | | |||||
| * | Store endorsement state of MO when a reply is received | LostDragonist | 2019-02-23 | 1 | -1/+3 |
| | | |||||
| * | Update version to 2.2.0beta5 | LostDragonist | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Add function to get configured mods directory | LostDragonist | 2019-02-23 | 4 | -5/+17 |
| | | |||||
| * | Change setGameName parameters to match MOBase changes | LostDragonist | 2019-02-22 | 7 | -7/+7 |
| | | |||||
| * | Fix call to requestModInfo | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix call to requestDownloadURL | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 9 | -93/+2 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Force an update check after installing a mod | LostDragonist | 2019-02-22 | 1 | -0/+6 |
| | | |||||
| * | Allow force-check updates to bypass update timeouts | LostDragonist | 2019-02-21 | 1 | -0/+3 |
| | | |||||
| * | Don't count updates as ignored when the ignored version is invalid | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Invalidate mod list sort proxy when mods find updates | LostDragonist | 2019-02-21 | 1 | -10/+11 |
| | | |||||
| * | Don't populate newestVersion from mod description | LostDragonist | 2019-02-21 | 1 | -1/+0 |
| | | | | | This leaves the newestVersion unpopulated until the user checks the mod for an update. | ||||
| * | Fix warning about multiple consts | LostDragonist | 2019-02-21 | 2 | -2/+2 |
| | | |||||
| * | Grab the description for downloads instead of the change log | LostDragonist | 2019-02-21 | 2 | -3/+3 |
| | | |||||
| * | Limit the download file description to 4096 characters | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | | | | The description is limited to 255 characters on the Nexus so this is mostly protecting against invalid data. | ||||
| * | Update translation file | LostDragonist | 2019-02-21 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #661 from przester/double-install-fix | LostDragonist | 2019-02-21 | 2 | -712/+830 |
| |\ | | | | | Fix state breakage when terminating installation via exceptions | ||||
| | * | Fix state breakage when terminating installation via exceptions | Krzysztof Starecki | 2019-02-20 | 2 | -712/+830 |
| | | | |||||
| * | | Add space | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'Develop' of https://github.com/ModOrganizer2/modorganizer into ↵ | LePresidente | 2019-02-20 | 1 | -0/+2 |
| |\ | | | | | | | Develop | ||||
| | * | Remove more old Nexus settings | LostDragonist | 2019-02-19 | 1 | -0/+2 |
| | | | |||||
| * | | [Appveyor] make sure we are in the appveyor build folder before sending the ↵ | LePresidente | 2019-02-20 | 1 | -0/+2 |
| |/ | | | | discord notification, to avoid errors | ||||
| * | Updated AppVeyor build to include artifacts, to allow testers to grab new ↵ | LePresidente | 2019-02-19 | 1 | -1/+15 |
| | | | | | exe's as they are built | ||||
| * | Fix for Steam being run as administrator | LostDragonist | 2019-02-19 | 2 | -45/+100 |
| | | | | | | | | | | | 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. | ||||
| * | Merge pull request #656 from ModOrganizer2/Appveyor | Brian Munro | 2019-02-19 | 3 | -3/+17 |
| |\ | | | | | Appveyor test build process, current project only | ||||
| | * | appveyor really wants those blank lines between commands. | LePresidente | 2019-02-18 | 1 | -0/+1 |
| | | | |||||
