From 9cb3c80de475b2bdb220404b51c2d3bd75648fad Mon Sep 17 00:00:00 2001 From: Quietust Date: Sun, 23 Nov 2025 16:31:57 -0600 Subject: [PATCH 1/3] Update structures for 53.06 --- df.d_basics.xml | 1 + df.g_src.graphics.xml | 4 ++-- df.itemdef.xml | 48 +++++++++++++++++++++++++++++++++++++++++++ df.plotinfo.xml | 5 +++++ df.unit.xml | 1 + 5 files changed, 57 insertions(+), 2 deletions(-) diff --git a/df.d_basics.xml b/df.d_basics.xml index 63e792ba5..9d776605a 100644 --- a/df.d_basics.xml +++ b/df.d_basics.xml @@ -4145,6 +4145,7 @@ + -- Unused: BuildPathResult diff --git a/df.g_src.graphics.xml b/df.g_src.graphics.xml index 83713db9d..bad7e3ad8 100644 --- a/df.g_src.graphics.xml +++ b/df.g_src.graphics.xml @@ -805,9 +805,9 @@ - + - + diff --git a/df.itemdef.xml b/df.itemdef.xml index 1a00d6e52..5e0dc2acb 100644 --- a/df.itemdef.xml +++ b/df.itemdef.xml @@ -1536,6 +1536,52 @@ + bay12: ITEM_SKIN_TANNED_GRAPHICS_FLAG_* + + + + + + bay12: ITEM_SKIN_TANNED_GRAPHICS_FLAG_PATTERN_* + + + + + + + + + + + + + bay12: ITEM_BODYPART_SKIN_GRAPHICS_FLAG_* + + + + + + + bay12: ITEM_BODYPART_SKIN_GRAPHICS_FLAG_PATTERN_* + + + + + + + + bay12: ITEM_BODYPART_SKIN_GRAPHICS_FLAG_SURFACE_* + + + + + + + + + + + -- Unused: itemdef_handling_informationst @@ -1615,6 +1661,8 @@ + + diff --git a/df.plotinfo.xml b/df.plotinfo.xml index 94adcd2d9..53b02402c 100644 --- a/df.plotinfo.xml +++ b/df.plotinfo.xml @@ -371,6 +371,11 @@ + + + + + diff --git a/df.unit.xml b/df.unit.xml index 4f6e1c458..8a8dbf278 100644 --- a/df.unit.xml +++ b/df.unit.xml @@ -1452,6 +1452,7 @@ + -- Unused: UNITFLAG_CIV_OFFERED From fdb4f7f3d460b14db4bd6eb2eb2b84430e72ad72 Mon Sep 17 00:00:00 2001 From: Quietust Date: Mon, 24 Nov 2025 10:31:17 -0600 Subject: [PATCH 2/3] Add missing history event field Fixes #865 --- df.history_event.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/df.history_event.xml b/df.history_event.xml index 7720b2ee0..a4fc2da28 100644 --- a/df.history_event.xml +++ b/df.history_event.xml @@ -1126,6 +1126,7 @@ + not a compound From 66bdbe05027ebdf9917b69fffa0dc82d92b067ee Mon Sep 17 00:00:00 2001 From: Quietust Date: Mon, 24 Nov 2025 10:38:20 -0600 Subject: [PATCH 3/3] Fix base class on widget_anchored_tile Fixes #864 --- changelog.txt | 2 ++ df.g_src.ViewBase.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b9ce525b0..357e2f672 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,6 +19,8 @@ Template for new versions: # Future ## Structures +- added missing field in history_event_artifact_createdst +- fixed incorrect base class on widget_anchored_tile # 53.04-r1 diff --git a/df.g_src.ViewBase.xml b/df.g_src.ViewBase.xml index e5fcc4381..ee590a255 100644 --- a/df.g_src.ViewBase.xml +++ b/df.g_src.ViewBase.xml @@ -122,7 +122,7 @@ - +