| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add author and uploader columns to mod list (#2269) | Jonathan Feenstra | 2025-08-18 | 1 | -0/+6 |
| | | |||||
| * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 1 | -0/+2 |
| | | | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -7/+7 |
| | | |||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -4/+1 |
| | | | | | completely. | ||||
| * | Use an intermediate structure to store the separator tree. | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add method to get the type of IModInterface. | Mikaël Capelle | 2020-12-26 | 1 | -0/+1 |
| | | |||||
| * | Change modId() to nexusId(). | Mikaël Capelle | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -3/+3 |
| | | |||||
| * | Update ModInfo classes following MemoizedLocked changes. | Mikaël Capelle | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | Move m_GamePlugin up into ModInfoWithConflictInfo. | Mikaël Capelle | 2020-05-22 | 1 | -4/+4 |
| | | |||||
| * | Rollback to setGameName instead of setGamePlugin for mod interface. | Mikaël Capelle | 2020-05-19 | 1 | -1/+1 |
| | | |||||
| * | Update ModInfo classes to handle plugin game and clean some declarations. | Mikaël Capelle | 2020-05-07 | 1 | -52/+34 |
| | | |||||
| * | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -0/+2 |
| | | |||||
| * | Change setGameName parameters to match MOBase changes | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Implement staggered timeouts bases on age. | Silarn | 2019-02-18 | 1 | -0/+3 |
| | | | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours | ||||
| * | Various fixes and updates | Silarn | 2019-02-18 | 1 | -2/+4 |
| | | | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files | ||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources | ||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -12/+6 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 1 | -0/+77 |
| *New modType separator. *Bold, italic and centralized name without _separator at the end. *Added "create separator" option to context menu. *Added "rename separator" option. *Fixed rename separator issue with priority resetting. | |||||
