summaryrefslogtreecommitdiff
path: root/src/modinfoseparator.h
Commit message (Collapse)AuthorAgeFilesLines
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
|
* Implement staggered timeouts bases on age.Silarn2019-02-181-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 updatesSilarn2019-02-181-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 ImprovementsSilarn2019-02-181-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 fallbackSilarn2019-02-181-12/+6
|
* Added modlist Separators feature:Al12rs2018-10-281-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.