summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make fixes to ESM plugin prioritiesChris Bessent2022-03-192-33/+17
| | | | | | | | Before now, MO2 only looked at the ESM flag of a plugin and didn't look for an .esm extension. This is incorrect and an .esm file should be treated as implicitly having the ESM flag. This also removes some apparently unused functions.
* Merge pull request #1670 from Qudix/isXChris Bessent2022-03-195-49/+93
|\ | | | | Add/Change IPluginList `hasXExtension` and `isXFlagged` methods
| * Change `isXFile` to `hasXExtension`Qudix2022-03-195-75/+78
| |
| * Rename isX to isXFile, and deprecate isMasterQudix2022-02-245-34/+42
| | | | | | | | Also made sure to not change existing behaviour
| * Add isMasterFlagged to pluginCountQudix2022-02-241-1/+1
| |
| * Add `isMasterFlagged` `isLight` `isLightFlagged`Qudix2022-02-244-1/+34
| | | | | | | | Note: The behavior of isMaster has been changed to match isLightFlagged
* | Fix tattoo's category ID conflicting with voice's IDMarkKoz2022-02-281-1/+1
|/ | | | Fix #1589
* Update version to 2.4.5alpha2Chris Bessent2022-01-231-1/+1
|
* Update version to 2.4.5alpha1Chris Bessent2022-01-231-4/+4
|
* Enforce the priority rules on every refreshChris Bessent2022-01-232-14/+64
|
* Enforce relationships between pluginsChris Bessent2022-01-231-1/+28
| | | | | | Masters must be above their children and children must be below their masters. Currently only applies when trying to move plugins.
* Fix possible NPE when booting upChris Bessent2022-01-231-2/+1
|
* Force priority of primary pluginsChris Bessent2022-01-232-5/+37
| | | | | This fixes a problem with new instances where the primary plugins would be ordered alphabetically instead of in the correct order.
* Remove Trosski stylesheets (now pulled in by build system)Chris Bessent2022-01-153-2022/+0
|
* Fix update checking for files not installed from the downloadsChris Bessent2022-01-021-1/+1
| | | | | This is the difference between "D:\Downloads\USSEP.7z" and "USSEP.7z".
* Bump version to 2.4.4Chris Bessent2021-12-271-2/+2
|
* Fix discord inviteChris Bessent2021-12-271-1/+1
|
* Bump version to 2.4.3Chris Bessent2021-12-251-1/+1
|
* Bump version to 2.4.3rc3Chris Bessent2021-12-231-1/+1
|
* Bump version to 2.4.3 RC 2Chris Bessent2021-12-191-1/+1
|
* Update about dialogChris Bessent2021-12-172-38/+93
|
* Bump version to 2.4.3rc1Chris Bessent2021-12-171-2/+2
|
* Fix optional access on profiles dialogChris Bessent2021-12-071-1/+1
|
* Bump version to 2.4.3alpha4Chris Bessent2021-11-261-1/+1
|
* Fix parsing plugins with dots in nameChris Bessent2021-11-264-12/+17
|
* Don't blacklist empty usernames and passwordsChris Bessent2021-11-253-15/+19
|
* Update translationsChris Bessent2021-11-231-446/+462
|
* Bump version to 2.4.3alpha3Chris Bessent2021-11-231-1/+1
|
* Merge pull request #1621 from LostDragonist/misc_fixesChris Bessent2021-11-2312-69/+117
|\ | | | | Misc fixes
| * Blacklist %USERNAME% from the log in case it contains PIIChris Bessent2021-11-231-0/+2
| |
| * Blacklist Steam username and password from the logChris Bessent2021-11-232-0/+5
| |
| * Fix extension parsing for the plugin listChris Bessent2021-11-231-3/+4
| | | | | | | | The old code was just looking at the last three letters of the filename instead of looking for any kind of proper extension. This led to something like "alice.__esp" being considered a plugin which is just wrong.
| * Don't add invalid games to the "visit Nexus" listChris Bessent2021-11-222-14/+37
| |
| * Fix selecting a new profileChris Bessent2021-11-222-13/+9
| | | | | | | | | | | | This fixes clicking the "select" button in the profiles dialog when a newly created profile is selected. This was broken as the profile was being selected before the profile was added to the list of selections. Fixes #1489
| * Add Brave to the default blacklistChris Bessent2021-11-221-0/+1
| | | | | | | | Fixes #1592
| * Update Windows detectionChris Bessent2021-11-222-14/+5
| | | | | | | | | | | | | | | | Windows 11 reports itself as Windows 10 using the methods normally employed. Microsoft seems to want people to use the BuildId to identify the version of Windows but I'm going to refuse to do that because it's stupid. This change also prefers DisplayVersion over ReleaseId as somehow I have both and DisplayVersion is more correct (21H2 vs 2009). /shrug. Fixes #1607
| * Allow portable instances to set custom pathsChris Bessent2021-11-221-17/+14
| | | | | | | | Fixes #1610
| * Fix tab order of create instance dialogChris Bessent2021-11-221-8/+40
| |
* | Remove from instance ignore listQudix2021-10-151-3/+1
| |
* | Disable qml cacheQudix2021-10-151-0/+2
| |
* | Revert row changesQudix2021-09-161-4/+4
| |
* | Add a toggle for the Alt key showing the menubarQudix2021-09-115-23/+57
|/
* Bump to version 2.4.3alpha2Chris Bessent2021-08-271-3/+3
|
* Fix checking for updates when no installedFileChris Bessent2021-08-261-0/+5
|
* Escape ampersands in game names in instance windowChris Bessent2021-08-221-1/+1
| | | | These are technically buttons so Qt tries to make shortcuts.
* Enable forced libraries by defaultChris Bessent2021-08-221-1/+1
|
* Added Facegen content icon (found and edited by Atlntssplayer, original ↵AL2021-07-162-0/+1
| | | | creator: Exuin)
* Added ARCHIVED support for nexus update check and download query.AL2021-07-123-57/+126
| | | | | Use FileStatus enum instead of scattered int literals. Re-wrote the update check code
* Added enum for nexus mod file status (main, update, etc).AL2021-07-121-0/+12
|
* Sort filetimes from newer to older while sorting by status in downloadlistAL2021-07-101-1/+1
|