summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use proper naming convention for constants.Mikaël Capelle2021-01-226-24/+26
| |
| * Use constant for minimum/maximum priorities.Mikaël Capelle2021-01-224-10/+15
| |
| * Move update of directory structure after mod priority change to organizer core.Mikaël Capelle2021-01-213-38/+44
| |
| * Refresh data tab when mods are enabled or moved.Mikaël Capelle2021-01-212-0/+8
| |
| * Replace isFixedPriority by hasAutomaticPriority.Mikaël Capelle2021-01-213-8/+9
| |
| * Prevent backups from being enabled.Mikaël Capelle2021-01-213-4/+12
| |
| * Use priority from profile (+1) in directory structure to be consistent.Mikaël Capelle2021-01-211-1/+1
| |
| * Remove unused mapping.Mikaël Capelle2021-01-214-19/+2
| |
| * Expose proper priority in ModList and sort in the sort proxy.Mikaël Capelle2021-01-213-37/+7
| |
| * Use actual priority of overwrite instead of INT_MAX, and remove useless checks.Mikaël Capelle2021-01-211-20/+15
| |
| * Remove unused variables.Mikaël Capelle2021-01-211-3/+0
| |
| * INT_MAX -> std::numeric_limits, plus minor clean.Mikaël Capelle2021-01-214-4/+4
| |
| * Use range-loop instead of old-style iterators.Mikaël Capelle2021-01-211-13/+10
| |
| * Remove unused priority-related functions from Profile.Mikaël Capelle2021-01-212-28/+1
| |
| * Add const-qualifier to for loop variable.Mikaël Capelle2021-01-211-1/+1
| |
| * Use isFixedPriority() when appropriate.Mikaël Capelle2021-01-211-1/+1
| |
| * Add method to retrieve priority of mods in ModList.Mikaël Capelle2021-01-212-25/+31
| |
| * Remove unused/undefined ModList functions.Mikaël Capelle2021-01-202-33/+0
| |
| * Move backup and overwrite priority to ModList.Mikaël Capelle2021-01-203-12/+11
| |
| * Add comment for m_NumRegularMods and remove unused methods.Mikaël Capelle2021-01-201-6/+8
| |
| * Increase robustness of mods priority in profile.Mikaël Capelle2021-01-209-146/+177
| |
* | Merge pull request #1384 from Holt59/add-pick-argumentMikaël Capelle2021-01-295-7/+21
|\ \ | | | | | | Implement --pick argument.
| * | Implementation --pick argument.Mikaël Capelle2021-01-285-7/+21
| | |
* | | Do not bring MO2 to front when passing a Nexus link to the CL.Mikaël Capelle2021-01-281-1/+1
|/ /
* | Merge pull request #1382 from LostDragonist/fix_forced_loadChris Bessent2021-01-241-5/+6
|\ \ | | | | | | Fix initial launch of forced load dialog
| * | Fix forced load librariesChris Bessent2021-01-231-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-contextmenuMikaël Capelle2021-01-241-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 Capelle2021-01-211-32/+38
| | |/ | |/|
* | | Add comment to explain the reset() on the log list.Mikaël Capelle2021-01-211-0/+9
| | |
* | | Fix empty loglist after startup.Mikaël Capelle2021-01-201-1/+5
|/ /
* | Merge pull request #1376 from Holt59/fix-filter-modcountMikaël Capelle2021-01-201-3/+1
|\ \ | | | | | | Refresh mod counter when filtering.
| * | Refresh mod counter when filtering.Mikaël Capelle2021-01-191-3/+1
| | |
* | | Merge pull request #1375 from Holt59/fix-collapsible-separators-reverseMikaël Capelle2021-01-202-2/+5
|\ \ \ | | | | | | | | Fix refresh on by-priority proxy when changing sort order.
| * | | Fix refresh on by-priority proxy when changing sort order.Mikaël Capelle2021-01-192-2/+5
| |/ /
* / / Don't look for mods with -1 as mod ID when suggesting namesAL2021-01-191-1/+1
|/ /
* / Improve error message about an extra overwrite modChris Bessent2021-01-191-6/+2
|/
* Merge pull request #1373 from Holt59/fix-change-priorityMikaël Capelle2021-01-182-8/+15
|\ | | | | Fix change priority
| * Clamp priority to the correct value, taking backups into account.Mikaël Capelle2021-01-181-6/+14
| |
| * Fix editing priority.Mikaël Capelle2021-01-181-2/+1
| |
* | Bump dev build versionAL2021-01-181-1/+1
|/
* Merge pull request #1372 from Holt59/install-mod-atMikaël Capelle2021-01-186-54/+81
|\ | | | | Modify 'Install mod... ' in context menu to install above current mod.
| * Update documentation for installMod / createEmptyMod.Mikaël Capelle2021-01-181-6/+12
| |
| * Comment and remove extra blank lines.Mikaël Capelle2021-01-181-2/+3
| |
| * Make installMod behave similarly to createEmptyMod for the new mod priority.Mikaël Capelle2021-01-183-49/+54
| |
| * Modify 'Install mod... ' in context menu to install above current mod.Mikaël Capelle2021-01-186-9/+24
| |
* | Merge pull request #1371 from Holt59/by-priority-proxy-improvementsMikaël Capelle2021-01-185-86/+107
|\ \ | | | | | | Collapsible separators improvements
| * | Remove log.Mikaël Capelle2021-01-181-2/+0
| | |
| * | Fix scrolling when moving mods with keyboard.Mikaël Capelle2021-01-181-0/+5
| | |
| * | Better handling of layoutChanged in by-priority proxy to avoid resetting.Mikaël Capelle2021-01-185-88/+106
| |/
* | Merge pull request #1370 from LostDragonist/preview_extensionsMikaël Capelle2021-01-183-3/+3
|\ \ | | | | | | Remove case sensitivity regarding preview file extensions