| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add author and uploader columns to mod list (#2269) | Jonathan Feenstra | 2025-08-18 | 1 | -0/+30 |
| | | |||||
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 1 | -1/+1 |
| | | | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. | ||||
| * | Cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 1 | -0/+10 |
| | | | | | | - 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 | -113/+141 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -2/+2 |
| | | |||||
| * | Better refresh of override markers and conflicts. | Mikaël Capelle | 2021-02-09 | 1 | -5/+0 |
| | | |||||
| * | Replace isFixedPriority by hasAutomaticPriority. | Mikaël Capelle | 2021-01-21 | 1 | -2/+3 |
| | | |||||
| * | Prevent backups from being enabled. | Mikaël Capelle | 2021-01-21 | 1 | -3/+3 |
| | | |||||
| * | Move backup and overwrite priority to ModList. | Mikaël Capelle | 2021-01-20 | 1 | -6/+0 |
| | | |||||
| * | Increase robustness of mods priority in profile. | Mikaël Capelle | 2021-01-20 | 1 | -6/+9 |
| | | |||||
| * | Use existing comparator from MOBase | Chris Bessent | 2021-01-18 | 1 | -7/+2 |
| | | |||||
| * | Improve performance by changing the map to be case insensitive | Chris Bessent | 2021-01-16 | 1 | -1/+7 |
| | | |||||
| * | Show conflicts and highligth plugins from collapsed separators. | Mikaël Capelle | 2021-01-10 | 1 | -35/+28 |
| | | |||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -23/+11 |
| | | | | | completely. | ||||
| * | Add index attribute to ModInfo. | Mikaël Capelle | 2021-01-02 | 1 | -34/+38 |
| | | |||||
| * | Clean drag&drop of URLs and mods/archives. | Mikaël Capelle | 2021-01-02 | 1 | -1/+7 |
| | | |||||
| * | Use an intermediate structure to store the separator tree. | Mikaël Capelle | 2021-01-02 | 1 | -5/+5 |
| | | |||||
| * | Add method to get the type of IModInterface. | Mikaël Capelle | 2020-12-26 | 1 | -0/+20 |
| | | |||||
| * | Merge pull request #1280 from isanae/command-line | isanae | 2020-11-06 | 1 | -2/+1 |
| |\ | | | | | Command line and instance dialogs | ||||
| | * | fixes after rebasing | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | |||||
| | * | split nexus connection stuff into NexusConnectionUI so it can be reused in ↵ | isanae | 2020-11-03 | 1 | -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 Capelle | 2020-11-04 | 1 | -0/+11 |
| |/ | |||||
| * | Add IModInterface::setUrl and remove IInstallationManager::setURL. | Mikaël Capelle | 2020-10-09 | 1 | -0/+13 |
| | | |||||
| * | Change modId() to nexusId(). | Mikaël Capelle | 2020-09-22 | 1 | -4/+2 |
| | | |||||
| * | Clean modinfo.h. | Mikaël Capelle | 2020-09-21 | 1 | -324/+502 |
| | | |||||
| * | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -62/+12 |
| | | |||||
| * | Store contents as a set instead of a vector. | Mikaël Capelle | 2020-05-27 | 1 | -1/+1 |
| | | |||||
| * | Make ModInfo::getContents() pure virtual. | Mikaël Capelle | 2020-05-27 | 1 | -4/+1 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -30/+10 |
| | | |||||
| * | Use a more generic 'prefetch' method instead of isValid(). | Mikaël Capelle | 2020-05-24 | 1 | -0/+12 |
| | | |||||
| * | Switch from ThreadPool to a simpler thread map for containers. | Mikaël Capelle | 2020-05-24 | 1 | -31/+0 |
| | | |||||
| * | Use the refresh_thread_count setting for ModInfo::updateFromDisc. | Mikaël Capelle | 2020-05-24 | 1 | -0/+1 |
| | | |||||
| * | Update file tree in parallel when loading from disk. | Mikaël Capelle | 2020-05-24 | 1 | -0/+31 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -15/+8 |
| | | |||||
| * | Move m_GamePlugin up into ModInfoWithConflictInfo. | Mikaël Capelle | 2020-05-22 | 1 | -1/+3 |
| | | |||||
| * | Rollback to setGameName instead of setGamePlugin for mod interface. | Mikaël Capelle | 2020-05-19 | 1 | -5/+5 |
| | | |||||
| * | Update ModInfo classes to handle plugin game and clean some declarations. | Mikaël Capelle | 2020-05-07 | 1 | -15/+34 |
| | | |||||
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 1 | -0/+7 |
| | | |||||
| * | Add has hidden files filter for modlist. | Al | 2020-01-14 | 1 | -2/+2 |
| | | |||||
| * | Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfo | Al | 2020-01-14 | 1 | -1/+2 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -8/+17 |
| | | |||||
| * | remove separators and backups from mod list in the edit executables dialog | isanae | 2019-10-08 | 1 | -0/+12 |
| | | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -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 ↵ | LostDragonist | 2019-03-22 | 1 | -1/+11 |
| | | | | | mods have updates available | ||||
| * | Allow selecting overwrite to trigger mod conflict highlights | LostDragonist | 2019-03-09 | 1 | -1/+2 |
| | | |||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 1 | -1/+27 |
| | | |||||
| * | Change setGameName parameters to match MOBase changes | LostDragonist | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -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 layer | Silarn | 2019-02-18 | 1 | -0/+2 |
| | | |||||
