summaryrefslogtreecommitdiff
path: root/src/modinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-1/+7
|
* Use an intermediate structure to store the separator tree.Mikaël Capelle2021-01-021-5/+5
|
* Add method to get the type of IModInterface.Mikaël Capelle2020-12-261-0/+20
|
* Merge pull request #1280 from isanae/command-lineisanae2020-11-061-2/+1
|\ | | | | Command line and instance dialogs
| * fixes after rebasingisanae2020-11-031-1/+1
| |
| * split nexus connection stuff into NexusConnectionUI so it can be reused in ↵isanae2020-11-031-3/+2
| | | | | | | | | | | | | | | | | | | | the instance creation dialog removed the PluginContainer* parameter from NexusInterface::instance() - it's a singleton, so it only needs to be given once, not every time - it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null - and setPluginContainer() is called much later from OrganizerCore with the correct value added non functional nexus page to instance creation dialog
* | Add IModInterface::fileTree().Mikaël Capelle2020-11-041-0/+11
|/
* Add IModInterface::setUrl and remove IInstallationManager::setURL.Mikaël Capelle2020-10-091-0/+13
|
* Change modId() to nexusId().Mikaël Capelle2020-09-221-4/+2
|
* Clean modinfo.h.Mikaël Capelle2020-09-211-324/+502
|
* Add getters for most meta-information in mod.Mikaël Capelle2020-09-201-62/+12
|
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-1/+1
|
* Make ModInfo::getContents() pure virtual.Mikaël Capelle2020-05-271-4/+1
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-30/+10
|
* Use a more generic 'prefetch' method instead of isValid().Mikaël Capelle2020-05-241-0/+12
|
* Switch from ThreadPool to a simpler thread map for containers.Mikaël Capelle2020-05-241-31/+0
|
* Use the refresh_thread_count setting for ModInfo::updateFromDisc.Mikaël Capelle2020-05-241-0/+1
|
* Update file tree in parallel when loading from disk.Mikaël Capelle2020-05-241-0/+31
|
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-15/+8
|
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-221-1/+3
|
* Rollback to setGameName instead of setGamePlugin for mod interface.Mikaël Capelle2020-05-191-5/+5
|
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-071-15/+34
|
* Don't allow foreign mods or overwrite for overriding overwriteChris Bessent2020-01-261-0/+7
|
* Add has hidden files filter for modlist.Al2020-01-141-2/+2
|
* Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfoAl2020-01-141-1/+2
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-8/+17
|
* remove separators and backups from mod list in the edit executables dialogisanae2019-10-081-0/+12
|
* changed how the mod url works:isanae2019-07-021-6/+23
| | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser
* Only change to the update filter if mods are being checked for update or ↵LostDragonist2019-03-221-1/+11
| | | | mods have updates available
* Allow selecting overwrite to trigger mod conflict highlightsLostDragonist2019-03-091-1/+2
|
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-1/+27
|
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
|
* Endorsement and efficiency updatesSilarn2019-02-181-2/+2
| | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups
* Implement bulk update check layerSilarn2019-02-181-0/+2
|
* Re-simplify ModInfo interfaceSilarn2019-02-181-2/+2
|
* Implement staggered timeouts bases on age.Silarn2019-02-181-2/+17
| | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours
* Multiple updates:Silarn2019-02-181-1/+1
| | | | | | | | | | | * Remove periodic auto-update * Add context menu force-update for mod list * Fix some bugs with update parsing - Ignore update files that are deleted - Fix remaining issue with failing to get all mods due to capitalization * Remove queue retry when out of requests * Clear all requests when out of requests * More potential improvements to login/validation process
* Various fixes and updatesSilarn2019-02-181-0/+12
| | | | | | * 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-710/+723
| | | | | | | | | | | | | | * 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
* Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-1/+1
|\
| * Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-1/+1
| |
* | Clean up and fix merge issuesLostDragonist2018-12-121-10/+0
| |
* | Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-121-1/+0
| | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
* | Add loose file/archive conflict iconsSilarn2018-12-121-1/+13
| |
* | Added new "loose files overwrite archive" icon and all the flags.Al12rs2018-12-121-0/+1
| | | | | | | | The logic to show it is still missing until the other issues are fixed.
* | Initial archive conflict parsingSilarn2018-12-121-1/+23
|/ | | | | | | | | 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
* Add notes column to mod listLostDragonist2018-12-081-3/+14
|
* Added Color costumization for Separators.Al12rs2018-10-281-0/+11
|
* Added modlist Separators feature:Al12rs2018-10-281-1/+2
| | | | | | | | *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.
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-291-0/+5
| | | | instead save the choice in meta.ini