Commit graph

4133 commits

Author SHA1 Message Date
goat
c36b807f64
Merge pull request #1393 from kalilistic/patch-2
chore: remove remaining obsolete icons
2023-09-17 13:36:06 +02:00
kal
947cd79bca
chore: remove remaining obsolete icons 2023-09-16 20:54:29 -04:00
bleatbot
3e613cffd0
Update ClientStructs (#1371) (#1387)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-09-11 22:20:20 -07:00
MidoriKami
e3d688141c
Add ConditionPluginScoped (#1385) 2023-09-11 22:20:05 -07:00
MidoriKami
d96175ed16
Add DutyStatePluginScoped (#1382) 2023-09-11 22:10:36 -07:00
MidoriKami
abf7c243e4
Add GameGuiPluginScoped (#1381) 2023-09-11 22:09:01 -07:00
MidoriKami
181ec6b956
Add GameNetworkPluginScoped (#1380) 2023-09-11 22:07:46 -07:00
MidoriKami
af63217564
Add ITitleScreenMenu and Scoped Service. (#1379) 2023-09-11 22:06:40 -07:00
MidoriKami
0f3b9eab8c
Add IToastGui (v9) (#1280) 2023-09-10 16:24:47 -07:00
MidoriKami
617c2bdb9c
Add IFlyTextGui (v9) (#1278) 2023-09-10 16:18:10 -07:00
Ava Chaney
d807257670
Merge pull request #1343 from goatcorp/v9-rollup 2023-09-10 15:34:10 -07:00
MidoriKami
d378fe1dfc
Add IPartyFinderGui (v9) (#1279) 2023-09-10 15:20:44 -07:00
Kaz Wolfe
275ec72ab7
Re-Add Lost Import
- No idea how, but the import for ImGuiHelpers was lost.
2023-09-10 14:56:28 -07:00
github-actions[bot]
38a4a7f580 Merge remote-tracking branch 'origin/master' into v9-rollup 2023-09-10 21:53:08 +00:00
MidoriKami
385c4b7a8b
Add IFramework (#1286) 2023-09-10 13:19:44 -07:00
MidoriKami
40b875c8e9
Remove inconsistent reference to third-party (#1372) 2023-09-08 08:37:05 -07:00
KazWolfe
8c51bbf0f8
Add Scoped Plugin Log Service (#1341)
Adds a new `IPluginLog` service to Dalamud, which provides scoped logging on a per-plugin basis. This improves log performance for plugins, and paves the way for per-plugin log levels.

* Plugins must opt in to enable verbose logging by setting `IPluginLog.MinimumLogLevel` to `LogEventLevel.Verbose`. This option is automatically enabled for dev plugins and is currently not persisted.
    * All release plugins will default to `Debug` as their lowest allowed log level.
    * This setting does not override the global log level set in Dalamud.
2023-09-07 17:58:41 +00:00
KazWolfe
1dbf93e428
Add SpecialPluginSource to public API (#1357) 2023-09-07 19:33:46 +02:00
Kurochi51
37cb1f5dd0
Fade to black during credits animation (#1356) 2023-09-07 19:33:10 +02:00
MidoriKami
633894364d
Add Targets to TargetManager (#1364) 2023-09-07 10:12:19 -07:00
MidoriKami
a12d9df9a2
Chat Payload Remove Logspam (#1368) 2023-09-07 19:07:55 +02:00
bleatbot
7a03458696
Update ClientStructs (#1363)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-09-07 09:43:04 -07:00
goat
fc2042ea4f
Merge pull request #1365 from MidoriKami/AddonLifecycle_ExceptionSafety 2023-08-31 00:31:24 +02:00
goat
8a267e51bf
feat: improve custom repo disclaimer a bit 2023-08-30 23:53:24 +02:00
MidoriKami
46fbb94b1d [AddonLifecycle] Also check specific addon for null 2023-08-29 14:05:31 -07:00
MidoriKami
cfef50af0c [AddonLifecycle] Fixes 2023-08-29 14:01:53 -07:00
MidoriKami
efefcd70cf
Add AddonLifecycle Service (#1361)
Adds new service to manage addon lifecycle events, such as setup/teardown.
2023-08-28 21:56:31 -07:00
srkizer
342e1bc06c
Make TextureManager.GetTexture return value non-nullable (#1342) 2023-08-28 18:04:29 -07:00
bleatbot
49bffccf82
Update ClientStructs (#1359)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-28 17:49:06 -07:00
goat
4b8c06c815
Merge pull request #1360 from Ottermandias/dragdrop
DragDrop - Support Unicode names correctly.
2023-08-27 14:59:02 +02:00
Ottermandias
f7c2ab5283 Support Unicode names correctly. 2023-08-27 14:46:44 +02:00
bleatbot
1ab198af8b
Update ClientStructs (#1358)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-26 10:53:16 -07:00
bleatbot
3afe9c41a5
Update ClientStructs (#1354)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-25 12:50:20 -07:00
MidoriKami
2d528f0515
Update SettingsTabExperimental.cs (#1355) 2023-08-25 12:49:32 -07:00
goat
4c177d32b4
fix: ensure that toggle button stays enabled while enabling 2023-08-23 22:01:57 +02:00
goat
3c8e474fe5
fix: internal TSM entries must always come first 2023-08-23 21:51:46 +02:00
goat
d2e463247c
chore: slightly tweak available plugin buttons 2023-08-23 21:40:22 +02:00
goat
d7f0f5d888
feat: add ColorHelpers class, various tools to manipulate HSV colors 2023-08-23 21:37:33 +02:00
goat
84cd209d86
chore: increase size of profiles tutorial 2023-08-23 20:48:57 +02:00
goat
122f4a462b
build: 7.11.0.0 2023-08-22 22:29:39 +02:00
goat
3272dbb0e2
feat: add OpenMainUi event on UiBuilder, respective button in PI 2023-08-22 22:29:09 +02:00
goat
c027aacde2
feat: add ImGuiComponents.IconButtonWithText() 2023-08-22 22:29:06 +02:00
goat
07692753db
fix: don't draw changelog twice 2023-08-22 22:29:04 +02:00
goat
47a9911e31
Merge pull request #1353 from goatcorp/rel-7.10.2.0
build: 7.10.2.0
2023-08-22 19:53:10 +02:00
KazWolfe
a0edd21620
build: 7.10.2.0 2023-08-22 09:11:09 -07:00
bleatbot
8cbe7cbb30
Update ClientStructs (#1352)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-21 17:51:40 -07:00
bleatbot
c0f828f5fa
Update ClientStructs (#1349)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-19 11:18:37 -07:00
bleatbot
78400c8cb6
Update ClientStructs (#1346)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-08-16 00:35:30 +00:00
goat
7c428e6b72
feat: allow individual toggling of plugins in a single custom collection from the installed plugins page 2023-08-13 22:42:59 +02:00
goat
593b338a26
fix: don't try to load changelogs for dev plugins, show changelogs that loaded if any failed 2023-08-12 12:04:22 +02:00