Skip to content

Commit

Permalink
51.01-beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Sep 4, 2024
1 parent 05fc06e commit d7c99e0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
13 changes: 0 additions & 13 deletions df.advmode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -790,19 +790,6 @@
<int32_t name='place_sound_num'/>
</compound>

<compound name='assume_identity' comment='Manages the Assume Identity UI when the AssumeIdentity menu is open'> bay12: assume_identity_menust
<enum name='mode' type-name='assume_identity_mode'/>
<compound name='name' type-name='language_name'/>
<int32_t name='worship_object' ref-target='historical_figure'/>
<enum name='profession' type-name='profession'/>
<int32_t name='origin' ref-target='historical_entity'/>
<stl-vector pointer-type='assume_identity_menu_choicest' name='base_choice'/>
<stl-vector pointer-type='assume_identity_menu_choicest' name='choice'/>
<stl-string name='filter'/>
<bool name='entering_filter'/>
<int32_t name='selected'/>
</compound>

<int16_t name='move_direction_x' comment='x-axis direction for the last attempted player unit movement: -1 = west, 0 = none, 1 = east'/>
<int16_t name='move_direction_y' comment='y-axis direction for the last attempted player unit movement: -1 = north, 0 = none, 1 = south'/>
<int16_t name='move_direction_z' comment='z-axis direction for the last attempted player unit movement: -1 = down, 0 = none, 1 = up'/>
Expand Down
4 changes: 2 additions & 2 deletions df.graphics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@
<compound type-name='interface_setst' name='graphical_interface'/>
<compound type-name='interface_setst' name='classic_interface'/>

<static-array type-name='int32_t' count='13284' name='texture_indices3'/>
<static-array type-name='int32_t' count='13310' name='texture_indices3'/>
<stl-vector type-name='int32_t' name='texpos_boulder'/>
<static-array type-name='int32_t' count='3905' name='texture_indices4'/>
<stl-vector type-name='int32_t' name='texpos_item_statue_artifact'/>
<static-array type-name='int32_t' count='7977' name='texture_indices5'/>
<static-array name='texpos_site_map' count='81'><stl-vector type-name='int32_t'/></static-array>
<static-array type-name='int32_t' count='101' name='texture_indices6'/>
<static-array name='texpos_site_map_hillock' count='4'><stl-vector type-name='int32_t'/></static-array>
<static-array type-name='int32_t' count='262' name='texture_indices7'/>
<static-array type-name='int32_t' count='271' name='texture_indices7'/>
<static-array name='texpos_map_drawn' count='70'><stl-vector type-name='int32_t'/></static-array>
<static-array type-name='int32_t' count='6845' name='texture_indices8'/>
</struct-type>
Expand Down
20 changes: 20 additions & 0 deletions df.ui-menus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
<enum-item name='ADVENTURER_SITE_ENTITY'/>
<enum-item name='CHARGEN_NAME'/>
<enum-item name='CHARGEN_PET_NAME'/>
<enum-item name='ASSUME_IDENTITY_NAME'/>
</enum-type>

<enum-type type-name='image_creator_context_type' base-type='int32_t'> bay12: ImageCreatorContextType
Expand Down Expand Up @@ -2897,6 +2898,25 @@
<stl-vector name='butcher_target' pointer-type='item'/>
<stl-vector name='butcher_cutter' pointer-type='item'/>
</compound>

<compound name='assume_identity'> bay12: adventure_interface_assume_identityst
<bool name='open'/>
<enum name='mode' type-name='assume_identity_mode'/>

<compound name='new_id_name' type-name='language_name'/>
<int32_t name='new_id_fake_worship_hfid' ref-target='historical_figure'/>
<enum name='new_id_fake_unit' type-name='profession'/>
<int32_t name='new_id_fake_entity_id' ref-target='historical_entity'/>

<int32_t name='scroll_position'/>
<bool name='scrolling'/>

<stl-vector pointer-type='assume_identity_menu_choicest' name='base_choice'/>
<stl-vector pointer-type='assume_identity_menu_choicest' name='choice'/>

<stl-string name='filter_str'/>
<bool name='entering_filter'/>
</compound>
</compound>

<stl-vector type-name='int32_t' name='viewunit_list'/>
Expand Down

0 comments on commit d7c99e0

Please sign in to comment.