summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix consecutive mod update checks checking some mods again..AL2020-06-091-1/+1
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-27/+0
* Use a more generic 'prefetch' method instead of isValid().Mikaël Capelle2020-05-241-1/+1
* Switch from ThreadPool to a simpler thread map for containers.Mikaël Capelle2020-05-241-9/+2
* Use the refresh_thread_count setting for ModInfo::updateFromDisc.Mikaël Capelle2020-05-241-5/+9
* Update file tree in parallel when loading from disk.Mikaël Capelle2020-05-241-0/+8
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-6/+1
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-221-3/+6
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-071-25/+2
* now using new common cmakefilesisanae2020-04-231-1/+1
* timing for refreshBSAList and updateProblemsButtonisanae2020-02-181-1/+1
* added more timingsisanae2020-02-181-0/+2
* Don't allow foreign mods or overwrite for overriding overwriteChris Bessent2020-01-261-0/+16
* remove separators and backups from mod list in the edit executables dialogisanae2019-10-081-5/+20
* changed crash dump type to use enum instead of intisanae2019-08-241-1/+0
* changed qCritical() to log::error()isanae2019-07-221-4/+1
* replaced qWarning()isanae2019-07-221-1/+1
* replaced qInfo() with log::info()isanae2019-07-221-5/+5
* Update description for month instead of 30 daysSilarn2019-07-091-1/+1
* Month update check should calculate by day of month instead of 30 daysSilarn2019-07-031-4/+4
* changed how the mod url works:isanae2019-07-021-0/+19
* With old mods, only queue the old ones in case of API overflowSilarn2019-05-211-4/+8
* Rework logic - we want updates that are newer than the last update - 1hrSilarn2019-04-121-1/+1
* Fix update filter checkLostDragonist2019-03-221-1/+1
* Only change to the update filter if mods are being checked for update or mods...LostDragonist2019-03-221-2/+16
* Fix reported number of mods checking for update when multiple mods are selectedLostDragonist2019-03-221-3/+12
* Allow selecting overwrite to trigger mod conflict highlightsLostDragonist2019-03-091-3/+4
* Allow force-check updates to bypass update timeoutsLostDragonist2019-02-211-0/+3
* Extend the update date back one hour to help prevent time mismatchesSilarn2019-02-181-1/+1
* Endorsement and efficiency updatesSilarn2019-02-181-24/+13
* Implement bulk update check layerSilarn2019-02-181-8/+65
* Fix issues with duplicate requests, expand parallel requests to 6Silarn2019-02-181-2/+2
* Several api improvements:Silarn2019-02-181-3/+3
* Multiple updates:Silarn2019-02-181-22/+20
* Sorting logic fix and show last updated dateSilarn2019-02-181-1/+1
* Update Process ImprovementsSilarn2019-02-181-3/+46
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-35/+6
* Make gameShortName comparisons case insensitiveLostDragonist2019-01-311-4/+12
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
* Add notes column to mod listLostDragonist2018-12-081-1/+1
* Added modlist Separators feature:Al12rs2018-10-281-2/+6
* Added Contains Script Extender Files filter.Al12rs2018-09-071-0/+1
* Added ModGroups contents icon and flag.Al12rs2018-08-251-0/+2
* Added Contains INI files content filter and checking.Al12rs2018-07-171-0/+1
* Redirect endorsements of MO2 to the Skyrim SE nexusLostDragonist2018-07-161-3/+3
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-1/+1
* Only check for the mod organizer endorsement if the ID is setSilarn2018-05-021-3/+5
* Fix MO endorsement check and add game to ModInfo s_ModsByModIDSilarn2018-05-021-6/+8
* Add alternative game flag and checkSilarn2018-04-271-4/+4
* Support for multi-game downloadsSilarn2018-04-161-20/+36