| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -2/+12 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -75/+72 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -498/+498 |
| | | |||||
| * | Allow Qt plugins in subfolder. | Mikaël Capelle | 2022-05-02 | 1 | -0/+10 |
| | | |||||
| * | Update after removal of boost in uibase. | Mikaël Capelle | 2021-05-26 | 1 | -1/+0 |
| | | |||||
| * | Fix crash when starting MO2 without instance. | Mikaël Capelle | 2020-12-04 | 1 | -0/+2 |
| | | |||||
| * | Minor cleaning (comments, names). | Mikaël Capelle | 2020-12-04 | 1 | -9/+17 |
| | | |||||
| * | Remove disconnectPlugins() from OrganizerCore. | Mikaël Capelle | 2020-12-04 | 1 | -29/+18 |
| | | |||||
| * | Avoid duplicating code to simulate startup. | Mikaël Capelle | 2020-12-04 | 1 | -15/+22 |
| | | |||||
| * | Centralize loading Qt plugin in loadQtPlugin. | Mikaël Capelle | 2020-12-04 | 1 | -0/+7 |
| | | |||||
| * | Add methods to load/reload/unload plugins. | Mikaël Capelle | 2020-12-02 | 1 | -2/+51 |
| | | |||||
| * | Add signals (not used yet) for registering/unregistering plugins. | Mikaël Capelle | 2020-12-02 | 1 | -1/+7 |
| | | |||||
| * | Fix PluginContainer::setUserInterface(). | Mikaël Capelle | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | Return shared_ptr in IPlugin::requirements(). | Mikaël Capelle | 2020-11-19 | 1 | -1/+1 |
| | | |||||
| * | Add core plugins and better messages. | Mikaël Capelle | 2020-11-17 | 1 | -0/+9 |
| | | |||||
| * | Do not initialize proxied plugins twice. | Mikaël Capelle | 2020-11-12 | 1 | -1/+3 |
| | | |||||
| * | Add callbacks for plugin enabled/disabled. | Mikaël Capelle | 2020-11-12 | 1 | -0/+6 |
| | | |||||
| * | It's 2020. | Mikaël Capelle | 2020-11-12 | 1 | -0/+14 |
| | | |||||
| * | Proper handling of proxied plugins that implement multiple interfaces. | Mikaël Capelle | 2020-11-12 | 1 | -1/+23 |
| | | |||||
| * | Handle proxy dependencies differently. | Mikaël Capelle | 2020-11-11 | 1 | -0/+10 |
| | | |||||
| * | Use IPlugin::master() when present. | Mikaël Capelle | 2020-11-11 | 1 | -0/+15 |
| | | |||||
| * | Cleaner IPluginRequirement. | Mikaël Capelle | 2020-11-11 | 1 | -20/+1 |
| | | |||||
| * | Improve requirements handling. | Mikaël Capelle | 2020-11-11 | 1 | -16/+93 |
| | | |||||
| * | PluginRequirement -> IPluginRequirement and minor fixes. | Mikaël Capelle | 2020-11-11 | 1 | -13/+4 |
| | | |||||
| * | Replace usage of IPlugin::isActive(). | Mikaël Capelle | 2020-11-11 | 1 | -12/+113 |
| | | |||||
| * | call init() on proxy plugins | isanae | 2020-11-04 | 1 | -1/+1 |
| | | | | | | OrganizerProxy now handles a null OrganizerCore, used for proxy plugins changed appVersion() and pluginDataPath() so they don't need OrganizerCore | ||||
| * | added IPlugin::registered() | isanae | 2020-11-04 | 1 | -1/+1 |
| | | | | | | | | | removed useless dummy interfaces because init() isn't called anymore python plugins currently broken because init() isn't called on them fixed create instance dialog being shown on startup even if portable instance existed display a message when the last instance can't be found fixed instance manager dialog failing to open the portable instance | ||||
| * | Display plugins in a tree instead of a list in the settings dialog. | Mikaël Capelle | 2020-09-29 | 1 | -17/+26 |
| | | |||||
| * | Add topImplementedInterface(). Minor cleaning. | Mikaël Capelle | 2020-09-29 | 1 | -1/+46 |
| | | |||||
| * | Add a method to retrieve the localized names of the implemented plugin ↵ | Mikaël Capelle | 2020-09-28 | 1 | -0/+32 |
| | | | | | interfaces. | ||||
| * | Manually unload plugins to avoid issue with automatic unloading. | Mikaël Capelle | 2020-06-11 | 1 | -0/+1 |
| | | |||||
| * | Prevent diagnose plugins that return false for isActive from reporting ↵ | LostDragonist | 2019-03-23 | 1 | -0/+1 |
| | | | | | notifications | ||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+4 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -52/+61 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -61/+52 |
| | | |||||
| * | added interface for file mapping plugins | Tannin | 2015-11-23 | 1 | -1/+3 |
| | | |||||
| * | Merge | Tannin | 2015-01-04 | 1 | -4/+1 |
| |\ | |||||
| | * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -17/+18 |
| | | | |||||
| * | | - fixes after merge | Tannin | 2015-01-04 | 1 | -17/+19 |
| |/ | |||||
| * | - started on a refactoring moving functionality out of the MainWindow class | Tannin | 2014-11-21 | 1 | -0/+102 |
| - started on support for game-plugins | |||||
