Commit graph

4220 commits

Author SHA1 Message Date
Kaz Wolfe
4f8de2e205
Obsolete (static) PluginLog for future removal
- Mark PluginLog as obsoleted and pending removal, encouraging users to switch to IPluginLog.
- Remove internal references to PluginLog.
2023-09-22 17:01:10 -07:00
MidoriKami
43abb12710
Add GameConfigPluginScoped (#1383)
* Add GameConfigPluginScoped

* Proposed Resolution to sub-object events

* Nullify delegates to prevent memory leaks
2023-09-21 21:55:56 -07:00
MidoriKami
b742abe77f
Add ClientStatePluginScoped (#1384)
* Add ClientStatePluginScoped

* Restore InvokeSafely

* Add InvokeSafely for basic Action types.

* Set delegates to null to prevent leaking memory

* Resolve Merge
2023-09-21 21:55:16 -07:00
goat
201a927952
Merge pull request #1409 from MidoriKami/DelegateNullification 2023-09-20 12:19:44 +02:00
MidoriKami
2b2a027fb0 Move WriteAllTextSafe to correct location 2023-09-19 23:44:56 -07:00
MidoriKami
c305c01dfd Nullify Scoped Service Delegates 2023-09-19 23:43:45 -07:00
goat
b0986a5225
Merge pull request #1402 from goatcorp/v9-rollup 2023-09-19 23:15:42 +02:00
github-actions[bot]
b384216d9d Merge remote-tracking branch 'origin/master' into v9-rollup 2023-09-19 21:15:29 +00:00
goat
979a5463ca
fix: dev plugins always need to retain their WorkingPluginId, even throughout reloads 2023-09-19 23:14:50 +02:00
KazWolfe
f7ae34281f
Update License to AGPL 3.0 or Later (#1373) 2023-09-19 23:11:23 +02:00
goat
8ef0f85155
Merge pull request #1404 from MidoriKami/CommandManagerPluginScoped 2023-09-19 19:30:33 +02:00
goat
8c05eb247c
Merge pull request #1405 from MidoriKami/NetworkMonitor_Clear 2023-09-19 19:29:35 +02:00
goat
9b31a7ff39
Merge pull request #1407 from Soreepeong/fix/noto-glyph-ranges 2023-09-19 19:29:17 +02:00
goat
a61e181bde
fix warning in DataManager 2023-09-19 19:28:31 +02:00
Soreepeong
84c5982c25 Use axis12 glyph ranges when loading noto12 as Dalamud default font 2023-09-19 15:17:15 +09:00
MidoriKami
dde1dd2f55 Add Clear button to NetworkMonitorWidget 2023-09-18 14:16:45 -07:00
MidoriKami
5d06949185 Set CommandInfo InternalName when adding to CommandManager via PluginScopedService 2023-09-18 12:00:49 -07:00
MidoriKami
34617cf377 Add error logging 2023-09-18 10:50:05 -07:00
MidoriKami
3e8be33a5c Add CommandManagerPluginScoped 2023-09-18 10:45:42 -07:00
MidoriKami
7a0f58a106
Remove PluginInterface from base Dtr service (#1399) 2023-09-18 00:19:31 -07:00
Haselnussbomber
af39add38e
[v9] Update ClientStructs and fix build (#1398)
* Update ClientStructs

* Use IFramework in AddonLifecycle

* Fix for ClientStructs breaking changes
2023-09-18 00:18:01 -07:00
goat
9f231da4ca
Merge pull request #1400 from Aireil/patch-14
Rename fly text kind members
2023-09-18 08:23:30 +02:00
MidoriKami
5a3196e5f8
[AddonLifecycle] Fix incorrect delegate signature (#1401) 2023-09-18 04:21:01 +00:00
Aireil
4989e2b69b
refactor: rename fly text kind members 2023-09-18 03:55:43 +02:00
goat
3a0eaaa583
Merge pull request #1396 from goatcorp/v9-rollup 2023-09-17 23:52:43 +02:00
github-actions[bot]
33868087ed Merge remote-tracking branch 'origin/master' into v9-rollup 2023-09-17 21:52:26 +00:00
goat
40a8e607a8
Merge pull request #1370 from MidoriKami/AddonLifecycle_Enhancements 2023-09-17 23:52:05 +02:00
goat
99bf7b703b
Merge pull request #1395 from goatcorp/v9-rollup 2023-09-17 23:50:21 +02:00
goat
9d4a2fad3b
fix dtr errors after merge 2023-09-17 23:39:09 +02:00
github-actions[bot]
e07be476f8 Merge remote-tracking branch 'origin/master' into v9-rollup 2023-09-17 21:30:16 +00:00
goat
0f74c8e62c
Merge pull request #1369 from MidoriKami/DTRBarEnhancements 2023-09-17 23:29:54 +02:00
goat
3d94d07f56
chore: remove opcodes from public API 2023-09-17 23:13:16 +02:00
goat
00fa1dc4f8
chore: remove ChatHandlers public service 2023-09-17 23:02:42 +02:00
goat
c73b16f13d
Merge pull request #1281 from MidoriKami/IChatGui 2023-09-17 22:57:02 +02:00
goat
5809cf5d7c
chore: make all services with interfaces internal 2023-09-17 21:09:00 +02:00
goat
ab9b7e1602
chore: add data widget for servicecontainer status, remove serveropcode data widget 2023-09-17 20:35:40 +02:00
goat
428e1afefd
fix warnings 2023-09-17 20:11:34 +02:00
goat
1f4e39dab7
Merge pull request #1389 from goatcorp/v9-rollup 2023-09-17 20:09:57 +02:00
goat
68a027c64b
merge 2023-09-17 20:01:23 +02:00
goat
f52a70b1ac
Merge pull request #1394 from KazWolfe/v9-cs-rollup 2023-09-17 16:06:23 +02:00
github-actions[bot]
871d0d21a2 Merge remote-tracking branch 'origin/master' into v9-rollup 2023-09-17 14:01:36 +00:00
MidoriKami
452cf7813f
Data Window ui rework (#1376) 2023-09-17 16:01:11 +02:00
KazWolfe
2c23e6fdb3
[v9] Move GPose check to ClientState (#1378) 2023-09-17 15:56:49 +02:00
MidoriKami
08fd4434ea
Dalamud Console Window UI-Rework (#1390)
Co-authored-by: Kaz Wolfe <root@kazwolfe.io>
2023-09-17 14:41:56 +02:00
goat
fb3d4b5b4c
Merge pull request #1386 from KazWolfe/lumina-3.11.0 2023-09-17 14:23:34 +02:00
goat
dee48ec811
Merge pull request #1351 from KazWolfe/wine-check-fix 2023-09-17 13:42:15 +02:00
goat
7dbd15965a
Merge pull request #1377 from KazWolfe/logging-filter-fix 2023-09-17 13:38:55 +02:00
goat
c36b807f64
Merge pull request #1393 from kalilistic/patch-2
chore: remove remaining obsolete icons
2023-09-17 13:36:06 +02:00
Kaz Wolfe
57ae2264e3
Fix SA1502 errors on autoformat
- Braces in `{ }` style cause SA1502 to complain.
2023-09-16 18:11:06 -07:00
Kaz Wolfe
a9a0980372
Fix random build warnings. 2023-09-16 18:07:19 -07:00