Dalamud/Dalamud/Plugin
2020-03-24 20:05:48 -07:00
..
DalamudPluginInterface.cs fix plugin disable during updates failing due to concurrent file modification; fix plugin updates failing to load config due to assembly version issues 2020-03-22 09:41:38 -07: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 refactor: abstract plugin update, install into "PluginRepository" class 2020-03-23 20:19:02 +09: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 refactor: abstract plugin update, install into "PluginRepository" class 2020-03-23 20:19:02 +09:00