| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make command-line arguments -i "" launch the portable instance (#2341) | Jonathan Feenstra | 2026-04-27 | 1 | -5/+19 |
| | | |||||
| * | fix crash when CWD is not set to app directory (#2379) | Al | 2026-04-26 | 1 | -0/+4 |
| | | |||||
| * | Disabling tutorials (#2366) | Jeremy Rimpo | 2026-04-17 | 1 | -4/+8 |
| | | |||||
| * | Add more contributors to the about dialog (#2369) | Jonathan Feenstra | 2026-04-17 | 1 | -8/+163 |
| | | |||||
| * | Starfield: Updated blueprint / blueprint prefix support (#2368) | Jeremy Rimpo | 2026-04-16 | 5 | -15/+156 |
| | | | | | | | | | | | * Add blueprint handling with blueprintships * Blueprint changes - Add tooltips - Add warnings - Handle blueprint prefixes properly * Make sure we're assigning the property | ||||
| * | Update libloot dll name in sanity check (#2370) | Jeremy Rimpo | 2026-04-16 | 1 | -1/+1 |
| | | |||||
| * | Removing references to openssl (#2367) | Jeremy Rimpo | 2026-04-16 | 4 | -7/+0 |
| | | |||||
| * | fix header guard typos (#2364) | Mick | 2026-04-15 | 3 | -6/+6 |
| | | |||||
| * | [pre-commit.ci] Pre-commit autoupdate. (#2357) | pre-commit-ci[bot] | 2026-04-09 | 6 | -19/+19 |
| | | | | | | | | | | | | | * [pre-commit.ci] Pre-commit autoupdate. updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2) * [pre-commit.ci] Auto fixes from pre-commit.com hooks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Remove "Categories: " tooltips when there are no categories (#2339) | Jonathan Feenstra | 2026-02-18 | 2 | -0/+8 |
| | | |||||
| * | Add instance manager to plugin API (#2335) | Jonathan Feenstra | 2026-02-08 | 11 | -37/+206 |
| | | |||||
| * | Add executables list to plugin API (#2327) | Jonathan Feenstra | 2026-01-31 | 6 | -6/+132 |
| | | |||||
| * | Change IOrganizer::profile return type to a shared_ptr (#2322) | Jonathan Feenstra | 2026-01-11 | 11 | -21/+24 |
| | | |||||
| * | Add instanceName and profiles methods to plugin API (#2321) | Jonathan Feenstra | 2026-01-11 | 6 | -2/+51 |
| | | |||||
| * | Add executable setting to minimize MO2 to the system tray while running (#2313) | Jonathan Feenstra | 2026-01-03 | 8 | -12/+195 |
| | | |||||
| * | fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283) | itch | 2025-09-15 | 1 | -1/+0 |
| | | |||||
| * | Fix an issue with implementation of CombinedModDataContent. (#2278) | Mikaël Capelle | 2025-09-03 | 2 | -16/+18 |
| | | |||||
| * | Add author and uploader columns to mod list (#2269) | Jonathan Feenstra | 2025-08-18 | 21 | -35/+336 |
| | | |||||
| * | Add version of MO2 plugin loaded in logs. (#2252) | Mikaël Capelle | 2025-06-06 | 2 | -14/+15 |
| | | |||||
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 49 | -4514/+1256 |
| | | | | | | | | | | * 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. | ||||
| * | Oblivion Remastered Meta PR (#2241) | Jeremy Rimpo | 2025-05-23 | 14 | -78/+280 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow for mod directory maps - Set main data files based on game - Mapped mod directories to VFS - Update overwrite setup * Skip if mod contains no 'data' dir * More mod directory compatibility fixes * Workaround for Obl:Rem save location - SLocalSavePath does nothing yet MO2 wants to use it to override the default save location - This only applies to BGS games anyway, we should move this logic * First pass for overwrite mod directory support * More overwrite move / delete restrictions * Fix issue with moving directories that are not required * Formatting pass * More modDataDirectory updates * Formatting --------- Co-authored-by: Mikaël Capelle <capelle.mikael@gmail.com> | ||||
| * | Mass Metadata Parsing: Prevent re-querying and manual prompts to enter ↵ | Jonathan Feenstra | 2025-05-23 | 5 | -10/+105 |
| | | | | | | | | | | | | missing data (#2135) * Add a button to "Query Info" of every download in the list --------- Co-authored-by: Deewens <dudonadrien@gmail.com> Co-authored-by: KenJyn76 <liambonilla@gmail.com> Co-authored-by: Al <26797547+Al12rs@users.noreply.github.com> | ||||
| * | Ignore conflicts between hidden files (#2148) | Jonathan Feenstra | 2025-05-23 | 4 | -81/+114 |
| | | | | | * Ignore conflicts between hidden files * Optimize checks for .mohidden extension | ||||
| * | Update following SafeWriteFile changes (#2218) | RJ | 2025-05-23 | 5 | -8/+14 |
| | | | | Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Speedup refresh when archive parsing is enabled and updateBSAList (#2239) | RJ | 2025-05-23 | 2 | -19/+29 |
| | | | | | | | | | * Precompute load order for ModThreads * Precompute file infos for plugin association check --------- Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Fix an error when filters hide highlighted rows (#2245) | Jeremy Rimpo | 2025-05-22 | 2 | -3/+1 |
| | | | | | - Crash caused by dataChanged triggering selectionChanged in loop - Repaint accomplishes what we need | ||||
| * | Update copyrights (#2246) | Jeremy Rimpo | 2025-05-22 | 2 | -2/+2 |
| | | |||||
| * | Update following USVFS move to VCPKG. (#2244) | Mikaël Capelle | 2025-05-22 | 9 | -372/+458 |
| | | |||||
| * | Dependency Updates Meta PR (#2242) | Jeremy Rimpo | 2025-05-22 | 6 | -32/+21 |
| | | | | | | * Update dll manifests * Fixes for emit / model refresh issues | ||||
| * | Store integer instead of QString in categories table ID columns (#2230) | RJ | 2025-04-12 | 1 | -7/+14 |
| | | | | Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Do not sort categories table while adding rows (#2229) | RJ | 2025-04-01 | 2 | -3/+5 |
| | | | | Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Add new contributors to the about dialog (#2175) | Jonathan Feenstra | 2025-03-01 | 1 | -1/+26 |
| | | |||||
| * | Write BOM if original file used one (#2213) | Chris Djali | 2025-02-28 | 2 | -3/+8 |
| | | | | Important for UTF-16 as lots of things can't detect or read UTF-16 without a BOM | ||||
| * | Add form and header versions to plugin list tool tips and plugin API and add ↵ | Jonathan Feenstra | 2025-01-31 | 5 | -7/+98 |
| | | | | | more columns (#2200) | ||||
| * | Add startDownloadNexusFileForGame (#2181) | Jonathan Feenstra | 2025-01-02 | 4 | -7/+15 |
| | | |||||
| * | Highlight mods that contain selected files in data tab (#2179) | Jonathan Feenstra | 2025-01-02 | 11 | -48/+69 |
| | | |||||
| * | (Un-)endorse & (un-)track mods from the same source (#2141) | Jonathan Feenstra | 2024-10-30 | 2 | -25/+32 |
| | | |||||
| * | Fix error message showing even though instance is already selected (#2154) | Jonathan Feenstra | 2024-10-30 | 1 | -2/+2 |
| | | |||||
| * | Hide hidden folders if "show hidden files" is unchecked in data tab (#2146) | Jonathan Feenstra | 2024-10-16 | 1 | -1/+7 |
| | | |||||
| * | Prevent crash when opening NXM link before selecting instance (#2144) | Jonathan Feenstra | 2024-10-15 | 1 | -2/+8 |
| | | |||||
| * | Show blueprint master count in plugin counter tooltip and hide unsupported ↵ | Jonathan Feenstra | 2024-10-13 | 1 | -13/+47 |
| | | | | | plugin types (#2143) | ||||
| * | Match capitilization of "Hidden files" in data tab with downloads tab (#2142) | Jonathan Feenstra | 2024-10-13 | 1 | -1/+1 |
| | | |||||
| * | Highlight masters of selected plugins (#2140) | Jonathan Feenstra | 2024-10-12 | 6 | -3/+55 |
| | | |||||
| * | Rename Optional ESPs tab to Optional Plugins and improve wording (#2134) | Jonathan Feenstra | 2024-10-10 | 1 | -12/+12 |
| | | |||||
| * | Add filter checkbox to data tab to show/hide hidden files (#2136) | Jonathan Feenstra | 2024-10-10 | 5 | -4/+54 |
| | | |||||
| * | Include notes in search when filtering mods if the column is enabled (#2139) | Jonathan Feenstra | 2024-10-10 | 1 | -1/+2 |
| | | |||||
| * | Resize columns to contents in notifications window (#2128) | Jonathan Feenstra | 2024-10-03 | 1 | -0/+1 |
| | | |||||
| * | Starfield Updates: Shattered Space & Blueprint Support (#2131) | Jeremy Rimpo | 2024-10-03 | 4 | -46/+138 |
| | | | | | | --------- Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | ||||
| * | Add author and description methods to IPluginList (#2118) | Jonathan Feenstra | 2024-09-28 | 4 | -0/+36 |
| | | |||||
| * | Bump version to 2.5.2. (#2090) | Mikaël Capelle | 2024-08-04 | 1 | -3/+3 |
| | | |||||
