Skip to content

Commit

Permalink
Update ClientStructs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 2, 2024
1 parent a8244a9 commit 98cf240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FFXIVClientStructs
Submodule FFXIVClientStructs updated 51 files
+14 −0 FFXIVClientStructs/FFXIV/Application/Network/LogoutCallbackInterface.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/Character/CharacterData.cs
+3 −0 FFXIVClientStructs/FFXIV/Client/Game/Event/ShopEventHandler.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/Game/GameMain.cs
+1 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Device.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Kernel/Texture.cs
+61 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Render/GraphicsConfig.cs
+8 −0 FFXIVClientStructs/FFXIV/Client/Graphics/Render/OffscreenRenderingManager.cs
+169 −38 FFXIVClientStructs/FFXIV/Client/Graphics/Render/RenderTargetManager.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/LayoutEngine/LayoutWorld.cs
+9 −1 FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs
+19 −0 FFXIVClientStructs/FFXIV/Client/UI/Info/InfoProxyBlacklist.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/UI/Misc/PronounModule.cs
+1 −1 FFXIVClientStructs/FFXIV/Client/UI/Misc/RaptureLogModule.cs
+54 −0 FFXIVClientStructs/FFXIV/Client/UI/UIGlobals.cs
+5 −2 FFXIVClientStructs/FFXIV/Client/UI/UIModule.cs
+2 −0 FFXIVClientStructs/FFXIV/Client/UI/UIModuleInterface.cs
+4 −10 FFXIVClientStructs/FFXIV/Common/Component/Excel/ExcelModule.cs
+30 −0 FFXIVClientStructs/FFXIV/Common/Component/Excel/ExcelModuleInterface.cs
+13 −0 FFXIVClientStructs/FFXIV/Component/Excel/ExcelModuleInterface.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentBase.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentButton.cs
+8 −2 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentCheckBox.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentDragDrop.cs
+11 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentDropDownList.cs
+3 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentGaugeBar.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentGuildLeveCard.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentHoldButton.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentIcon.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentIconText.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentJournalCanvas.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentList.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentListItemRenderer.cs
+3 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentNode.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentNumericInput.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentPortrait.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentRadioButton.cs
+8 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentScrollBar.cs
+7 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentSlider.cs
+5 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentTextInput.cs
+6 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentTreeList.cs
+7 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkComponentWindow.cs
+18 −0 FFXIVClientStructs/FFXIV/Component/GUI/AtkMessageBoxManager.cs
+1 −0 FFXIVClientStructs/FFXIV/Component/GUI/AtkModule.cs
+3 −0 FFXIVClientStructs/FFXIV/Component/GUI/AtkUldManager.cs
+5 −1 FFXIVClientStructs/FFXIV/Component/GUI/AtkValue.cs
+1 −0 FFXIVClientStructs/FFXIV/Component/Text/Localize.cs
+2 −2 FFXIVClientStructs/STD/Helper/LookupHelper.cs
+753 −0 ida/classinformer_lysander.csv
+255 −13 ida/data.yml
+294 −161 ida/ffxiv_structs.yml

0 comments on commit 98cf240

Please sign in to comment.