Dalamud/Dalamud/Plugin
KazWolfe 86b7c29e94
fix: Make auto-update work again, the lazy way (#1592)
* fix: Make auto-update work again, the lazy way.

- Move auto-update to run on the first `Notice` message for parity with the welcome message.
- Add some logging in a few critical places to make things nicer.

* fix overzealous IDE complaints

* code-review comments

- Remove stray imports that the IDE included
- Remove fixme to move auto-updates (for now)

* Lazy retry auto-update
2024-01-13 20:17:26 +01:00
..
Internal fix: Make auto-update work again, the lazy way (#1592) 2024-01-13 20:17:26 +01:00
Ipc Fix DataShare race condition, and add debug features (#1573) 2023-12-16 21:05:13 +01:00
Services Enable tracking only when there exists a subscriber 2023-12-02 12:58:55 +09:00
DalamudPluginInterface.cs feat: allow configuring the default page the installer opens to 2023-10-25 17:32:42 +02:00
IDalamudPlugin.cs chore: remove IDalamudPlugin.Name 2023-09-23 11:17:53 +02:00
InstalledPluginState.cs Add <DalamudPluginInterface>.InstalledPlugins 2023-05-13 22:08:59 +09:30
PluginListInvalidationKind.cs feat: add ActivePluginsChanged event to DPI (closes #1192) 2023-05-21 18:53:47 +02:00
PluginLoadReason.cs Profiles (#1178) 2023-04-10 19:17:00 +02:00