Skip to content
Merged
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
2 changes: 2 additions & 0 deletions df.d_basics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@
<enum-item name='Site'/>
<enum-item name='Entity'/>
<enum-item name='ArtImage'/>
<enum-item name='GenericHistfig'/>
<enum-item name='GenericCreature'/>
</enum-type>

<struct-type type-name='adv_art_specifierst'>
Expand Down
5 changes: 5 additions & 0 deletions df.d_interface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@
<enum-item name='ENGRAVING_PLANNED'/>
<enum-item name='UNIT_LIST'/>
<enum-item name='ITEM_LIST'/>
<enum-item name='VERMIN'/>
</enum-type>

<struct-type type-name='view_sheets_interfacest'>
Expand All @@ -1653,13 +1654,17 @@
<stl-vector type-name='int32_t' name='viewing_unid'/>
<stl-vector type-name='int32_t' name='viewing_itid'/>
<int32_t name='viewing_bldid'/>
<stl-vector type-name='int32_t' name='viewing_vermin_combined_id' comment='creature_handler.list_creature/list_cache'/>
<int32_t name='viewing_x'/>
<int32_t name='viewing_y'/>
<int32_t name='viewing_z'/>

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

<int32_t name='vermin_portrait_texpos'/>
<compound name='vermin_text' type-name='curses_text_boxst'/>

<stl-vector type-name='view_sheet_type' name='tab'/>
<stl-vector type-name='int32_t' name='tab_id'/>
<int32_t name='active_sub_tab'/>
Expand Down
2 changes: 1 addition & 1 deletion df.g_src.graphics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
<compound type-name='interface_setst' name='graphical_interface'/>
<compound type-name='interface_setst' name='classic_interface'/>

<static-array type-name='int32_t' count='16976' name='texture_indices3'/>
<static-array type-name='int32_t' count='20192' name='texture_indices3'/>
<stl-vector type-name='int32_t' name='texpos_boulder'/>
<static-array type-name='int32_t' count='4508' name='texture_indices4'/>
<static-array name='texpos_item_door_debris' count='4'><stl-vector type-name='int32_t'/></static-array>
Expand Down
2 changes: 1 addition & 1 deletion df.itemdef.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<bitfield-type type-name='item_weapon_graphics_flag' base-type='int32_t'> bay12: ITEM_WEAPON_GRAPHICS_FLAG_*
<flag-bit name='material_color_index' count='8'/>
<flag-bit name='type' count='6' type-name='item_weapon_graphics_type'/>
<flag-bit name='type' count='5' type-name='item_weapon_graphics_type'/>
<flag-bit name='wood'/>
<flag-bit name='wood_grown'/>
<flag-bit name='stone'/>
Expand Down
Loading