Dalamud/Dalamud/Plugin
2020-04-22 15:16:59 +02:00
..
DalamudPluginInterface.cs feat: add new PluginLog methods 2020-04-11 15:40:28 +02:00
IDalamudPlugin.cs Initial commit 2019-09-21 22:29:38 +09:00
PluginDefinition.cs feat: plugin updates, more installer stuff 2020-02-27 20:43:58 +09:00
PluginInstallerWindow.cs feat: localization 2020-04-12 16:13:13 +02:00
PluginLog.cs feat: add new PluginLog methods 2020-04-11 15:40:28 +02:00
PluginManager.cs Fix for the change to Assembly.LoadFile() no longer correctly handling plugin's local dll dependencies. We still have to use LoadFile() to allow duplicate names, but now we also have to fixup assembly resolution to 'restore' the default behavior. This adds a global appdomain handler that just tries to load dependencies from the local directory of the requesting dll, if other methods have already failed. 2020-03-24 20:05:48 -07:00
PluginRepository.cs fix: switch to org URL for DalamudPlugins 2020-04-22 15:16:59 +02:00