DFHack / df-structures

Dwarf Fortress data structure descriptions
https://github.com/DFHack/dfhack
114 stars 80 forks source link

Sync assorted structures to Toady headers #774

Closed quietust closed 1 month ago

quietust commented 1 month ago

Mostly minor stuff, hopefully not too many breaking changes this time.

github-actions[bot] commented 1 month ago

The sizes of the following types have changed in this pull request. Please verify that this is intentional. Note that renamed types are not currently detected and will also be listed here.

Type Platform Previous size New size (this PR) Change
artifact_flags linux64 0 4 +4
artifact_flags windows64 0 4 +4
block_square_event_type linux64 4 2 -2
block_square_event_type windows64 4 2 -2
effect_type linux64 0 4 +4
effect_type windows64 0 4 +4
entity_population_unk4 linux64 72 0 -72
entity_population_unk4 windows64 72 0 -72
feature_alteration_type linux64 4 2 -2
feature_alteration_type windows64 4 2 -2
feature_type linux64 4 2 -2
feature_type windows64 4 2 -2
flow_guide_type linux64 4 2 -2
flow_guide_type windows64 4 2 -2
flow_type linux64 2 4 +2
flow_type windows64 2 4 +2
item_spatter_flag linux64 0 1 +1
item_spatter_flag windows64 0 1 +1
job_reqst linux64 0 24 +24
job_reqst windows64 0 24 +24
map_block_column_flags linux64 0 4 +4
map_block_column_flags windows64 0 4 +4
proj_magic_type linux64 0 4 +4
proj_magic_type windows64 0 4 +4
region_block_event_type linux64 4 2 -2
region_block_event_type windows64 4 2 -2
screw_pump_direction linux64 1 4 +3
screw_pump_direction windows64 1 4 +3
spoor_flag linux64 0 2 +2
spoor_flag windows64 0 2 +2
spoor_flag_dir linux64 0 2 +2
spoor_flag_dir windows64 0 2 +2
spoor_flag_level linux64 0 2 +2
spoor_flag_level windows64 0 2 +2
spoor_type linux64 0 1 +1
spoor_type windows64 0 1 +1
tile_liquid_temp_flow_dir linux64 0 2 +2
tile_liquid_temp_flow_dir windows64 0 2 +2
unit_path_goal linux64 2 4 +2
unit_path_goal windows64 2 4 +2
unit_station_type linux64 2 4 +2
unit_station_type windows64 2 4 +2
vermin_category linux64 2 4 +2
vermin_category windows64 2 4 +2
world_construction_square_type linux64 0 2 +2
world_construction_square_type windows64 0 2 +2
world_construction_type linux64 4 2 -2
world_construction_type windows64 4 2 -2

This is an automated comment. Please leave a reply if you think that the above information is incorrect.

myk002 commented 1 month ago

these updates have been awesome! I feel a lot better about our structures with your eyes on them.