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
8 changes: 8 additions & 0 deletions df.building.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2930,6 +2930,14 @@
<int32_t name='total_sq'/>
<stl-vector name='total_sq_level_map' type-name='int16_t' since='v0.50.01'/>

<bool name='use_last_material'/>
<bool name='set_last_item_search'/>
<compound type-name='job_item_filter' name='last_item_search'/>
<int32_t name='last_itype'/>
<int32_t name='last_isubtype'/>
<int32_t name='last_mat'/>
<int32_t name='last_matg'/>

<bool name='use_closest_material'/>
<bool name='use_same_material'/>
<bool name='build_after_placement'/>
Expand Down
2 changes: 2 additions & 0 deletions df.g_src.graphics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,8 @@
<static-array type-name='large_integer' name='print_time' count='100'/>
<long name='print_index'/>
<int8_t name='display_frames'/>
<int32_t name='frame_display_sx'/>
<int32_t name='frame_display_dy'/>

<int16_t name='force_full_display_count'/>
<int8_t name='do_clean_tile_cache' comment='true by main, false by graphics'/>
Expand Down
2 changes: 1 addition & 1 deletion df.item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
<int32_t name='site_id' ref-target='world_site'/>
</vmethod>
<vmethod name='setSeedsPlantSkillLevel'> <int16_t name='level'/> </vmethod>
<vmethod ret-type='int16_t' name='getCorpseSize' comment='size_info.size_cur'/>
<vmethod ret-type='int32_t' name='getCorpseSize' comment='size_info.size_cur'/>

<vmethod ret-type='bool' name='ageItem'><int32_t name='amount'/></vmethod>
<vmethod ret-type='int32_t' name='getCritterAirdrownTimer'/>
Expand Down
Loading