Home
last modified time | relevance | path

Searched refs:Animation_info (Results 1 – 9 of 9) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/shapeinf/
H A Daniinf.cc37 bool Animation_info::read( in read()
63 Animation_info *Animation_info::create_from_tfa( in create_from_tfa()
67 auto *inf = new Animation_info(); in create_from_tfa()
H A Daniinf.h38 class Animation_info : public Base_info {
57 static Animation_info *create_from_tfa(int type, int nframes);
58 Animation_info() = default;
59 Animation_info(AniType t, int count = -1, int rec = 0, int freeze = 100,
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Danimate.cc344 if (aniinf->get_type() == Animation_info::FA_TIMESYNCHED) in Initialize()
371 case Animation_info::FA_HOURLY: in get_next_frame()
375 case Animation_info::FA_NON_LOOPING: in get_next_frame()
382 case Animation_info::FA_TIMESYNCHED: { in get_next_frame()
391 case Animation_info::FA_LOOPING: in get_next_frame()
406 case Animation_info::FA_RANDOM_FRAMES: in get_next_frame()
H A Danimate.h127 const Animation_info *aniinf;
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapeinf.h41 class Animation_info; variable
170 Animation_info *aniinf = nullptr;
393 const Animation_info *get_animation_info() const { in get_animation_info()
396 const Animation_info *get_animation_info_safe(int shnum, int nframes);
397 Animation_info *set_animation_info(bool tf);
H A Dshapeinf.cc164 aniinf = inf2.aniinf ? new Animation_info(*inf2.aniinf) : nullptr; in copy()
212 const Animation_info *Shape_info::get_animation_info_safe( in get_animation_info_safe()
218 aniinf = Animation_info::create_from_tfa(0, nframes); in get_animation_info_safe()
H A Dshapevga.cc212 Class_reader_functor < Animation_info, Shape_info, in Read_Shapeinf_text_data_file()
471 info[shape].aniinf = Animation_info::create_from_tfa( in read_info()
H A Dshapewrite.cc94 Class_writer_functor < Animation_info, Shape_info, in Write_Shapeinf_text_data_file()
360 void Animation_info::write( in write()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc556 bool on = sel != static_cast<int>(Animation_info::FA_HOURLY); in on_shinfo_animation_type_changed()
562 on = (sel == static_cast<int>(Animation_info::FA_LOOPING)); in on_shinfo_animation_type_changed()
2957 const Animation_info *aniinf = info.get_animation_info(); in init_shape_notebook()
2961 Animation_info::AniType type = aniinf->get_type(); in init_shape_notebook()
2962 bool on = (type != Animation_info::FA_NON_LOOPING); in init_shape_notebook()
2981 on = (type == Animation_info::FA_LOOPING); in init_shape_notebook()
3579 inline Animation_info *Shape_info::set_animation_info(bool tf) { in set_animation_info()
3908 Animation_info *aniinf = info.set_animation_info(true); in save_shape_notebook()
3910 static_cast<Animation_info::AniType>(get_optmenu("shinfo_animation_type")); in save_shape_notebook()
3919 if (type != Animation_info::FA_NON_LOOPING) { in save_shape_notebook()
[all …]