Dalamud/Dalamud/Game
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
..
Addon [AddonEventManager] Actually Ensure Thread Safety (#1589) 2023-12-31 14:30:21 -08:00
ClientState Less footguns in service dependency handling (#1560) 2023-12-06 21:29:46 -08:00
Command chore: tidy-up, move files shared between dalamud and injector into separate assembly 2023-09-30 16:11:52 +02:00
Config Better Service dependency handling (#1535) 2023-11-28 22:20:16 +01:00
DutyState Less footguns in service dependency handling (#1560) 2023-12-06 21:29:46 -08:00
Gui Make CJK imes work better 2023-12-17 11:59:11 +09:00
Internal Less footguns in service dependency handling (#1560) 2023-12-06 21:29:46 -08:00
Inventory Permaenable raptureAtkModuleUpdateHook 2023-12-02 13:53:00 +09:00
Libc fix: BaseAddressResolver should take a ISigScanner instead 2023-10-05 23:15:34 +02:00
Network Less footguns in service dependency handling (#1560) 2023-12-06 21:29:46 -08:00
Text Ensure borders on IME mode foreground icon 2023-12-17 11:59:11 +09:00
BaseAddressResolver.cs fix: BaseAddressResolver should take a ISigScanner instead 2023-10-05 23:15:34 +02:00
ChatHandlers.cs fix: Make auto-update work again, the lazy way (#1592) 2024-01-13 20:17:26 +01:00
Framework.cs Less footguns in service dependency handling (#1560) 2023-12-06 21:29:46 -08:00
FrameworkAddressResolver.cs fix: BaseAddressResolver should take a ISigScanner instead 2023-10-05 23:15:34 +02:00
GameLifecycle.cs chore: make all services with interfaces internal 2023-09-17 21:09:00 +02:00
SigScanner.cs chore: make SigScanner public, have separate service TargetSigScanner that resolves via ISigScanner (closes #1426) 2023-09-24 01:49:34 +02:00
TargetSigScanner.cs Better Service dependency handling (#1535) 2023-11-28 22:20:16 +01:00