Skip to content

Commit 49687e9

Browse files
committed
Update structures for 53.12
1 parent 017b4d9 commit 49687e9

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

df.d_interface.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363

364364
<stl-string name='current_custom_category_token' since='v0.42.01'/>
365365
<compound type-name='curses_text_boxst' name='current_tool_tip'/>
366+
<uint64_t name='current_tool_tip_address'/>
366367
</struct-type>
367368

368369
<enum-type type-name='construction_category_type' base-type='int32_t'> bay12: ConstructionCategoryType
@@ -2090,6 +2091,7 @@
20902091
<enum-item name='HAULING'/>
20912092
<enum-item name='REFUSE_AND_DUMPING'/>
20922093
<enum-item name='AUTOMATIC_FORBIDDING'/>
2094+
<enum-item name='PETITIONS'/>
20932095
<enum-item name='CHORES'/>
20942096
<enum-item name='OTHER'/>
20952097
</enum-type>
@@ -2927,6 +2929,9 @@
29272929
<bool name='scrolling_orderp'/>
29282930
<stl-string name='cell_nickname_str'/>
29292931
<bool name='entering_cell_nickname'/>
2932+
2933+
<bool name='disband_confirmation'/>
2934+
<stl-vector type-name='int32_t' name='disband_squad_id' ref-target='squad'/>
29302935
</struct-type>
29312936

29322937
<struct-type type-name='hotkeys_interfacest'>
@@ -3598,6 +3603,9 @@
35983603
<enum-item name='ASSIGN_TRADE_SORT_BY_VALUE'>
35993604
<item-attr name='caption' value='Sort by value.'/>
36003605
</enum-item>
3606+
<enum-item name='ASSIGN_TRADE_SELECT_ALL'>
3607+
<item-attr name='caption' value=''/>
3608+
</enum-item>
36013609
<enum-item name='STOCKS_RECENTER'>
36023610
<item-attr name='caption' value='Leave menu and recenter the view on the time.'/>
36033611
</enum-item>

df.game_v.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
<global-object type-name='uint8_t' name='standing_orders_gather_animals' original-name='standingorder_gatheranimals'/>
188188
<global-object type-name='uint8_t' name='standing_orders_gather_furniture' original-name='standingorder_gatherfurniture'/>
189189
<global-object type-name='uint8_t' name='standing_orders_farmer_harvest' original-name='standingorder_allharvest'/>
190+
<global-object type-name='uint8_t' name='standing_orders_ignore_damp_stone' original-name='standingorder_ignore_damp_stone'/>
191+
<global-object type-name='uint8_t' name='standing_orders_ignore_warm_stone' original-name='standingorder_ignore_warm_stone'/>
190192
<global-object type-name='uint8_t' name='standing_orders_auto_loom' original-name='standingorder_loom'/>
191193
<global-object type-name='uint8_t' name='standing_orders_auto_collect_webs' original-name='standingorder_collect_web'/>
192194
<global-object type-name='uint8_t' name='standing_orders_zoneonly_drink' original-name='standingorder_zone_drinking'/>
@@ -219,6 +221,12 @@
219221
<global-object type-name='uint8_t' name='standing_orders_forbid_rearming_traps' original-name='standingorder_forbid_rearming_traps'/>
220222
<global-object type-name='uint8_t' name='standing_orders_forbid_cages_from_sprung_traps' original-name='standingorder_forbid_cages_from_sprung_traps'/>
221223
<global-object type-name='uint8_t' name='standing_orders_forbid_toppled_building_items' original-name='standingorder_forbid_toppled_building_items'/>
224+
<global-object type-name='uint8_t' name='standing_orders_petition_resident_monster_hunter' original-name='standingorder_petition_resident_monster_hunter'/>
225+
<global-object type-name='uint8_t' name='standing_orders_petition_resident_performer' original-name='standingorder_petition_resident_performer'/>
226+
<global-object type-name='uint8_t' name='standing_orders_petition_resident_mercenary' original-name='standingorder_petition_resident_mercenary'/>
227+
<global-object type-name='uint8_t' name='standing_orders_petition_resident_scholar' original-name='standingorder_petition_resident_scholar'/>
228+
<global-object type-name='uint8_t' name='standing_orders_petition_resident_sanctuary' original-name='standingorder_petition_resident_sanctuary'/>
229+
<global-object type-name='uint8_t' name='standing_orders_petition_citizenship' original-name='standingorder_petition_citizenship'/>
222230
-- Skipped: index2_*
223231

224232
<global-object name='created_item_type' original-name='itemmade'>

df.plotinfo.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,10 @@
10961096

10971097
<stl-vector type-name='int16_t' name='selected_farm_crops' original-name='farm_plantlist' ref-target='plant_raw' comment='valid for the currently queried farm plot'/>
10981098
<stl-bit-vector name='available_seeds' original-name='farm_plantlist_seeds'/>
1099+
1100+
<stl-vector type-name='int32_t' name='clothing_size_race' ref-target='creature_raw'/>
1101+
<stl-vector type-name='int32_t' name='clothing_size_weight'/>
1102+
<int32_t name='clothing_size_sum'/>
10991103
</struct-type>
11001104
</data-definition>
11011105

0 commit comments

Comments
 (0)