Skip to content

Commit

Permalink
Merge pull request #596 from DFHack/50.08
Browse files Browse the repository at this point in the history
merge 50.08 changes
  • Loading branch information
myk002 committed Apr 30, 2023
2 parents ae26895 + d1e655f commit 113f5e4
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 2,912 deletions.
1 change: 1 addition & 0 deletions df.raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<stl-vector/> 0.50.01
<stl-vector/> 0.50.01
<stl-vector/> 0.50.01
<stl-vector/> 0.50.08-beta
</compound>

-- Reaction RAWs
Expand Down
38 changes: 20 additions & 18 deletions df.ui-menus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2539,24 +2539,26 @@
<bool name='mod_upload_completed'/>
<int32_t name='uploading_mod_index'/>

-- NOTE: this is going to become a Pointer
<compound name='CreateItemResult'>
<pointer name='vftable'/>
<uint8_t name='m_nCallbackFlags'/>
<int32_t name='m_iCallback'/>
<uint64_t name='m_hAPICall'/>
<pointer name='m_pObj' comment='mod_managerst'/>
<pointer name='m_Func'/>
</compound>
-- NOTE: this is going to become a Pointer
<compound name='SubmitItemUpdateResult'>
<pointer name='vftable'/>
<uint8_t name='m_nCallbackFlags'/>
<int32_t name='m_iCallback'/>
<uint64_t name='m_hAPICall'/>
<pointer name='m_pObj' comment='mod_managerst'/>
<pointer name='m_Func'/>
</compound>
<pointer name='CreateItemResult'>
<compound>
<pointer name='vftable'/>
<uint8_t name='m_nCallbackFlags'/>
<int32_t name='m_iCallback'/>
<uint64_t name='m_hAPICall'/>
<pointer name='m_pObj' comment='mod_managerst'/>
<pointer name='m_Func'/>
</compound>
</pointer>
<pointer name='SubmitItemUpdateResult'>
<compound>
<pointer name='vftable'/>
<uint8_t name='m_nCallbackFlags'/>
<int32_t name='m_iCallback'/>
<uint64_t name='m_hAPICall'/>
<pointer name='m_pObj' comment='mod_managerst'/>
<pointer name='m_Func'/>
</compound>
</pointer>
-- End Steam-only stuff
</struct-type>

Expand Down
Loading

0 comments on commit 113f5e4

Please sign in to comment.