Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

realign: creature_raw, army_controller, plant_growth #540

Merged
merged 2 commits into from
Jan 26, 2023
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
1 change: 1 addition & 0 deletions df.creature-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@
<int32_t name='next_modifier_id'/>

<stl-vector name='raws' pointer-type='stl-string'/>
<static-array count='2' type-name='int32_t' name='statute_texpos' since='v0.50.01'/>
</struct-type>

<struct-type type-name='creature_variation_convert_tag'>
Expand Down
7 changes: 3 additions & 4 deletions df.military.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,11 @@
<int32_t name="unk_44_2"/>
<int32_t name='visitor_nemesis_id' ref-target='nemesis_record' comment="Set for VillainousVisit"/>
<int32_t name='unk_44_4' comment="3, 6 seen for Villain"/>
<pointer name="unk_44_5"/>
<pointer name="unk_v47_1" comment="Could be before unk_44: haven't found any non zero unk_44"/>
<pointer name="unk_v47_2"/>
<stl-vector name="unk_44_5" type-name='int32_t'/>
<int32_t name="unk_50"/>
<stl-vector name="unk_54" type-name='int32_t'/>
<stl-vector name='unk_44_11v' since='v0.44.11'/>
<stl-vector name='unk_44_11v' type-name='int32_t' since='v0.44.11'/>
<stl-vector name='unk_v50_b0' type-name='int32_t' since='v0.50.01'/>
<pointer name='mission_report' type-name='mission_report'/>
<compound name='data' is-union='true'>
<pointer type-name='army_controller_sub1' name='t1'/>
Expand Down
5 changes: 5 additions & 0 deletions df.plant-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,11 @@
</bitfield>
<int32_t name='trunk_height_perc_1'/>
<int32_t name='trunk_height_perc_2'/>
<int32_t/>
<int32_t/>
<int32_t/>
<int32_t init-value='-1'/>
<int32_t init-value='-1'/>
</struct-type>

<struct-type type-name='plant_growth_print'>
Expand Down