| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore conflicts between hidden files (#2148) | Jonathan Feenstra | 2025-05-23 | 1 | -25/+28 |
| | | | | | * Ignore conflicts between hidden files * Optimize checks for .mohidden extension | ||||
| * | Parse unmanaged file location when creating ModInfoForeign (#2053) | Jeremy Rimpo | 2024-06-22 | 1 | -4/+13 |
| | | | | | | | | | | | * Parse unmanaged file location when creating ModInfoForeign - Fixes issues with secondaryDataDirectories * Revert SF memory address changes - CCC implementation prevents the need to determine core plugin LO by dependency chains * The light flag wins over the medium flag - I had expected the opposite, but apparently the light flag still wins if both are set. This shouldn't really happen but it's possible, even with the CK * Update display to account for multi-flagged plugins - Show both icons, warn if both set | ||||
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -1/+1 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -74/+96 |
| | | |||||
| * | Better refresh of override markers and conflicts. | Mikaël Capelle | 2021-02-09 | 1 | -68/+39 |
| | | |||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -13/+13 |
| | | | | | completely. | ||||
| * | Fix PluginContainer::setUserInterface(). | Mikaël Capelle | 2020-11-23 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #1281 from Holt59/imodinterface-filetree | Mikaël Capelle | 2020-11-05 | 1 | -3/+3 |
| |\ | | | | | Add IModInterface::fileTree(). | ||||
| | * | Add IModInterface::fileTree(). | Mikaël Capelle | 2020-11-04 | 1 | -3/+3 |
| | | | |||||
| * | | Change some for loops to use refs, prefer range loop where possible. | AL | 2020-11-02 | 1 | -2/+2 |
| | | | |||||
| * | | Convert FileAlternative and DataArchiveOrigin to classes | AL | 2020-11-02 | 1 | -7/+7 |
| | | | |||||
| * | | Change Alternatives vector to use a struct | AL | 2020-11-02 | 1 | -18/+19 |
| |/ | |||||
| * | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -0/+1 |
| | | |||||
| * | Update following ModDataChecker change. | Mikaël Capelle | 2020-06-13 | 1 | -1/+1 |
| | | |||||
| * | Store contents as a set instead of a vector. | Mikaël Capelle | 2020-05-27 | 1 | -1/+1 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -1/+6 |
| | | |||||
| * | Fix comment for prefetch(). | Mikaël Capelle | 2020-05-25 | 1 | -1/+2 |
| | | |||||
| * | Update ModInfo classes following MemoizedLocked changes. | Mikaël Capelle | 2020-05-25 | 1 | -12/+10 |
| | | |||||
| * | Use memoization for file tree, contents and validity of ModInfo. | Mikaël Capelle | 2020-05-24 | 1 | -9/+16 |
| | | |||||
| * | Use a more generic 'prefetch' method instead of isValid(). | Mikaël Capelle | 2020-05-24 | 1 | -0/+5 |
| | | |||||
| * | Update ModInfo to use a single file tree for all content-related operations. | Mikaël Capelle | 2020-05-24 | 1 | -1/+17 |
| | | |||||
| * | Switch to ModDataChecker for testing mod validity. | Mikaël Capelle | 2020-05-22 | 1 | -24/+6 |
| | | |||||
| * | Move m_GamePlugin up into ModInfoWithConflictInfo. | Mikaël Capelle | 2020-05-22 | 1 | -2/+5 |
| | | |||||
| * | Fix issue with mods not being checked properly and overwrite not having the ↵ | Mikaël Capelle | 2020-05-07 | 1 | -0/+31 |
| | | | | | right priority. | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -5/+6 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | Use ModInfo::s_HideExt instead of ".mohidden" directly | Al | 2020-01-20 | 1 | -2/+3 |
| | | |||||
| * | Also check for .mohidden directories for HiddenFiles flag. | Al | 2020-01-19 | 1 | -1/+25 |
| | | |||||
| * | Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfo | Al | 2020-01-14 | 1 | -1/+35 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -2/+2 |
| | | |||||
| * | Allow selecting overwrite to trigger mod conflict highlights | LostDragonist | 2019-03-09 | 1 | -10/+10 |
| | | |||||
| * | Fix conflict detection concerning overwrite | LostDragonist | 2019-03-09 | 1 | -1/+2 |
| | | |||||
| * | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -1/+1 |
| | | |||||
| * | Added red archive conflict icon and made the conflicts tab change font for ↵ | Al12rs | 2018-12-12 | 1 | -1/+2 |
| | | | | | files that come from an archive. | ||||
| * | Add loose file/archive conflict icons | Silarn | 2018-12-12 | 1 | -24/+62 |
| | | |||||
| * | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -6/+69 |
| | | | | | | | | | | 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 | ||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -84/+92 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -92/+84 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -5/+5 |
| | | |||||
| * | Added functionality to use the web page link in a fomod to supply an ↵ | Thomas Tanner | 2015-10-15 | 1 | -0/+130 |
| optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing | |||||
