Skip to content

Commit

Permalink
Add InventoryWidget (#2097)
Browse files Browse the repository at this point in the history
* Add InventoryWidget

* Update InventoryWidget

- Use GameInventoryItem.GetReadOnlySpanOfInventory
- Display Stains
- Display Materia

* Display CrafterContentId in InventoryWidget

* Fix display of HQ items in InventoryWidget

Also removes the Base ItemId, because Dalamud doesn't apply flags.

* Make columns Itemid and Quantity copyable
  • Loading branch information
Haselnussbomber authored Nov 17, 2024
1 parent 0d9eed2 commit 52e8fca
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dalamud/Interface/Internal/Windows/Data/DataWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ internal class DataWindow : Window, IDisposable
new HookWidget(),
new IconBrowserWidget(),
new ImGuiWidget(),
new InventoryWidget(),
new KeyStateWidget(),
new MarketBoardWidget(),
new NetworkMonitorWidget(),
Expand Down
Loading

0 comments on commit 52e8fca

Please sign in to comment.