Mikaël Capelle
|
b20c015643
|
master() returns the name of the plugin.
|
2020-11-11 21:00:47 +01:00 |
|
Mikaël Capelle
|
d89eae1646
|
Allow IPluginRequirement to be properly extended from Python.
|
2020-11-11 17:25:55 +01:00 |
|
Mikaël Capelle
|
de5fde0f28
|
Cleaner IPluginRequirement.
|
2020-11-11 16:14:28 +01:00 |
|
Mikaël Capelle
|
e84777d550
|
Remove automatic plugin dependency for proxy (moved to MO2 core).
|
2020-11-11 13:38:42 +01:00 |
|
Mikaël Capelle
|
1ca6fee64d
|
Add plugin requirements.
|
2020-11-11 11:23:15 +01:00 |
|
Mikaël Capelle
|
57c774103d
|
Better handling of sequence conversions.
|
2020-11-11 11:22:50 +01:00 |
|
Mikaël Capelle
|
ead8352c93
|
Remove isActive() for the Python proxy plugin.
|
2020-11-11 11:22:10 +01:00 |
|
Mikaël Capelle
|
c2c63e0624
|
Merge pull request #76 from Holt59/iplugingame-detectgame
Replace IPlugin::registered() by IPluginGame::detectGame().
|
2020-11-06 20:17:45 +01:00 |
|
Mikaël Capelle
|
93dcf8d5b3
|
Replace IPlugin::registered() by IPluginGame::detectGame().
|
2020-11-06 18:56:00 +01:00 |
|
isanae
|
7d0e97ed2b
|
Merge pull request #75 from isanae/command-line
Command line and instance dialogs
|
2020-11-06 10:50:25 -05:00 |
|
isanae
|
86297b1170
|
removed unused IOrganizer from PythonRunner
|
2020-11-06 09:25:01 -05:00 |
|
isanae
|
78e4e5c548
|
binding for getPluginDataPath()
|
2020-11-06 09:22:23 -05:00 |
|
isanae
|
6a73c23a4b
|
added registered() python wrapper
null checks for the IOrganizer, replaced pluginDataPath() by the static version getPluginDataPath()
|
2020-11-06 09:06:55 -05:00 |
|
Mikaël Capelle
|
7afade8642
|
Merge pull request #74 from Holt59/imodinterface-filetree
Add IModInterface::fileTree().
|
2020-11-05 10:43:55 +01:00 |
|
isanae
|
6445f7f47f
|
handle empty variants returned from pluginSetting()
can happen when init() is called when MO has no instance set up
|
2020-11-04 22:52:56 -05:00 |
|
Mikaël Capelle
|
c6e89dead6
|
Add IModInterface::fileTree().
|
2020-11-04 21:48:22 +01:00 |
|
Mikaël Capelle
|
83dec58e4a
|
Merge pull request #72 from Holt59/imodlist-updates
IModList updates
|
2020-10-26 21:37:39 +01:00 |
|
Mikaël Capelle
|
f4b8cbcd0b
|
Merge pull request #70 from Holt59/iorganizer-profile-callbacks
Add IOrganizer::onProfileXXX callbacks.
|
2020-10-26 21:36:51 +01:00 |
|
Mikaël Capelle
|
96d15ae762
|
Fix default nullptr argument for allModsByProfilePriority.
|
2020-10-25 18:37:53 +01:00 |
|
Mikaël Capelle
|
7668783d3c
|
Move IOrganizer::getMod() to IModList::getMod().
|
2020-10-25 17:46:00 +01:00 |
|
Mikaël Capelle
|
40b7cd8e86
|
Move IOrganizer::removeMod() to IModList::removeMod().
|
2020-10-25 17:15:22 +01:00 |
|
Mikaël Capelle
|
2aa65ec5bb
|
Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfilePriority().
|
2020-10-25 16:52:28 +01:00 |
|
Mikaël Capelle
|
b1e554526a
|
Fix for onModInstalled() modification.
|
2020-10-25 16:52:20 +01:00 |
|
Mikaël Capelle
|
8640890f8c
|
Rename IOrganizer::refresh(). Move IOrganizer::onModInstalled. Add IModList::onModRemoved().
|
2020-10-25 16:18:55 +01:00 |
|
Mikaël Capelle
|
2526b75ca1
|
Merge pull request #71 from Holt59/fix-ifiletree-const
Fix implicit conversion from non-const IFileTree to const IFileTree.
|
2020-10-25 13:00:50 +01:00 |
|