summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add medium plugin support (Starfield) (#2048)Jeremy Rimpo2024-06-135-70/+108
| | | | | | | * Add medium plugin support (Starfield) - Coopt the overlay support for the new 'medium' / ESH plugin flag - Update various displays to include ESH info * Rework address display for SF weirdness * Fix core ESH display
* Fix manifest for debug mode. (#2047)Mikaël Capelle2024-06-105-93/+98
|
* PluginList::refresh speedup (#2046)RJ2024-06-102-53/+53
| | | | * Move loadOrderMechanism out of loop * PluginList::refresh reduce number of loops
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-0927-282/+867
|
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-094-44/+23
| | | | | * Update for new USVFS function scheme. * Fix call to usvfsVersionString(). * Move USVFS to mo2 dependencies instead of third party in CI.
* Only list instance directory with a MO INI file (#1965)Jeroen Ruigrok van der Werven2024-06-081-3/+5
|
* Use MO2 formatting action. (#2032)Mikaël Capelle2024-05-265-16/+15
|
* Use `lootGameName()` and `displayGameName()` in initial places. (#2030)Mikaël Capelle2024-05-265-285/+267
| | | | | | | | | | * Use `displayGameName()` in create instance dialogs & the main window, this doesn't cover all places `gameName()` was being used for purely display reasons, but it covers the bulk. * Use `lootGameName()` instead of `gameShortName()` for LOOT cli initiation. * Use game display name in status bar. --------- Co-authored-by: Twinki <Twinki@users.noreply.github.com>
* Switch from fmtlib to std::format. (#2031)Mikaël Capelle2024-05-2512-340/+339
| | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action.
* Disable ESLs when no ESL support (#2026)Jeremy Rimpo2024-05-191-3/+11
| | | * Show ESL plugins but disable and warn if unsupported
* Fixes for stylesheets that use transparent backgrounds (#2029)RJ2024-05-192-2/+4
| | | | | | | | | * Remove uneeded "Fix" text * Don't set Qt::WA_OpaquePaintEvent when imagesThumbnails has transparent base --------- Co-authored-by: Liderate <Liderate@users.noreply.github.com>
* Directly open logs and crashDumps folders from diagnostics settings (#2028)RJ2024-05-192-4/+7
| | | Co-authored-by: Liderate <Liderate@users.noreply.github.com>
* Merge pull request #1962 from ashemedai/ignore_cache_instanceMikaël Capelle2024-01-011-1/+1
|\ | | | | Ignore Qt-created 'cache' directory in list of instances.
| * Ignore Qt-created 'cache' directoryJeroen Ruigrok van der Werven2023-12-311-1/+1
|/
* Merge pull request #1959 from ModOrganizer2/category_alternate_sourceJeremy Rimpo2023-12-281-2/+8
|\ | | | | Use primary game source for categories if defined
| * Use primary game source for categories if definedJeremy Rimpo2023-12-281-2/+8
|/
* Merge pull request #1949 from ModOrganizer2/251rc1Jeremy Rimpo2023-12-161-3/+3
|\ | | | | Update version to 2.5.1 RC 1
| * Update version to 2.5.1 RC 1Jeremy Rimpo2023-12-161-3/+3
|/
* Merge pull request #1941 from ModOrganizer2/dummy-display-tweakJeremy Rimpo2023-12-161-2/+4
|\ | | | | Change recordless plugin display to flag icon
| * Change recordless plugin display to flag iconJeremy Rimpo2023-12-051-2/+4
|/
* Merge pull request #1937 from ModOrganizer2/null-category-fixMikaël Capelle2023-12-032-3/+4
|\ | | | | Null category fix
| * Rename sort button to match UIJeremy Rimpo2023-12-021-1/+1
| |
| * Fix crash if no Nexus category is assignedJeremy Rimpo2023-12-021-2/+3
|/
* Merge pull request #1926 from ModOrganizer2/2_5_xJeremy Rimpo2023-11-291-2/+2
|\ | | | | Version 2.5.0
| * Version 2.5.0Jeremy Rimpo2023-11-241-2/+2
|/
* Merge pull request #1924 from ModOrganizer2/style_updatesJeremy Rimpo2023-11-2071-27/+37
|\ | | | | Style updates
| * Style updatesJeremy Rimpo2023-11-1971-27/+37
|/ | | | | - Remove Transparent Style directory (pulled in by MOB) - Update Night Eyes to 1.2
* Merge pull request #1921 from ModOrganizer2/rc_fixesJeremy Rimpo2023-11-175-5/+11
|\ | | | | A few fixes for RC 1
| * A few fixes for RC 1Jeremy Rimpo2023-11-165-5/+11
|/ | | | | | | * Convert the priority index to a string as Windows appears to be converting these to localized numerals * Skip separators when assigning categories * Update the context menu requirements for displaying the auto-assign option * Bump to RC 2
* Merge pull request #1917 from ModOrganizer2/translation_bumpMikaël Capelle2023-11-072-155/+168
|\ | | | | Bump version and update translations
| * Bump version and update translationsJeremy Rimpo2023-11-072-155/+168
|/
* Merge pull request #1915 from ModOrganizer2/download_issuesJeremy Rimpo2023-11-054-30/+39
|\ | | | | Download issue fixes
| * Download issue fixesJeremy Rimpo2023-11-054-30/+39
| | | | | | | | | | | | - Add scoped watcher disabler - Disable during mod install - Update interprocess message handler to fix 'unable to communicate' issues
* | Merge pull request #1911 from ModOrganizer2/plugin_displayJeremy Rimpo2023-11-051-5/+2
|\ \ | |/ |/| Display changes for plugins
| * Display changes for pluginsJeremy Rimpo2023-10-311-5/+2
| | | | | | | | | | - Only bold master plugins - Only italicize light plugins
* | Merge pull request #1904 from Liderate/masterMikaël Capelle2023-11-051-3/+8
|\ \ | |/ |/| Replace spaces with ? wildcard when looking for game executable, fix #1605.
| * Replace spaces with ? wildcard for #1605Liderate2023-10-211-3/+8
| |
* | Merge pull request #1907 from ModOrganizer2/plugin_updatesJeremy Rimpo2023-10-274-10/+43
|\ \ | |/ |/| Plugins updates
| * Explain overlay commentsJeremy Rimpo2023-10-271-0/+6
| |
| * Use hasNoRecordsJeremy Rimpo2023-10-184-11/+11
| |
| * Plugins updatesJeremy Rimpo2023-10-184-10/+37
|/ | | | | | - Temporarily remove some overlay info - Add isDummy and dummy info - Display refinements for plugin info
* Merge pull request #1906 from ModOrganizer2/geometries_directoryJeremy Rimpo2023-10-173-113/+115
|\ | | | | Add new content images to resources
| * Add new content images to resourcesJeremy Rimpo2023-10-173-113/+115
|/
* Merge pull request #1903 from Liderate/masterMikaël Capelle2023-10-131-4/+3
|\ | | | | Improve invalid name handling for profiles.
| * Improve invalid name handling for profilesLiderate2023-10-131-4/+3
|/
* Merge pull request #1901 from ModOrganizer2/translation_bumpJeremy Rimpo2023-10-094-186/+217
|\ | | | | Update translations and version
| * Update translations and versionJeremy Rimpo2023-10-094-186/+217
|/
* Merge pull request #1899 from ModOrganizer2/overlay_supportJeremy Rimpo2023-10-085-12/+41
|\ | | | | Additional overlay plugin support
| * Additional overlay plugin supportJeremy Rimpo2023-10-085-12/+41
|/ | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter
* Merge pull request #1897 from ModOrganizer2/tutorial_translation_fixesJeremy Rimpo2023-10-052-2/+8
|\ | | | | Tutorial translation updates