Commit graph

5146 commits

Author SHA1 Message Date
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
goat
0f5cf33fdd Merge branch 'apiX' of github.com:goatcorp/Dalamud into apiX 2024-07-01 20:15:07 +02:00
KazWolfe
1232a9cf17
Merge branch 'master' into apiX 2024-07-01 09:20:43 -07:00
Kaz Wolfe
d48d42d307
Change log level for manifest issues 2024-07-01 09:19:32 -07:00
Kaz Wolfe
cccb2709fa
bump cs 2024-07-01 09:18:48 -07:00
goat
f574f797a1 add ITextureProvider.TryGetFromGameIcon() 2024-07-01 14:36:51 +02:00
goat
f7cf037b9b re-enable boot logging 2024-07-01 13:22:44 +02:00
Kaz Wolfe
7a1e1cd3dc
YET ANOTHER reshade sig bump.
Getting real tired of this.
2024-06-30 14:37:10 -07:00
Kaz Wolfe
bc16bd7835
fix reshade sig for ReShade 5 as well 2024-06-30 14:19:21 -07:00
Kaz Wolfe
9472a315df
doc reshade changes 2024-06-30 13:48:57 -07:00
Kaz Wolfe
3a2bed3490
new reshade sig 2024-06-30 13:46:23 -07:00
Kaz Wolfe
aa94454551
i know yall like them cs bumps 2024-06-30 09:34:19 -07:00
Haselnussbomber
b73cac6a4d
Update Config Option enums (#1870) 2024-06-29 23:34:25 -07:00
Kaz Wolfe
a06ed61632
cs bump 2024-06-29 23:23:09 -07:00
Kaz Wolfe
a14da7a32a
bump cs 2024-06-29 18:28:00 -07:00
goat
9bf8099741
ignore CS for docs altogether, for now 2024-06-30 01:28:52 +02:00
goat
b2b639d1c9
try to exclude generated APIs from docs, for now 2024-06-30 01:05:55 +02:00
goat
b425bb3e49 fix a million warnings 2024-06-30 00:58:04 +02:00
goat
b752d958f7 update changelog wording, enable for 10.x 2024-06-30 00:22:28 +02:00
Infi
3e950b09fe
Update MarketBoard related packet structs (#1868)
* Update MarketBoardHistory

* Update MarketBoardCurrentOfferings

* small fix

* Update other structs & update widget

* Mark obsolete fields as internal
2024-06-30 00:18:47 +02:00
goat
41e3803787 make changelog fades less obnoxious, open on title screen instead 2024-06-30 00:14:28 +02:00
goat
d97890940e update credits 2024-06-30 00:14:28 +02:00