Commit graph

3904 commits

Author SHA1 Message Date
goat
6a055783ba
fix: PM must depend on ServiceContainer since LocalPlugin uses it to create scopes 2023-05-22 21:34:12 +02:00
goat
34bb2a7ad4
fix: don't handle scoped services in ServiceManager.UnloadAllServices()
Fixes a deadlock while unloading
2023-05-22 21:24:17 +02:00
goat
b80681e3e1
fix: terminate process if service unload fails 2023-05-22 21:01:37 +02:00
goat
880095428c
fix: allow enabling + loading a devPlugin if it has failed to load 2023-05-22 19:04:40 +02:00
Aireil
b897dbcc2d
chore: update conditions (#1199) 2023-05-22 08:36:02 -07:00
goat
f9492af50c
fix: NRE on new event 2023-05-22 00:36:56 +02:00
goat
c9ad6c4252
fix: LocalPlugin.InternalName was actually returning the display name 2023-05-22 00:06:53 +02:00
goat
a7c2dc6720
chore: some PluginLog => Log in dalamud code 2023-05-22 00:02:20 +02:00
goat
daa9f72218
IOC: scoped/on-demand services (#1120) 2023-05-21 22:43:28 +02:00
goat
ca8a05b672
feat: add IsAutoUpdateComplete to DPI 2023-05-21 19:18:11 +02:00
goat
839519b2bb
feat: add ActivePluginsChanged event to DPI (closes #1192) 2023-05-21 18:53:47 +02:00
goat
fa73ccd3ee
Merge pull request #1198 from Caraxi/installedplugins
Add `<DalamudPluginInterface>.InstalledPlugins`
2023-05-13 15:46:07 +02:00
Caraxi
362661c320 Mark PluginNames and PluginInternalNames as Obsolete 2023-05-13 22:23:53 +09:30
Caraxi
a64fdc7c7b Add <DalamudPluginInterface>.InstalledPlugins 2023-05-13 22:08:59 +09:30
Kara
69b615f218
fix: only check FileDialog location existence during navigation (#1196)
* Make DriveListLoader always async instead of usually async

* Simplify code

* Only check location existence during navigation
2023-05-12 19:10:00 -07:00
Kara
48c00da429
fix: reset search when navigating into a FileDialog folder (#1197)
Currently, using the search bar and navigating into a folder keeps the same search query, so you need to clear it if you want to actually choose a file inside the folder you were searching for. This clears the search bar when navigating into a folder.
2023-05-10 09:05:09 -07:00
goat
e7dbc85310
build: 7.5.1.0 2023-05-08 18:44:21 +02:00
goat
73004a5c0d
Merge pull request #1171 from Sowce/no-welcome-msg-feature 2023-05-08 18:43:29 +02:00
goat
0d8967c462
Merge pull request #1189 from KazWolfe/happy-eyeballs2
Happy Eyeballs Rev 2: The DNS-ening
2023-05-06 14:54:52 +02:00
goat
97a6c187c5
Merge pull request #1195 from karashiiro/feat/get-drives-async
feat: load the FileDialog drive list asynchronously
2023-05-06 09:26:15 +02:00
Kara
b9b2cd7176
chore: make DriveListLoader internal 2023-05-05 19:55:33 -07:00
karashiiro
b1551150c7 feat: load the FileDialog drive list asynchronously 2023-05-04 20:59:26 -07:00
AllunEve
59de22b192
Add BattleNpcSubKind.BattleNpcPart
Adds an enum value (and associated documentation) for `BattleNpcPart`s (otherwise known as "weak spots"), alongside documentation and relevant examples.

Co-authored-by: jeroen -local <jeroen@buelens.com>
2023-05-03 19:17:38 +00:00
Kaz Wolfe
ec829b4eee
Add logging for faulted tasks on successful connections
- Diagnostic tool, we don't really care about these exceptions.
2023-04-29 13:22:15 -07:00
Kaz Wolfe
76190d7e59
Happy Eyeballs Rev 2: The DNS-ening
Instead of simply trying a V6 connection and following it with a plain V4 connection, this method relies on DNS to make some smarter decisions on resolution. This improves performance and reliability for users (and servers) without IPv6 connectivity at all.

- Switch to a DNS-driven strategy for Happy Eyeballs
- Add a Zipper Merge and CancellableDelay utility to the corups
- Remove state from HappyEyeballsCallback as it largely went unused
- Fix a couple small implementation bugs
- Suppress innocent (unhandled) exceptions.
2023-04-27 00:00:45 -07:00
goat
66f955c87c
increase GameStart max tries to 1200(1min) 2023-04-24 21:47:44 +02:00
goat
f375b8fe5b
increase GameStart max tries to 1200(1min) 2023-04-24 21:15:24 +02:00
goat
c88a2bd78c
build: 7.5.0.3 2023-04-23 11:19:30 +02:00
KazWolfe
6a0b4e5ad7
Add Happy Eyeballs Support (#1187) 2023-04-23 11:09:55 +02:00
goat
5ad3ec123d
localize profiles strings 2023-04-18 20:37:05 +02:00
goat
eb06636290
enable profiles by default 2023-04-12 21:43:12 +02:00
goat
cbfd4bbd2a
fix: skip a stack frame in the VEH callback handler 2023-04-12 21:28:03 +02:00
goat
75bf135978
clean up commented out code 2023-04-11 22:02:30 +02:00
goat
3f112376eb
make "start on boot" work as expected for dev plugins 2023-04-11 21:45:26 +02:00
goat
9b3990e5c7
Merge branch 'master' into profiles 2023-04-11 21:33:19 +02:00
goat
2e2ce241e2
build: 7.5.0.2 2023-04-11 19:28:18 +02:00
goat
1096a49dd6
feat: show throwing plugin in unhandled managed exceptions 2023-04-11 19:28:16 +02:00
MidoriKami
063a9408e1
Remove Anonymous Feedback (#1168)
- Removes the submit anonymous feedback checkbox
- Remove relevant wording around anonymous feedback (incl. warning)
- Update anonymous feedback error message
2023-04-11 17:18:29 +00:00
goat
7028f5072b
cool new plugin picker 2023-04-11 00:50:52 +02:00
goat
92f638d114
remove unprocessed profile commands when another one is queued 2023-04-10 23:11:37 +02:00
goat
ffb0a0c41d
disable search and sort when in profile editor 2023-04-10 22:59:44 +02:00
goat
ea01e62936
reset widget before deleting profile 2023-04-10 22:54:19 +02:00
goat
4b2f649215
feedback for profile imports 2023-04-10 22:53:35 +02:00
goat
91ada49fa7
always add plugins as enabled in profile editor 2023-04-10 21:20:36 +02:00
goat
b0906af1ba
prevent some collection is modified errors 2023-04-10 21:18:23 +02:00
goat
4328826c86
never ever update dev plugins 2023-04-10 21:07:21 +02:00
goat
869ce9568d
make dev plugins work, maybe 2023-04-10 21:03:15 +02:00
goat
29ba86021c
remove spammy log 2023-04-10 20:45:29 +02:00
goat
8d7ae903a4
actually delete profiles in release build 2023-04-10 20:28:06 +02:00
goat
7fe004c875
remove plugins from deleting profile synchronously 2023-04-10 20:25:46 +02:00