Commit graph

811 commits

Author SHA1 Message Date
goat
f574f797a1 add ITextureProvider.TryGetFromGameIcon() 2024-07-01 14:36:51 +02:00
goat
b425bb3e49 fix a million warnings 2024-06-30 00:58:04 +02:00
Kaz Wolfe
ed48b5e04c
comments for lumina pinning 2024-06-29 13:40:29 -07:00
Kaz Wolfe
6568c68e06
Re-add Lumina pinning
See #1598 for requirements to do this.
2024-06-29 13:38:28 -07:00
goat
085d76afda make DalamudPluginInterface internal 2024-06-29 18:22:45 +02:00
goat
d083d8db8b obsolete DalamudPluginInterface 2024-06-29 18:11:20 +02:00
goat
a3a7acc45e add ITextureProvider.GetFromFile(FileInfo) 2024-06-29 18:02:11 +02:00
goat
7e397bef17 actually just move the language types, don't use the one from the common assembly 2024-06-29 01:26:29 +02:00
goat
b212b4e00a Revert "api10 todo: only use ClientLanguage from Dalamud.Common, move ToLumina() extension into Dalamud.Util"
This reverts commit 2e731b1eab.
2024-06-29 01:23:29 +02:00
Kaz Wolfe
af2ec9029b
fix import issues 2024-06-28 15:52:35 -07:00
goat
1d1b60b011 api10 todo: move IDalamudTextureWrap to Dalamud.Interface.Textures.TextureWraps 2024-06-29 00:45:16 +02:00
goat
39a1d54011 api10 todo: remove IDalamudPluginInterface::OpenPluginInstaller(), make search text nullable 2024-06-29 00:41:07 +02:00
goat
2e731b1eab api10 todo: only use ClientLanguage from Dalamud.Common, move ToLumina() extension into Dalamud.Util 2024-06-29 00:29:51 +02:00
goat
2565f2c3c6 api10 todo: refactor InstalledPluginState into an interface, add functions to open UI 2024-06-29 00:18:33 +02:00
Blair
2e3153c502
Make DalamudPluginInterface into IDalamudPluginInterface (#1807)
* Make DalamudPluginInterface into IDalamudPluginInterface

* Interface UiBuilder
2024-06-29 00:00:57 +02:00
goat
7283e634e9 allow loading dev plugins with the wrong API level, but add a validation error 2024-06-28 23:45:12 +02:00
goat
d628be9536 explicitly make ICommandInfo => IReadOnlyCommandInfo 2024-06-28 23:26:15 +02:00
goat
29f951c309 CommandInfo must be public to allow registering commands 2024-06-28 23:21:14 +02:00
Blair
7947b896ea
Add interfaces to non public/sealed classes referenced in public interfaces (#1808)
* Add interfaces to non public/sealed classes referenced in public interfaces

* Fixed inheritdocs + made most classes internal

* Add missing properties to IFate and Fate, fix documentation

---------

Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2024-06-28 23:05:34 +02:00
Kaz Wolfe
d95befe96e
use CS TargetSystem for TargetManager service
- Remove address from service, as it's no longer necessary
2024-06-28 10:09:24 -07:00
Kaz Wolfe
fb4d9c5ac7
Merge branch 'refs/heads/master' into apiX 2024-06-27 16:22:54 -07:00
goat
c698ec9315 autoupdate: list which plugins are updateable in the notification 2024-06-25 23:58:19 +02:00
Kaz Wolfe
cce11a82be
Merge branch 'refs/heads/master' into apiX 2024-06-21 16:04:39 -07:00
goat
d244f7e09e autoupdate: wait longer for periodic check if user dismissed updates 2024-06-20 01:14:40 +02:00
goat
3509a0bdca pi: add "updateable plugins" page, open kind, make auto-updates go there by default 2024-06-18 23:04:04 +02:00
goat
c155be7db6 autoupdate: handle singular/plural in notification loc 2024-06-18 22:27:36 +02:00
goat
8553ef5412 pm: make sure to always destroy scope and interface when unloading a plugin 2024-06-18 21:37:30 +02:00
goat
5f51ca22e0 autoupdate: consider notification dismissal time as last check time 2024-06-17 19:23:55 +02:00
Kaz Wolfe
28ff62e488
fix errors/warnings 2024-06-16 16:45:18 -07:00
Blair
e160746d42
Add MarketBoard service and associated interfaces, test and data widget (#1822)
* Add MarketBoard service and associated interfaces, test and data widget
* Dispose of events properly
* Make listings readonly lists + provide internal list for internal use
* Rename CatalogId to ItemId on interfaces, have kept CatalogId internally as it's technically correct
* Removed RetainerOwnerId from the public interface
* Removed NextCatalogId from the public interface
* Updated test text
* Null events in scoped service disposal
2024-06-16 10:40:48 -07:00
goat
c91e24cb58 pi: "update all plugins" button must update banned plugins 2024-06-16 18:21:52 +02:00
github-actions[bot]
263610c9e7 Merge remote-tracking branch 'origin/master' into apiX-rollup 2024-06-15 22:45:08 +00:00
KazWolfe
1c03242aa9
feat: New Condition APIs (#1842)
* feat: New Condition APIs

- New methods for `ICondition`:
  - `AnyExcept` ensures the listed conditions are *not* present.
  - `OnlyAny` ensures that *only* the listed conditions are met.
  - `EqualTo` ensures that the condition state matches the listed set.
- New `IsGameIdle` method in `IClientState` can be used to check if the player is not in any "active" game state.
2024-06-15 15:44:47 -07:00
goat
13fc380dd5 disable autoupdate dry run by default 2024-06-15 23:09:08 +02:00
goat
c4e31bc5f1 use kaz's api for conditions instead 2024-06-15 19:29:23 +02:00
goat
3b4178082a localize all new auto-update strings 2024-06-15 18:54:01 +02:00
goat
bc2edf765f refactor UpdatePluginsAsync() to take a list of plugins to update instead 2024-06-15 18:36:49 +02:00
goat
8d18940108 initial implementation of new auto-update UX 2024-06-15 01:00:50 +02:00
goat
bc0bea03e0 add ICondition.Only() to check for a set of flags 2024-06-12 00:01:55 +02:00
github-actions[bot]
4e331b1d85 Merge remote-tracking branch 'origin/master' into apiX-rollup 2024-06-08 23:34:08 +00:00
goat
cf4ecacf85 pm: make sure that interface and scope are always disposed if ctor throws
This fixes an issue wherein dev plugins could end up in a half-disposed state if the ctor were to throw an exception
2024-06-08 21:44:25 +02:00
goat
625a71a6d1 remove inaccurate information from manifest comment 2024-06-08 21:43:48 +02:00
goat
830207f43e pm: consider plugins without a valid source repo as orphaned 2024-06-08 20:40:02 +02:00
goat
31e541fae5 deps: upgrade StyleCop, fix warnings
...fixes new array initializer expression
2024-06-07 21:19:16 +02:00
goat
02022599e5 console: add public interface 2024-06-07 21:04:31 +02:00
srkizer
5365dd14d8
Add comments on caching (#1829) 2024-06-07 08:42:38 +02:00
Soreepeong
0d7c0a0375 Merge remote-tracking branch 'upstream/apiX' into feature/itextureprovider-updates 2024-06-04 23:54:38 +09:00
Kaz Wolfe
8d5f2bdf51
Disambiguate ObjectId to GameObjectId and EntityId 2024-06-03 11:19:39 -07:00
Kaz Wolfe
61f47449fd
Merge branch 'refs/heads/master' into apiX
# Conflicts:
#	lib/FFXIVClientStructs
2024-06-01 15:13:32 -07:00
MidoriKami
b5d52732e0
Add hooking overloads (#1820) 2024-06-01 15:04:06 -07:00