srkizer
70249a4db0
Revert "Fix Dalamud trying to unload IServiceType and crashing ( #1557 )" ( #1559 )
...
This reverts commit 37bcff84b1 .
2023-12-03 04:57:53 +00:00
Sirius902
37bcff84b1
Fix Dalamud trying to unload IServiceType and crashing ( #1557 )
2023-12-02 20:25:43 -08:00
goat
d52118b3ad
chore: bump up timeout to 120 seconds for now
2023-11-29 00:57:51 +01:00
bleatbot
334a3076ac
[master] Update ClientStructs ( #1528 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-11-28 22:55:38 +01:00
KazWolfe
13346b04db
Remove second HttpClient from PluginRepository ( #1551 )
...
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2023-11-28 22:52:38 +01:00
srkizer
a71cb81384
Hold Shift to display Toggle Dev Menu TSM entry ( #1538 )
...
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2023-11-28 22:43:41 +01:00
Soreepeong
d1fad70e8f
Disable game symbol download for the time being
2023-11-28 22:31:46 +01:00
Soreepeong
a72f407357
Add DalamudAssetManager
2023-11-28 22:31:46 +01:00
Soreepeong
01153a2480
Add DisposeSafety
2023-11-28 22:31:46 +01:00
srkizer
b66be84b93
Better Service dependency handling ( #1535 )
2023-11-28 22:20:16 +01:00
Anna
fcebd15077
Send Dalamud user-agent when downloading plugins ( #1550 )
...
Sets the user-agent on all HappyHttp requests to `Dalamud/<Version>`, and pass `Accept: application/zip` in plugin downloads.
2023-11-28 09:04:36 -08:00
Sirius902
473e24301d
Fix incorrect ImGui code ( #1546 )
...
* Add missing ImGui.EndTabBar
* Add more ImGui fixes
2023-11-26 22:04:38 +00:00
srkizer
7a0de45f87
Miscellaneous improvements ( #1537 )
2023-11-26 22:58:26 +01:00
srkizer
a6ea4aa56a
Update .editorconfig for Resharper/Rider to conform with StyleCop rules ( #1534 )
2023-11-26 22:55:43 +01:00
Ottermandias
a80ab30b4c
Add a log message for each leaked hook with its address. ( #1543 )
2023-11-25 12:24:08 -08:00
srkizer
40e90a39c8
Add Dalamud.CorePlugin.json ( #1533 )
2023-11-21 22:30:38 -08:00
goat
c7fc943692
build: 9.0.0.13
2023-11-19 13:32:05 +01:00
KazWolfe
93f08a4cb5
fix: Use SetValue for FlyText string arrays ( #1532 )
...
- Might fix a bug causing crashes with certain FlyText use cases, maybe.
- Also allows building Dalamud under .NET 8 local envs.
2023-11-18 12:17:18 -08:00
goat
48e8462550
ci: disable integration for unmergeable branch
2023-11-14 19:46:42 +01:00
goat
8b0c20057f
ci: re-enable auto integration
2023-11-14 19:45:14 +01:00
goat
140d0c8a2f
build: 9.0.0.12
2023-11-14 18:48:41 +01:00
goat
5daef60422
chore: rename config key for title bar options, move to experimental tab
2023-11-14 18:48:10 +01:00
goat
cb968d24c1
fix: TitleBarButton => class
2023-11-14 18:46:40 +01:00
goat
245ecd4e5d
build: 9.0.0.11
2023-11-11 14:19:51 +01:00
goat
3939731cb0
chore: make window additional options opt-in for now
2023-11-11 14:19:24 +01:00
goat
13bdbcb236
build: 9.0.0.10
2023-11-11 13:04:14 +01:00
bleatbot
744e26b500
Update ClientStructs ( #1518 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-11-10 21:07:19 +01:00
MidoriKami
9a8f370975
Update AddonEventType ( #1516 )
2023-11-10 21:03:54 +01:00
Aireil
4e1e9a0fce
fix: fly text atk arrays + offsets ( #1523 )
2023-11-10 21:03:28 +01:00
goat
c03d6ff048
fix: only allow pinning/clickthrough if the window is within the main viewport
2023-11-07 19:27:45 +01:00
goat
f10a597566
feat: add title bar buttons API to Window, make clickthrough/pinning window a title bar button
2023-11-06 23:10:55 +01:00
goat
b73ac2f3f7
feat: show why update failed when updating a single plugin
2023-11-02 19:52:23 +01:00
goat
7f87d2a9d2
fix: don't unload plugin until update is downloaded, show proper errors
2023-11-02 19:42:32 +01:00
KazWolfe
403e94f9d0
chore: Bump CS to 9f22a2a2 ( #1517 )
...
- Revert of AtkResNode DrawFlags
2023-11-01 03:06:57 +00:00
goat
20d5e26403
build: 9.0.0.9
2023-10-31 21:22:27 +01:00
KazWolfe
e538763f20
chore: Fix most 6.51 warnings ( #1514 )
2023-10-31 21:21:55 +01:00
bleatbot
9ccc389b0b
Update ClientStructs ( #1513 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-31 08:07:34 -07:00
MidoriKami
67ae069a23
AddonLifecycle ReceiveEvent improvements ( #1511 )
...
* Prototype
* Add hook null safety
Add a check to make sure addons that invoke virtual functions for other addons don't trigger lifecycle messages multiple times.
* Expose event listeners for AddonLifecycleWidget.cs
Disable hook when all listeners for an addon unregister
* Add AddonLifecycleWidget.cs
* Remove excess logging
2023-10-30 19:39:43 -07:00
bleatbot
d8c3c4c789
Update ClientStructs ( #1509 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-30 19:36:58 -07:00
goat
36364576a8
feat: MVP pinning, clickthrough, alpha menu for Window System windows
...
Needs saving, an actual button in the title bar
2023-10-30 21:40:46 +01:00
goat
e30c904ad6
build: 9.0.0.8
2023-10-29 14:17:53 +01:00
bleatbot
af55d6fcfd
[master] Update ClientStructs ( #1502 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-29 13:16:25 +00:00
MidoriKami
28804b905e
Fix Framework Stat Tracking ( #1506 )
2023-10-29 14:01:48 +01:00
srkizer
f60e7b7a86
Fulfill BuildLookupTable preconditions ( #1507 )
2023-10-29 11:38:31 +01:00
goat
e5e9622974
build: 9.0.0.7
2023-10-27 12:21:49 +02:00
goat
9187a100da
fix: use correct installer group IDs
2023-10-27 12:21:10 +02:00
goat
b7eb0f122c
build: 9.0.0.6
2023-10-25 20:39:15 +02:00
bleatbot
b9be67ce98
[master] Update ClientStructs ( #1501 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-25 18:17:27 +00:00
bleatbot
62a61735c6
[master] Update ClientStructs ( #1500 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-25 19:56:29 +02:00
goat
9875a7ea31
feat: allow configuring the default page the installer opens to
2023-10-25 17:32:42 +02:00