Skip to content
Merged

53.12 #883

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions df.d_interface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@

<stl-string name='current_custom_category_token' since='v0.42.01'/>
<compound type-name='curses_text_boxst' name='current_tool_tip'/>
<uint64_t name='current_tool_tip_address'/>
</struct-type>

<enum-type type-name='construction_category_type' base-type='int32_t'> bay12: ConstructionCategoryType
Expand Down Expand Up @@ -2090,6 +2091,7 @@
<enum-item name='HAULING'/>
<enum-item name='REFUSE_AND_DUMPING'/>
<enum-item name='AUTOMATIC_FORBIDDING'/>
<enum-item name='PETITIONS'/>
<enum-item name='CHORES'/>
<enum-item name='OTHER'/>
</enum-type>
Expand Down Expand Up @@ -2927,6 +2929,9 @@
<bool name='scrolling_orderp'/>
<stl-string name='cell_nickname_str'/>
<bool name='entering_cell_nickname'/>

<bool name='disband_confirmation'/>
<stl-vector type-name='int32_t' name='disband_squad_id' ref-target='squad'/>
</struct-type>

<struct-type type-name='hotkeys_interfacest'>
Expand Down Expand Up @@ -3598,6 +3603,9 @@
<enum-item name='ASSIGN_TRADE_SORT_BY_VALUE'>
<item-attr name='caption' value='Sort by value.'/>
</enum-item>
<enum-item name='ASSIGN_TRADE_SELECT_ALL'>
<item-attr name='caption' value=''/>
</enum-item>
<enum-item name='STOCKS_RECENTER'>
<item-attr name='caption' value='Leave menu and recenter the view on the time.'/>
</enum-item>
Expand Down
8 changes: 8 additions & 0 deletions df.game_v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@
<global-object type-name='uint8_t' name='standing_orders_gather_animals' original-name='standingorder_gatheranimals'/>
<global-object type-name='uint8_t' name='standing_orders_gather_furniture' original-name='standingorder_gatherfurniture'/>
<global-object type-name='uint8_t' name='standing_orders_farmer_harvest' original-name='standingorder_allharvest'/>
<global-object type-name='uint8_t' name='standing_orders_ignore_damp_stone' original-name='standingorder_ignore_damp_stone'/>
<global-object type-name='uint8_t' name='standing_orders_ignore_warm_stone' original-name='standingorder_ignore_warm_stone'/>
<global-object type-name='uint8_t' name='standing_orders_auto_loom' original-name='standingorder_loom'/>
<global-object type-name='uint8_t' name='standing_orders_auto_collect_webs' original-name='standingorder_collect_web'/>
<global-object type-name='uint8_t' name='standing_orders_zoneonly_drink' original-name='standingorder_zone_drinking'/>
Expand Down Expand Up @@ -219,6 +221,12 @@
<global-object type-name='uint8_t' name='standing_orders_forbid_rearming_traps' original-name='standingorder_forbid_rearming_traps'/>
<global-object type-name='uint8_t' name='standing_orders_forbid_cages_from_sprung_traps' original-name='standingorder_forbid_cages_from_sprung_traps'/>
<global-object type-name='uint8_t' name='standing_orders_forbid_toppled_building_items' original-name='standingorder_forbid_toppled_building_items'/>
<global-object type-name='uint8_t' name='standing_orders_petition_resident_monster_hunter' original-name='standingorder_petition_resident_monster_hunter'/>
<global-object type-name='uint8_t' name='standing_orders_petition_resident_performer' original-name='standingorder_petition_resident_performer'/>
<global-object type-name='uint8_t' name='standing_orders_petition_resident_mercenary' original-name='standingorder_petition_resident_mercenary'/>
<global-object type-name='uint8_t' name='standing_orders_petition_resident_scholar' original-name='standingorder_petition_resident_scholar'/>
<global-object type-name='uint8_t' name='standing_orders_petition_resident_sanctuary' original-name='standingorder_petition_resident_sanctuary'/>
<global-object type-name='uint8_t' name='standing_orders_petition_citizenship' original-name='standingorder_petition_citizenship'/>
-- Skipped: index2_*

<global-object name='created_item_type' original-name='itemmade'>
Expand Down
4 changes: 4 additions & 0 deletions df.plotinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,10 @@

<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'/>
<stl-bit-vector name='available_seeds' original-name='farm_plantlist_seeds'/>

<stl-vector type-name='int32_t' name='clothing_size_race' ref-target='creature_raw'/>
<stl-vector type-name='int32_t' name='clothing_size_weight'/>
<int32_t name='clothing_size_sum'/>
</struct-type>
</data-definition>

Expand Down
Loading