File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Template for new versions:
1919# Future
2020
2121## Structures
22+ - corrected return type on ``art_image_propertyst`` vmethod ``clone``
23+
2224
2325# 53.13-r2
2426
Original file line number Diff line number Diff line change 8888 <vmethod ret-type =' art_image_property_type' name =' getType' original-name =' type' />
8989 <vmethod is-destructor =' true' />
9090 <vmethod name =' clone' original-name =' copy' >
91- <ret-type ><pointer type-name =' art_image_element ' /></ret-type >
91+ <ret-type ><pointer type-name =' art_image_property ' /></ret-type >
9292 </vmethod >
9393
9494 <vmethod name =' getName' original-name =' get_string' >
Original file line number Diff line number Diff line change 708708 <int32_t name =' use_standard_beast_palette_row' />
709709
710710 <stl-string name =' use_color_palette_token' />
711+
712+ <int32_t name =' offset_x' />
713+ <int32_t name =' offset_y' />
711714 </struct-type >
712715
713716 <bitfield-type type-name =' creature_graphics_layer_set_flag' base-type =' uint64_t' > bay12: CREATURE_GRAPHICS_LAYER_SET_FLAG_*
727730 <bitfield base-type =' uint64_t' type-name =' creature_graphics_layer_set_flag' name =' flags' original-name =' flag' />
728731
729732 <stl-vector pointer-type =' cgl_bp_conditionst' name =' lg_bp_condition' />
733+
734+ <stl-string name =' layer_set_template_token' />
735+ <stl-unordered-map name =' template_arg' >
736+ <key-type type-name =' stl-string' />
737+ <value-type type-name =' stl-string' />
738+ </stl-unordered-map >
730739 </struct-type >
731740
732741 <enum-type type-name =' creature_small_texture_type' base-type =' int32_t' > bay12: CreatureSmallTextureType
14561465 <enum-item name =' HAS_ANY_SLOW_LEARNER' />
14571466 <enum-item name =' HAS_ANY_NIGHT_CREATURE_NIGHTMARE' />
14581467 <enum-item name =' HAS_ANY_NIGHT_CREATURE_EXPERIMENTER' />
1468+ <enum-item name =' HAS_REAL_WORLD_EXTINCT' />
14591469 </enum-type >
14601470
14611471 -- Unused: CreatureDefStrings
Original file line number Diff line number Diff line change 61106110 <int32_t name =' simple_site_cap' />
61116111 <int32_t name =' simple_beast' />
61126112 <int32_t name =' simple_savagery' />
6113+ <int32_t name =' simple_real_world_extinct' />
61136114 <int32_t name =' simple_minerals' />
61146115
61156116 <int8_t name =' abort_world_gen_dialogue' />
Original file line number Diff line number Diff line change 102102 <int32_t name =' next_song_id' />
103103 <int32_t name =' next_sound_id' />
104104
105- <stl-unordered-map name =' loaded_music' comment = ' unordered_map < std::string, music_datast > ' >
105+ <stl-unordered-map name =' loaded_music' >
106106 <key-type type-name =' stl-string' />
107107 <value-type type-name =' music_datast' />
108108 </stl-unordered-map >
Original file line number Diff line number Diff line change 3737 <bool name =' loaded' />
3838 </struct-type >
3939
40+ <struct-type type-name =' layer_set_templatest' >
41+ <stl-string name =' token' />
42+ <stl-vector pointer-type =' stl-string' name =' lines' /> actually textlinesst
43+ </struct-type >
44+
4045 <struct-type type-name =' texture_handlerst' >
4146 <stl-vector pointer-type =' tile_pagest' name =' page' />
4247 <stl-vector pointer-type =' palette_pagest' name =' palette' />
48+ <stl-vector pointer-type =' layer_set_templatest' name =' layer_set_template' />
4349 </struct-type >
4450</data-definition >
4551
Original file line number Diff line number Diff line change 167167 <int32_t name =' all_caves_visible' />
168168 <int32_t name =' show_embark_tunnel' />
169169 <int32_t name =' pole' original-name =' pole_type' />
170+ <int32_t name =' real_world_extinct' />
170171
171172 <bool name =' immune_to_resize' />
172173 </struct-type >
Original file line number Diff line number Diff line change 7979 <stl-function name =' close_callback' />
8080 <stl-vector type-name =' unit_list_options' name =' options' />
8181 <stl-vector type-name =' item_or_unit' name =' entry_list' />
82- <stl-unordered-set name =' selected' comment = ' std::unordered_set < void * > ' >
82+ <stl-unordered-set name =' selected' >
8383 <pointer />
8484 </stl-unordered-set >
8585 <stl-unordered-map name =' job_sort_str' >
Original file line number Diff line number Diff line change 168168 <stl-vector type-name =' stl-fs-path' name =' mod_folder_paths' original-name =' object_load_order_src_dir' />
169169 <stl-vector pointer-type =' stl-string' name =' mod_names' original-name =' object_load_order_name' />
170170 <stl-vector pointer-type =' stl-string' name =' mod_display_versions' original-name =' object_load_order_displayed_version' />
171+ <int32_t name =' param_real_world_extinct' />
171172 </struct-type >
172173
173174 <struct-type type-name =' open_list_nodest' >
You can’t perform that action at this time.
0 commit comments