summaryrefslogtreecommitdiff
path: root/src/modinfowithconflictinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* split directoryentryisanae2020-02-181-5/+6
| | | | made classes noncopyable, fixed a few unintended copies
* Use ModInfo::s_HideExt instead of ".mohidden" directlyAl2020-01-201-2/+3
|
* Also check for .mohidden directories for HiddenFiles flag.Al2020-01-191-1/+25
|
* Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfoAl2020-01-141-1/+35
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-2/+2
|
* Allow selecting overwrite to trigger mod conflict highlightsLostDragonist2019-03-091-10/+10
|
* Fix conflict detection concerning overwriteLostDragonist2019-03-091-1/+2
|
* Clean up and fix merge issuesLostDragonist2018-12-121-1/+1
|
* Added red archive conflict icon and made the conflicts tab change font for ↵Al12rs2018-12-121-1/+2
| | | | files that come from an archive.
* Add loose file/archive conflict iconsSilarn2018-12-121-24/+62
|
* Initial archive conflict parsingSilarn2018-12-121-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 downloadsSilarn2018-04-161-2/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-84/+92
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-92/+84
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-5/+5
|
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-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