| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix download of meta-information in download tab. | Mikaël Capelle | 2021-01-31 | 5 | -73/+55 | |
| |/ | ||||||
| * | Merge pull request #1391 from Holt59/pluginlist-case-insensitive | Mikaël Capelle | 2021-01-31 | 2 | -45/+44 | |
| |\ | | | | | Use case-insensitive data structure in plugin list. | |||||
| | * | Use case-insensitive data structure in plugin list. | Mikaël Capelle | 2021-01-31 | 2 | -45/+44 | |
| | | | ||||||
| * | | Merge pull request #1390 from Holt59/fix-datatab-refresh | Mikaël Capelle | 2021-01-31 | 2 | -5/+4 | |
| |\ \ | |/ |/| | Fix update of data tab after refresh. | |||||
| | * | Fix update of data tab after refresh. | Mikaël Capelle | 2021-01-31 | 2 | -5/+4 | |
| |/ | ||||||
| * | Merge pull request #1388 from Holt59/default-collapsible-separators-desc | Mikaël Capelle | 2021-01-30 | 1 | -2/+1 | |
| |\ | | | | | Enable collapsible separators in reverse order by default. | |||||
| | * | Enable collapsible separators in reverse order by default. | Mikaël Capelle | 2021-01-30 | 1 | -2/+1 | |
| |/ | ||||||
| * | Merge pull request #1387 from Holt59/update-settings-dialog | Mikaël Capelle | 2021-01-30 | 1 | -0/+6 | |
| |\ | | | | | Add migration code to remove old settings from ModOrganizer.ini. | |||||
| | * | Add migration code to remove old settings from ModOrganizer.ini. | Mikaël Capelle | 2021-01-30 | 1 | -0/+6 | |
| |/ | ||||||
| * | Bump dev-build version. | Mikaël Capelle | 2021-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1386 from Holt59/update-settings-dialog | Mikaël Capelle | 2021-01-30 | 22 | -1431/+1279 | |
| |\ | | | | | Update settings dialog. | |||||
| | * | Remove LoadMechanism completely. | Mikaël Capelle | 2021-01-29 | 5 | -129/+0 | |
| | | | ||||||
| | * | Reorganize settingsdialog classes to match UI. | Mikaël Capelle | 2021-01-29 | 12 | -138/+170 | |
| | | | ||||||
| | * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 9 | -1165/+1110 | |
| |/ | ||||||
| * | Merge pull request #1378 from Holt59/fix-priority-management | Mikaël Capelle | 2021-01-29 | 31 | -472/+463 | |
| |\ | | | | | Increase robustness of mods priority in profile. | |||||
| | * | Fix refresh of data tab. | Mikaël Capelle | 2021-01-29 | 4 | -15/+42 | |
| | | | ||||||
| | * | Fix enable/disable all message. | Mikaël Capelle | 2021-01-24 | 3 | -105/+119 | |
| | | | ||||||
| | * | Use proper naming convention for constants. | Mikaël Capelle | 2021-01-22 | 6 | -24/+26 | |
| | | | ||||||
| | * | Use constant for minimum/maximum priorities. | Mikaël Capelle | 2021-01-22 | 4 | -10/+15 | |
| | | | ||||||
| | * | Move update of directory structure after mod priority change to organizer core. | Mikaël Capelle | 2021-01-21 | 3 | -38/+44 | |
| | | | ||||||
| | * | Refresh data tab when mods are enabled or moved. | Mikaël Capelle | 2021-01-21 | 2 | -0/+8 | |
| | | | ||||||
| | * | Replace isFixedPriority by hasAutomaticPriority. | Mikaël Capelle | 2021-01-21 | 3 | -8/+9 | |
| | | | ||||||
| | * | Prevent backups from being enabled. | Mikaël Capelle | 2021-01-21 | 3 | -4/+12 | |
| | | | ||||||
| | * | Use priority from profile (+1) in directory structure to be consistent. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Remove unused mapping. | Mikaël Capelle | 2021-01-21 | 4 | -19/+2 | |
| | | | ||||||
| | * | Expose proper priority in ModList and sort in the sort proxy. | Mikaël Capelle | 2021-01-21 | 3 | -37/+7 | |
| | | | ||||||
| | * | Use actual priority of overwrite instead of INT_MAX, and remove useless checks. | Mikaël Capelle | 2021-01-21 | 1 | -20/+15 | |
| | | | ||||||
| | * | Remove unused variables. | Mikaël Capelle | 2021-01-21 | 1 | -3/+0 | |
| | | | ||||||
| | * | INT_MAX -> std::numeric_limits, plus minor clean. | Mikaël Capelle | 2021-01-21 | 4 | -4/+4 | |
| | | | ||||||
| | * | Use range-loop instead of old-style iterators. | Mikaël Capelle | 2021-01-21 | 1 | -13/+10 | |
| | | | ||||||
| | * | Remove unused priority-related functions from Profile. | Mikaël Capelle | 2021-01-21 | 2 | -28/+1 | |
| | | | ||||||
| | * | Add const-qualifier to for loop variable. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use isFixedPriority() when appropriate. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add method to retrieve priority of mods in ModList. | Mikaël Capelle | 2021-01-21 | 2 | -25/+31 | |
| | | | ||||||
| | * | Remove unused/undefined ModList functions. | Mikaël Capelle | 2021-01-20 | 2 | -33/+0 | |
| | | | ||||||
| | * | Move backup and overwrite priority to ModList. | Mikaël Capelle | 2021-01-20 | 3 | -12/+11 | |
| | | | ||||||
| | * | Add comment for m_NumRegularMods and remove unused methods. | Mikaël Capelle | 2021-01-20 | 1 | -6/+8 | |
| | | | ||||||
| | * | Increase robustness of mods priority in profile. | Mikaël Capelle | 2021-01-20 | 9 | -146/+177 | |
| | | | ||||||
| * | | Merge pull request #1384 from Holt59/add-pick-argument | Mikaël Capelle | 2021-01-29 | 5 | -7/+21 | |
| |\ \ | | | | | | | Implement --pick argument. | |||||
| | * | | Implementation --pick argument. | Mikaël Capelle | 2021-01-28 | 5 | -7/+21 | |
| | | | | ||||||
| * | | | Merge pull request #1385 from Holt59/fix-mo2-on-top | Mikaël Capelle | 2021-01-29 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | Do not bring MO2 to front when passing a Nexus link to the CL. | |||||
| | * | | Do not bring MO2 to front when passing a Nexus link to the CL. | Mikaël Capelle | 2021-01-28 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1382 from LostDragonist/fix_forced_load | Chris Bessent | 2021-01-24 | 1 | -5/+6 | |
| |\ \ | | | | | | | Fix initial launch of forced load dialog | |||||
| | * | | Fix forced load libraries | Chris Bessent | 2021-01-23 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a couple issues. First, the default libraries forced by the game plugins were not being loaded. Second, when the checkbox was disabled, the forced load settings would be wiped out. Both were fixed by always loading and saving the state of the forced loads regardless of the global enabled state. | |||||
| * | | | Merge pull request #1380 from Holt59/fix-pluginlist-contextmenu | Mikaël Capelle | 2021-01-24 | 1 | -32/+38 | |
| |\ \ \ | | | | | | | | | Fix error when right-clicking on an empty space in the pluginlist. | |||||
| | * | | | Fix error when right-clicking on an empty space in the pluginlist. | Mikaël Capelle | 2021-01-21 | 1 | -32/+38 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #1379 from Holt59/fix-loglist-startup | Mikaël Capelle | 2021-01-23 | 1 | -1/+14 | |
| |\ \ \ | |/ / |/| | | Fix empty loglist after startup. | |||||
| | * | | Add comment to explain the reset() on the log list. | Mikaël Capelle | 2021-01-21 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Fix empty loglist after startup. | Mikaël Capelle | 2021-01-20 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | Merge pull request #1376 from Holt59/fix-filter-modcount | Mikaël Capelle | 2021-01-20 | 1 | -3/+1 | |
| |\ \ | | | | | | | Refresh mod counter when filtering. | |||||
