Home
last modified time | relevance | path

Searched refs:hpinf (Results 1 – 5 of 5) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapeinf.cc151 copy_vector_info(inf2.hpinf, hpinf); in copy()
263 return !hpinf.empty(); in has_effective_hp_info()
267 return set_vector_info(tf, hpinf); in set_effective_hp_info()
271 clean_vector(hpinf); in clean_invalid_hp_info()
275 hpinf.clear(); in clear_effective_hp_info()
279 add_vector_info(add, hpinf); in add_effective_hp_info()
395 const Effective_hp_info *inf = Search_vector_data_double_wildcards(hpinf, in get_effective_hps()
H A Dshapeinf.h177 std::vector<Effective_hp_info> hpinf; variable
432 return hpinf; in get_effective_hp_info()
H A Dshapevga.cc237 &Shape_info::hpinf > > (info), in Read_Shapeinf_text_data_file()
H A Dshapewrite.cc120 &Shape_info::hpinf > > ("effective_hps", info, num_shapes), in Write_Shapeinf_text_data_file()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc2993 const std::vector<Effective_hp_info> &hpinf = info.get_effective_hp_info(); in init_shape_notebook() local
2994 set_toggle("shinfo_effhps_check", !hpinf.empty()); in init_shape_notebook()
2995 set_visible("shinfo_effhps_box", !hpinf.empty()); in init_shape_notebook()
2996 if (!hpinf.empty()) { in init_shape_notebook()
3003 for (const auto &hps : hpinf) { in init_shape_notebook()
3377 Effective_hp_info hpinf(frnum, qual, hps, patch, modded); in operator ()() local
3378 info.add_effective_hp_info(hpinf); in operator ()()