Home
last modified time | relevance | path

Searched refs:sfxinf (Results 1 – 10 of 10) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Danimate.cc173 looping = sfxinf ? (sfxinf->get_sfx_range() == 1 in set_looping()
174 && sfxinf->get_chance() == 100 in set_looping()
175 && !sfxinf->play_horly_ticks()) in set_looping()
192 if (!sfxinf) in update()
216 if (!sfxinf->time_to_play()) in update()
218 sfxnum[0] = sfxinf->get_next_sfx(last_sfx); in update()
221 if (play && channel[1] == -1 && sfxinf->play_horly_ticks()) { in update()
227 sfxnum[1] = sfxinf->get_extra_sfx(); in update()
H A Danimate.h58 const SFX_info *sfxinf; variable
69 sfxinf = obj->get_info().get_sfx_info(); in Shape_sfx()
70 if (sfxinf) in Shape_sfx()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/shapeinf/
H A DMakefile.am35 sfxinf.cc \
36 sfxinf.h \
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapeinf.cc84 delete sfxinf; in ~Shape_info()
159 delete sfxinf; in copy()
160 sfxinf = inf2.sfxinf ? new SFX_info(*inf2.sfxinf) : nullptr; in copy()
H A Dshapeinf.h169 SFX_info *sfxinf = nullptr; variable
375 return sfxinf != nullptr; in has_sfx_info()
378 return sfxinf; in get_sfx_info()
H A Dshapevga.cc209 &Shape_info::sfxinf > > (info), in Read_Shapeinf_text_data_file()
H A Dshapewrite.cc91 &Shape_info::sfxinf > > ("shape_sfx", info, num_shapes), in Write_Shapeinf_text_data_file()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc2922 const SFX_info *sfxinf = info.get_sfx_info(); in init_shape_notebook() local
2924 set_visible("shinfo_sfx_box", sfxinf != nullptr); in init_shape_notebook()
2925 if (sfxinf) { in init_shape_notebook()
2926 int range = sfxinf->get_sfx_range(); in init_shape_notebook()
2928 set_spin("shinfo_sfx_first", sfxinf->get_sfx()); in init_shape_notebook()
2932 bool hourly = sfxinf->play_horly_ticks(); in init_shape_notebook()
3574 return set_info(tf, sfxinf); in set_sfx_info()
3875 SFX_info *sfxinf = info.set_sfx_info(true); in save_shape_notebook() local
3876 sfxinf->set_sfx(get_spin("shinfo_sfx_first")); in save_shape_notebook()
3881 sfxinf->set_extra_sfx(extra); in save_shape_notebook()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/ios/Exult.xcodeproj/
H A Dproject.pbxproj145 …E700DD5E1A6E3121006C8BE4 /* sfxinf.cc in Sources */ = {isa = PBXBuildFile; fileRef = E700DD281A6E3…
642 …81A6E3121006C8BE4 /* sfxinf.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
643 …D291A6E3121006C8BE4 /* sfxinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1308 E700DD281A6E3121006C8BE4 /* sfxinf.cc */,
1309 E700DD291A6E3121006C8BE4 /* sfxinf.h */,
1957 E700DD5E1A6E3121006C8BE4 /* sfxinf.cc in Sources */,
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A DMakefile.common224 shapes/shapeinf/sfxinf.o \