Commit graph

5167 commits

Author SHA1 Message Date
goat
459ed3769a also upgrade CorePlugin 2024-07-10 23:33:13 +02:00
goat
7761556e49 upgrade some more deps to 8.x versions 2024-07-10 23:29:42 +02:00
goat
676782cb58 upgrade Lumina.Excel to 7.0.1 2024-07-10 23:27:05 +02:00
bleatbot
19471e6011
Update ClientStructs (#1891)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-10 17:44:39 +00:00
pohky
ca3c0c4014
BLM and MNK Gauge Update with CS bump (#1914) 2024-07-10 07:41:50 +00:00
srkizer
19d182546c
Always specify TypeNameHandling for types under Dalamud assembly (#1910)
LoadForType{T} intentionally does not specify TypeNameHandling which
seemingly is required for handling inheritance for nested properties.
Added a custom JsonConverter that will force TypeNameHandling=Objects
for types under Dalamud assembly, as a quick workaround for forcing font
related types to be correctly handled during deserialization.
2024-07-09 22:03:45 +02:00
goat
08ca6e958c changelog: correctly center in main vp if multi-monitor is on 2024-07-08 22:06:21 +02:00
goat
10f9f0b37b pi: show a warning if a non-release dalamud version is outdated 2024-07-08 20:57:47 +02:00
goat
baa875f516 autoupdate: add missing space after comma 2024-07-08 20:50:00 +02:00
goat
1279f04bbf build: 10.0.0.2 2024-07-08 20:07:40 +02:00
goat
77abd0455d autoupdate: print updated plugins in chat 2024-07-08 19:35:45 +02:00
goat
34a51d0119 pm: make sure that we don't stay on framework thread when loading and unloading
Without ConfigureAwait(false), all of the continuations below the await will be blocking the main thread
2024-07-08 19:21:44 +02:00
goat
d0bc415fd5 dispose scoped finalizer in changelog 2024-07-07 21:38:24 +02:00
KazWolfe
82e6476ab6
fix: Fix auto-updates every 30 seconds (#1899)
- If no updates are found, properly defer.
2024-07-07 20:39:10 +02:00
goat
d41682b66e fix warnings 2024-07-07 12:42:46 +02:00
goat
df51fc17e6 pm: don't install updates twice, don't globally lock the plugin list while updates are installing 2024-07-07 12:22:04 +02:00
KazWolfe
c028fecf62
ci: hopefully fix stg buildhashes (#1903)
- Add ReproducibleBuilds dep
- Use `--tags` for determining describe output, allowing light tags
- Add new full commit hash attribute
2024-07-07 11:16:14 +02:00
goat
a8a336009b don't override present if we didn't actually find anything 2024-07-07 00:33:16 +02:00
goat
934fc6c948 improve reshade no-addon support 2024-07-07 00:22:09 +02:00
goat
43c14fa30b build: 10.0.0.1 2024-07-06 20:04:29 +02:00
KazWolfe
3727940b5c
Bump ClientStructs for 7.0hf1 (#1901)
* Update ASTGauge

* deps: bump CS

* fix: remove Huton from NIN gauge

---------

Co-authored-by: lazyrain <lazyrain@pm.me>
2024-07-06 20:02:08 +02:00
Kurochi51
6992336c63
Prevent trying to access an entry when none exist. (#1898) 2024-07-05 20:29:15 +02:00
goat
4df929ec9f pi: don't show the "frown" button for outdated plugins 2024-07-05 18:20:40 +02:00
Lichie
25b10c1c62
make MarketBoardCurrentOfferings.ItemListings accessible (#1897) 2024-07-05 10:06:37 +00:00
KazWolfe
c5e90e4df2
fix: Make autoupdates work again (#1895)
* fix: Make autoupdates work again

- Always opportunistically schedule a future (fast) auto-update after a check/attempt has been made.
- Track the update notification dismiss to extend this time out.

This change relies on the fact that a second auto-update won't run so long as a notification is open.

* fix: Start update check time from notification dismiss
2024-07-05 10:29:08 +02:00
NostraThomas99
9d9326fd6d
Add support for PCT and VPR to Dalamud.Game.ClientState.JobGauge (#1890)
Added PCTGauge and VPRGauge to the job gauge definitions. Also updated JobGauge widget to support VPR and PCT.
2024-07-05 10:28:24 +02:00
Caraxi
680fdccf9d
Update UiConfigOption.cs (#1896) 2024-07-05 01:30:18 +00:00
KazWolfe
8617c9c16d
feat: Stop the movie from interrupting our beautiful beautiful changelog (#1894) 2024-07-04 18:28:56 +02:00
KazWolfe
4a3e6df89e
fix: Don't let a debugger crash Bink (#1892)
Resolves a problem where attaching a debugger can cause Bink to throw an exception, crashing the game.
2024-07-04 12:03:09 +02:00
srkizer
336d85363e
Fix incorrect fixed usage, remove api9 safety code from UiBuilder (#1893)
* fix incorrect fixed usage

* UiBuilder: remove leftover api9 safety code
2024-07-04 12:02:37 +02:00
bleatbot
2272848cd3
Update ClientStructs (#1889)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-03 17:38:45 +00:00
srkizer
7a90921358
ISIT: remove api9 compat, IDAM: make Empty4X4 transparent (#1877)
* Remove api9 compat from texture stuff

* Make Empty4X4 actually transparent
2024-07-03 18:51:23 +02:00
bleatbot
bdc4c226d4
[master] Update ClientStructs (#1886)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-03 16:47:43 +00:00
Infi
8607d2f034
Fix PartyFinderListing DutyCategory (#1887)
* Change Category from byte to ushort

* adjust doc comment
2024-07-03 18:38:25 +02:00
nebel
583c007253
Add new default 'search score' sorting method for plugin search (#1882) 2024-07-03 18:37:25 +02:00
Infi
a4c234c4fa
Fix MarketBoardItemRequest & Universalis upload (#1888) 2024-07-03 18:36:18 +02:00
goat
b546dd0f96 don't log in injector to work around linux crash 2024-07-03 12:22:06 +02:00
goat
8d08f46fd7 check for testing api level in HasTestingVersion() instead 2024-07-03 12:22:06 +02:00
bleatbot
a4a3318a6e
Update ClientStructs (#1883)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-02 16:34:30 -07:00
pohky
86f85c95ac
fix WorldToScreen and ScreenToWorld (#1885)
* fix WorldToScreen and ScreenToWorld

* Update FFXIVClientStructs
2024-07-02 16:17:26 -07:00
Infi
cf515cbc35
Fix PartyFinderListingPacket marshaling issues (#1884) 2024-07-02 22:08:39 +00:00
goat
64a094f225 add "install testing version" entry to available context menu 2024-07-02 23:49:50 +02:00
goat
2219676a45 fix warning 2024-07-02 23:49:32 +02:00
Infi
39296124b1
Fix party finder packet layout (#1875)
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2024-07-02 16:39:18 +00:00
Kurochi51
87de538bf7
Use function start signature instead of function call (#1878) 2024-07-02 16:45:40 +02:00
Asriel Camora
a042ec9a5f
Fix ContextMenu for 7.0 (#1876)
* Fix 7.0 ContextMenu

* ContextMenu: Use collection initializers

* Delay RaptureAtkModule.Instance() to not run in ctor
2024-07-01 22:27:30 -07:00
bleatbot
85dc5d781c
Update ClientStructs (#1874)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-02 05:27:20 +00:00
bleatbot
5009a48151
Update ClientStructs (#1873)
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-07-01 16:07:08 -07:00
goat
a0e9341425 don't redirect stderr/out in injector
Fixes endless "starting" box in XL
2024-07-01 23:35:17 +02:00
goat
c72b4cd644
ci: disable rollup for apiX 2024-07-01 20:53:09 +02:00