summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve code for reading text files line-by-lineJonathan Feenstra2026-05-171-5/+5
* Starfield: Updated blueprint / blueprint prefix support (#2368)Jeremy Rimpo2026-04-161-11/+148
* [pre-commit.ci] Pre-commit autoupdate. (#2357)pre-commit-ci[bot]2026-04-091-3/+3
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-1/+1
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-19/+18
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-4/+12
* Update following SafeWriteFile changes (#2218)RJ2025-05-231-1/+1
* Fix an error when filters hide highlighted rows (#2245)Jeremy Rimpo2025-05-221-3/+0
* Add form and header versions to plugin list tool tips and plugin API and add ...Jonathan Feenstra2025-01-311-6/+66
* Highlight mods that contain selected files in data tab (#2179)Jonathan Feenstra2025-01-021-3/+2
* Highlight masters of selected plugins (#2140)Jonathan Feenstra2024-10-121-3/+28
* Starfield Updates: Shattered Space & Blueprint Support (#2131)Jeremy Rimpo2024-10-031-45/+129
* Add author and description methods to IPluginList (#2118)Jonathan Feenstra2024-09-281-0/+20
* Parse unmanaged file location when creating ModInfoForeign (#2053)Jeremy Rimpo2024-06-221-49/+26
* Add medium plugin support (Starfield) (#2048)Jeremy Rimpo2024-06-131-42/+80
* PluginList::refresh speedup (#2046)RJ2024-06-101-53/+52
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-5/+5
* Disable ESLs when no ESL support (#2026)Jeremy Rimpo2024-05-191-3/+11
* Change recordless plugin display to flag iconJeremy Rimpo2023-12-051-2/+4
* A few fixes for RC 1Jeremy Rimpo2023-11-161-1/+1
* Display changes for pluginsJeremy Rimpo2023-10-311-5/+2
* Explain overlay commentsJeremy Rimpo2023-10-271-0/+6
* Use hasNoRecordsJeremy Rimpo2023-10-181-6/+6
* Plugins updatesJeremy Rimpo2023-10-181-10/+29
* Update translations and versionJeremy Rimpo2023-10-091-1/+1
* Additional overlay plugin supportJeremy Rimpo2023-10-081-7/+20
* Skip index for override pluginsJeremy Rimpo2023-10-041-0/+1
* Allow moving force enabled pluginsJeremy Rimpo2023-10-021-32/+44
* Plugin sorting updatesJeremy Rimpo2023-10-021-1/+3
* Allow unforced plugins to be checkable againJeremy Rimpo2023-09-161-1/+1
* Context menu fixJeremy Rimpo2023-09-151-0/+4
* Fix lint issuesJeremy Rimpo2023-09-131-1/+2
* Fix merge issues and small plugin display correctionsJeremy Rimpo2023-09-121-11/+10
* Changes for None-type plugin sortingJeremy Rimpo2023-09-121-51/+60
* Add 'None' LoadOrderMechanism which disables managed pluginsJeremy Rimpo2023-09-091-9/+21
* Implement 'override' plugin supportJeremy Rimpo2023-09-051-4/+22
* Apply clang-format.Mikaël Capelle2023-07-091-310/+328
* Convert everything to CRLF.Mikaël Capelle2023-07-091-1721/+1721
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-1/+0
* Make fixes to ESM plugin prioritiesChris Bessent2022-03-191-29/+17
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-40/+43
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-22/+22
* Add `isMasterFlagged` `isLight` `isLightFlagged`Qudix2022-02-241-1/+14
* Enforce the priority rules on every refreshChris Bessent2022-01-231-14/+63
* Enforce relationships between pluginsChris Bessent2022-01-231-1/+28
* Force priority of primary pluginsChris Bessent2022-01-231-4/+35
* Fix parsing plugins with dots in nameChris Bessent2021-11-261-1/+1
* Fix extension parsing for the plugin listChris Bessent2021-11-231-3/+4
* Fix load order when using locked pluginsChris Bessent2021-02-271-2/+2
* Use case-insensitive data structure in plugin list.Mikaël Capelle2021-01-311-39/+37