Home
last modified time | relevance | path

Searched refs:chargetime (Results 1 – 17 of 17) sorted by relevance

/dports/security/logcheck/logcheck/rulefiles/linux/ignore.d.server/
H A Disdnutils8 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: isdn_net: chargetime of (ippp.|isdn.) now$
/dports/games/taisei/taisei-1.3.2/src/stages/
H A Dstage3_events.c181 static void charge_effect(Enemy *e, int t, int chargetime) { in charge_effect() argument
184 FROM_TO(chargetime - 30, chargetime, 1) { in charge_effect()
326 int chargetime = e->args[1]; in stage3_chargefairy() local
330 charge_effect(e, t, chargetime); in stage3_chargefairy()
332 FROM_TO_SND("shot1_loop", chargetime, chargetime + cnt * step - 1, step) { in stage3_chargefairy()
358 chargetime + 30 - t in stage3_chargefairy()
364 if(t > chargetime + step * cnt * 2) { in stage3_chargefairy()
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_pcb.h101 long chargetime; // Amount to charge for time spent in conference member
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Danimation.c125 (*pretvar)->lVal = (LONG)handle->chargetime; in openbor_get_animation_property()
/dports/sysutils/nut/nut-2.7.4/scripts/augeas/
H A Dnutupsconf.aug.in82 | "chargetime"
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h774 float chargetime; // charge time for an animation member
H A Dopenbor.c5826 newanim->chargetime = 2; // Default for backwards compatibility in load_cached_model()
6484 newanim->chargetime = GET_FLOAT_ARG(1); in load_cached_model()
18007 … && self->stalltime+(GAME_SPEED*self->modeldata.animation[ANI_CHARGEATTACK]->chargetime) < time) || in player_think()
18008 …ation[animattacks[self->modeldata.atchain[self->modeldata.chainlength-1]-1]]->chargetime) < time))) in player_think()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h771 float chargetime; // charge time for an animation member
H A Dopenbor.c5929 newanim->chargetime = 2; // Default for backwards compatibility in load_cached_model()
6564 newanim->chargetime = GET_FLOAT_ARG(1); in load_cached_model()
18467 … && self->stalltime+(GAME_SPEED*self->modeldata.animation[ANI_CHARGEATTACK]->chargetime) < time) || in player_think()
18468 …ation[animattacks[self->modeldata.atchain[self->modeldata.chainlength-1]-1]]->chargetime) < time))) in player_think()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h784 float chargetime; // charge time for an animation member
H A Dopenbor.c8506 newanim->chargetime = 2; // Default for backwards compatibility in load_cached_model()
8577 newanim->chargetime = GET_FLOAT_ARG(1); in load_cached_model()
25226 …self->stalltime + (GAME_SPEED * self->modeldata.animation[ANI_CHARGEATTACK]->chargetime) < time) || in player_think()
25227 …n[animattacks[self->modeldata.atchain[self->modeldata.chainlength - 1] - 1]]->chargetime) < time))) in player_think()
/dports/sysutils/nut-devel/nut-9e6a5ab2/docs/
H A Dnut.dict1493 chargetime
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1574 float chargetime; // charge time for an animation member
H A Dopenbor.c9855 newanim->chargetime = 2; // Default for backwards compatibility in load_cached_model()
9935 newanim->chargetime = GET_FLOAT_ARG(1); in load_cached_model()
28690 …self->stalltime + (GAME_SPEED * self->modeldata.animation[ANI_CHARGEATTACK]->chargetime) < time) || in player_think()
28692 …n[animattacks[self->modeldata.atchain[self->modeldata.chainlength - 1] - 1]]->chargetime) < time))) in player_think()
H A Dopenborscript.c4915 (*pretvar)->dblVal = (DOUBLE)handle->chargetime; in openbor_get_animation_property()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2054 unsigned int chargetime; // charge time for an animation member
H A Dopenbor.c10277 newanim->chargetime = 2; // Default for backwards compatibility in load_cached_model()
10358 newanim->chargetime = GET_INT_ARG(1); in load_cached_model()
31554 …elf->stalltime + (GAME_SPEED * self->modeldata.animation[ANI_CHARGEATTACK]->chargetime) < _time) || in player_think()
31556 …[animattacks[self->modeldata.atchain[self->modeldata.chainlength - 1] - 1]]->chargetime) < _time))) in player_think()