From 97498d3beeda6d129c480e3d1adf176483c0ca7e Mon Sep 17 00:00:00 2001 From: WildWolf Date: Mon, 25 Sep 2023 14:04:44 +0200 Subject: [PATCH 1/2] update diff list for CS --- docs/versions/v9.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/versions/v9.md b/docs/versions/v9.md index 496d4fc..9623653 100644 --- a/docs/versions/v9.md +++ b/docs/versions/v9.md @@ -91,7 +91,7 @@ We want to thank the following people for their contributions to Dalamud during ## FFXIVClientStructs changes These are relevant changes made to FFXIVClientStructs, listed here for reference. We want to thank aers, Pohky, WilldWolf and the other FFXIVClientStructs contributors for their work. -From a593cb163e1c5d33b27d34df4d1ccc57d1e67643, as of commit 0af185ef155cf03f24c2dee8f50f3973a7d417aa: +From a593cb163e1c5d33b27d34df4d1ccc57d1e67643, as of commit 962b51df12735fb7316b7b7541f3c6827e7e5a07: Client/Game/ActionManager.cs: - Changed UseAction to take a ulong instead of long for targetID @@ -192,11 +192,15 @@ Client/UI/Info/InfoProxyCommonList.cs: - Changed Data to CharData - Changed ContentID to ulong - Changed GetContentIDForEntry to return ulong - - Removed CharIndex field from InfoProxyCommonList + - Renamed CharIndex to IndexData - Removed CharacterDict and CharacterArray from InfoProxyCommonList - Moved OnlineStatus, MentorState, PartyStatus, DutyStatus to single OnlineStatus enum linked to bitflag of OnlineStatus.exd - Added Sort field - Added ExtraFlags field + - Added FilterGroup field + - Added ApplyFilters method + - Renamed CharIndexEntry to CharacterIndex + - Added IsOtherServer Client/UI/Info/InfoProxyCatalogSearch.cs: - Was InfoProxyItemSearch @@ -243,6 +247,15 @@ Client/UI/Shell/RaptureShellModule.cs: Client/UI/UIModule.cs: - Changed GetUIInputData to return UIInputData* +Client/UI/Misc/RaptureHotbarModule.cs: + - Changed Hotbar fields to FixedArrays + - Changed UNK_0xCA to CostType + - Changed UNK_0xCB to CostDisplayMode + - Changed UNK_0xD0 to CostValue + +Client/UI/Info/InfoModule.cs: + - Updated InfoProxyId enum + Component/GUI/AtkComponentDragDrop.cs: - Added AtkDragDropInterface field @@ -298,3 +311,5 @@ New Files Added: Changed All Agents to use the new AgentGettersGenerator Changed All VTable to vtbl + +Added SpanExtensions \ No newline at end of file From 6a837ee03c35c83d779cf31d2ec744647e842ca8 Mon Sep 17 00:00:00 2001 From: WildWolf Date: Sun, 1 Oct 2023 13:37:06 +0200 Subject: [PATCH 2/2] update diff list for CS --- docs/versions/v9.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/versions/v9.md b/docs/versions/v9.md index 9623653..b05262c 100644 --- a/docs/versions/v9.md +++ b/docs/versions/v9.md @@ -91,12 +91,13 @@ We want to thank the following people for their contributions to Dalamud during ## FFXIVClientStructs changes These are relevant changes made to FFXIVClientStructs, listed here for reference. We want to thank aers, Pohky, WilldWolf and the other FFXIVClientStructs contributors for their work. -From a593cb163e1c5d33b27d34df4d1ccc57d1e67643, as of commit 962b51df12735fb7316b7b7541f3c6827e7e5a07: +From a593cb163e1c5d33b27d34df4d1ccc57d1e67643, as of commit fdd7160e78c20465d0375cebe1362bc3dde97c18: Client/Game/ActionManager.cs: - Changed UseAction to take a ulong instead of long for targetID - Changed UseActionLocation to take a ulong instead of long for targetID - Changed GetActionStatus to take a ulong instead of long for targetID + - Updated ActionType enum Client/Game/ActionTimelineManager.cs - Added Parent character pointer @@ -252,10 +253,28 @@ Client/UI/Misc/RaptureHotbarModule.cs: - Changed UNK_0xCA to CostType - Changed UNK_0xCB to CostDisplayMode - Changed UNK_0xD0 to CostValue + - Updated HotbarSlotType enum values Client/UI/Info/InfoModule.cs: - Updated InfoProxyId enum +Client/UI/Agent/AgentMap.cs: + - Added MinimapMSQLinkedTooltipMarkers + - Added MinimapMSQLinkedTooltipMarkersList + - Added MapQuestLinkContainer + - Added MiniMapQuestLinkContainer + +Client/UI/Agent/AgentFieldMarker.cs: + - Removed WaymarkIndex enum + +Client/UI/AddonFieldMarker.cs: + - Changed WaymarkInfo to FieldMarkerInfo + +Client/Game/UI/UIState.cs: + - Corrected ChocoboTaxiStandsBitmask size + - Added CutsceneSeenBitmask + - Added IsCutsceneSeen + Component/GUI/AtkComponentDragDrop.cs: - Added AtkDragDropInterface field @@ -276,6 +295,8 @@ Component/GUI/AtkModule.cs: Component/GUI/AtkStage.cs: - Added AtkTextureResourceManager field + - Changed AtkEventDispatcher to FixedSizeArray + - Added NextEventDispatcherIndex Component/GUI/AtkTextureResource.cs: - Changed Count_1 to Count @@ -307,6 +328,8 @@ New Files Added: - Application/Network/WorkDefinitions/EnterContentInfo.cs - Client/Game/Control/EmoteController.cs - Client/Game/Conditions.cs + - Component/GUI/AtkEventDispatcher.cs + - Client/UI/Agent/AgentBlacklist.cs Changed All Agents to use the new AgentGettersGenerator