summaryrefslogtreecommitdiff
path: root/src/modlistproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-9/+16
|
* Remove setName and remove from mod interface.Mikaël Capelle2021-01-021-0/+5
|
* Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-041-2/+10
|
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-6/+21
|
* Move IOrganizer::getMod() to IModList::getMod().Mikaël Capelle2020-10-251-0/+5
|
* Move IOrganizer::removeMod() to IModList::removeMod().Mikaël Capelle2020-10-251-0/+5
|
* Move IOrganizer::modsSortedByProfilePriority() to ↵Mikaël Capelle2020-10-251-0/+5
| | | | IModList::allModsByProfilePriority().
* Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-0/+10
|
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵Mikaël Capelle2020-10-111-0/+53
callbacks when plugin is inactive.