summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow Qt plugins in subfolder.Mikaël Capelle2022-05-023-11/+57
|
* Ties plugin to the PluginContainer.Mikaël Capelle2022-05-022-13/+16
|
* Merge pull request #1636 from LostDragonist/supporturlMikaël Capelle2022-05-022-1/+20
|\ | | | | Add wiki linkage for games
| * Add first start dialog and help menu entryChris Bessent2021-12-272-1/+20
| |
| * Fix discord inviteChris Bessent2021-12-261-1/+1
| |
* | Set OUTPUT_NAME before configuring.Mikaël Capelle2022-04-281-1/+1
| |
* | Minor fixes. Add gamebryo translations.Mikaël Capelle2022-04-204-943/+1654
| |
* | Update following cmake_common changes.Mikaël Capelle2022-04-192-52/+48
| | | | | | | | | | | | | | # Conflicts: # CMakeLists.txt # src/CMakeLists.txt # src/organizer_en.ts
* | C++20 fixesJeremy Rimpo2022-04-198-8/+4
| |
* | Update version to 2.4.5alpha1Chris Bessent2022-04-191-1/+1
| |
* | Update to alpha 1Jeremy Rimpo2022-04-191-1/+1
| |
* | Decrease rolling window size for download speedJeremy Rimpo2022-04-192-4/+4
| |
* | Restore HTTP/2 and set configurationJeremy Rimpo2022-04-191-1/+5
| | | | | | | | > Window size values reflect those used in Firefox and Chrome
* | Add 'right' tag to bbcode parserJeremy Rimpo2022-04-191-0/+2
| |
* | Patch for slow download speedsJeremy Rimpo2022-04-191-0/+1
| | | | | | | | | | - Disable HTTP/2 protocol - Not ideal, might be able to adjust QHttp2Configuration settings
* | Download status improvementsJeremy Rimpo2022-04-193-67/+102
| | | | | | | | | | - Better speed calculation - Add download time estimate
* | Translation fixesJeremy Rimpo2022-04-192-355/+355
| |
* | Better nexus network errorsJeremy Rimpo2022-04-198-45/+55
| |
* | Fix webkit obsolete tag errorJeremy Rimpo2022-04-191-1/+1
| |
* | Update version RCMikaël Capelle2022-04-191-3/+3
| | | | | | | | | | # Conflicts: # src/version.rc
* | Fix tutorial error messageJeremy Rimpo2022-04-191-1/+1
| |
* | Fix BBCode parsingJeremy Rimpo2022-04-191-0/+10
| |
* | Remove incompatible QDDS pluginJeremy Rimpo2022-04-191-2/+0
| |
* | Fix BBCodesJeremy Rimpo2022-04-191-1/+1
| |
* | TLS debuggingJeremy Rimpo2022-04-192-0/+8
| |
* | Remove dependency on Core5CompatJeremy Rimpo2022-04-1910-24/+23
| |
* | First pass for Qt6 compatibilityJeremy Rimpo2022-04-1947-239/+265
| |
* | Bump version to 2.4.5 alpha 3Chris Bessent2022-03-271-1/+1
| |
* | Merge pull request #1661 from LostDragonist/censorChris Bessent2022-03-271-1/+2
|\ \ | | | | | | Hopefully restrict username censoring to directories
| * | Hopefully restrict username censoring to directoriesChris Bessent2022-02-041-1/+2
| | |
* | | 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
|