summaryrefslogtreecommitdiff
path: root/src/modinfowithconflictinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-31/+48
|
* Better refresh of override markers and conflicts.Mikaël Capelle2021-02-091-27/+26
|
* Show conflicts and highligth plugins from collapsed separators.Mikaël Capelle2021-01-101-13/+8
|
* Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵Mikaël Capelle2021-01-021-9/+1
| | | | completely.
* Fix PluginContainer::setUserInterface().Mikaël Capelle2020-11-231-1/+3
|
* Move MemoizedLock to uibase.Mikaël Capelle2020-11-181-4/+4
|
* Add IModInterface::fileTree().Mikaël Capelle2020-11-041-12/+12
|
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-271-3/+4
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-3/+12
|
* Update ModInfo classes following MemoizedLocked changes.Mikaël Capelle2020-05-251-11/+4
|
* Use memoization for file tree, contents and validity of ModInfo.Mikaël Capelle2020-05-241-7/+24
|
* Use a more generic 'prefetch' method instead of isValid().Mikaël Capelle2020-05-241-0/+9
|
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-2/+36
|
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-221-2/+8
|
* Fix issue with mods not being checked properly and overwrite not having the ↵Mikaël Capelle2020-05-071-0/+9
| | | | right priority.
* Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-071-10/+10
|
* Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfoAl2020-01-141-1/+4
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-1/+2
|
* Add loose file/archive conflict iconsSilarn2018-12-121-1/+15
|
* Initial archive conflict parsingSilarn2018-12-121-0/+12
| | | | | | | | | 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 downloadsSilarn2018-04-161-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-24/+38
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-38/+24
|
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+64
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