summaryrefslogtreecommitdiff
path: root/src/modinforegular.h
Commit message (Expand)AuthorAgeFilesLines
* Improve mod update check accuracy (#2385)Al2026-05-031-2/+18
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-0/+33
* Add nexus category ID to mod infoJeremy Rimpo2023-09-211-0/+11
* Apply clang-format.Mikaël Capelle2023-07-091-52/+71
* Better nexus network errorsJeremy Rimpo2022-04-191-1/+1
* Increase robustness of mods priority in profile.Mikaël Capelle2021-01-201-6/+0
* Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() c...Mikaël Capelle2021-01-021-7/+1
* Merge pull request #1236 from Holt59/expose-modinterface-metaMikaël Capelle2020-09-231-24/+23
|\
| * Change modId() to nexusId().Mikaël Capelle2020-09-221-1/+1
| * Add validated() and converted().Mikaël Capelle2020-09-201-0/+2
| * Add getters for most meta-information in mod.Mikaël Capelle2020-09-201-24/+21
* | Add IModInterface::clearPluginSettings().Mikaël Capelle2020-09-211-0/+1
* | Add pluginSetting[s]() and setPluginSetting() to IModInterface.Mikaël Capelle2020-09-201-0/+9
|/
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-1/+1
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-1/+1
* Use memoization for file tree, contents and validity of ModInfo.Mikaël Capelle2020-05-241-2/+2
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-3/+0
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-221-3/+0
* Rollback to setGameName instead of setGamePlugin for mod interface.Mikaël Capelle2020-05-191-8/+10
* Fix issue with getColor() not being overriden properly.Mikaël Capelle2020-05-071-1/+1
* Fix issue with mods not being checked properly and overwrite not having the r...Mikaël Capelle2020-05-071-7/+0
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-071-65/+78
* changed how the mod url works:isanae2019-07-021-10/+6
* split nexus tabisanae2019-07-021-0/+1
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-0/+22
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
* Don't count updates as ignored when the ignored version is invalidLostDragonist2019-02-211-1/+1
* Implement staggered timeouts bases on age.Silarn2019-02-181-0/+16
* Implement using the DPAPI to encrypt credentialsSilarn2019-02-181-1/+1
* Various fixes and updatesSilarn2019-02-181-0/+14
* Update Process ImprovementsSilarn2019-02-181-1/+17
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-1/+1
* Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-1/+3
* Add notes column to mod listLostDragonist2018-12-081-0/+12
* Added Color costumization for Separators.Al12rs2018-10-281-0/+7
* Changed "ignore missing game data" to not create an empty Texture folder and ...Al12rs2018-09-291-0/+7
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-0/+7
* Add alternative game flag and checkSilarn2018-04-271-2/+4
* Add source game setter in mod info dialogSilarn2018-04-171-0/+7
* Support for multi-game downloadsSilarn2018-04-161-4/+13
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-263/+267
* Applied clang-format on sourceSandro Jäckel2018-02-221-267/+263
* Added functionality to use the web page link in a fomod to supply an optional...Thomas Tanner2015-10-151-0/+349