Home
last modified time | relevance | path

Searched refs:turntime (Results 1 – 23 of 23) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/res/raw/
H A Dschemes_builtin.ini31 1\turntime = 45 key
72 2\turntime = 45 key
113 3\turntime = 15 key
154 4\turntime = 30 key
195 5\turntime = 45 key
236 6\turntime = 30 key
277 7\turntime = 30 key
318 8\turntime = 30 key
359 9\turntime = 45 key
400 10\turntime = 9999 key
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/res/raw/
H A Dschemes_builtin.ini31 1\turntime = 45 key
72 2\turntime = 45 key
113 3\turntime = 15 key
154 4\turntime = 30 key
195 5\turntime = 45 key
236 6\turntime = 30 key
277 7\turntime = 30 key
318 8\turntime = 30 key
359 9\turntime = 45 key
400 10\turntime = 9999 key
[all …]
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_mode/F3F/
H A DhandlerF3F.cpp297 iturn = turntime[i]; in display_infos()
653 turntime[i] = 0; in reset()
963 turntime[base_count-1] = runcurrentturn - runcurrentstop; in update()
992 turntime[base_count-1] = runcurrentturn - runcurrentstop; in update()
H A DhandlerF3F.h205 int turntime[MAX_LAPS]; variable
/dports/games/taisei/taisei-1.3.2/src/plrmodes/
H A Dyoumu_a.c336 …Projectile* youmu_mirror_self_shot(Player *plr, cmplx ofs, cmplx vel, float dmg, double turntime) { in youmu_mirror_self_shot() argument
347 vel*0.2*cexp(I*M_PI*0.5*sign(creal(ofs))), vel, turntime, in youmu_mirror_self_shot()
/dports/games/taisei/taisei-1.3.2/src/stages/
H A Dstage3_events.c1239 int turntime = rint(creal(p->args[0])); in wriggle_fstorm_proj() local
1241 if(t < turntime) { in wriggle_fstorm_proj()
1242 float f = t/(float)turntime; in wriggle_fstorm_proj()
1246 if(t == turntime && global.boss) { in wriggle_fstorm_proj()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h511 if(e->turntime>0) e->turntime++;\
1270 u32 turntime;
H A Dopenbor.c18726 if(self->modeldata.turndelay && !self->turntime) in player_think()
18728 else if(self->turntime && time >= self->turntime) in player_think()
18730 self->turntime = 0; in player_think()
18749 else if(!self->turntime) self->direction = 0; in player_think()
18751 else self->turntime = 0; in player_think()
18773 if(self->modeldata.turndelay && !self->turntime) in player_think()
18775 else if(self->turntime && time >= self->turntime) in player_think()
18777 self->turntime = 0; in player_think()
18796 else if(!self->turntime) self->direction = 1; in player_think()
18798 else self->turntime = 0; in player_think()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h524 if(e->turntime>0) e->turntime++;\
1304 u32 turntime; member
H A Dopenbor.c25546 if(self->modeldata.turndelay && !self->turntime) in player_think()
25550 else if(self->turntime && time >= self->turntime) in player_think()
25552 self->turntime = 0; in player_think()
25571 else if(!self->turntime) in player_think()
25578 self->turntime = 0; in player_think()
25601 if(self->modeldata.turndelay && !self->turntime) in player_think()
25605 else if(self->turntime && time >= self->turntime) in player_think()
25607 self->turntime = 0; in player_think()
25626 else if(!self->turntime) in player_think()
25633 self->turntime = 0; in player_think()
[all …]
/dports/games/xjig/xjig-2.4/
H A Dobjects.C816 double turntime=turntimebase+join_count*turntimedelta; in TurnOver() local
818 for ( loop=0.1; loop<0.9; loop=(GetCurrentTime()-turnstart)/turntime) { in TurnOver()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1101 if(e->turntime>0) e->turntime++;\
2069 u32 turntime; member
H A Dopenbor.c29011 if(self->modeldata.turndelay && !self->turntime) in player_think()
29015 else if(self->turntime && time >= self->turntime) in player_think()
29017 self->turntime = 0; in player_think()
29036 else if(!self->turntime) in player_think()
29043 self->turntime = 0; in player_think()
29066 if(self->modeldata.turndelay && !self->turntime) in player_think()
29070 else if(self->turntime && time >= self->turntime) in player_think()
29072 self->turntime = 0; in player_think()
29091 else if(!self->turntime) in player_think()
29098 self->turntime = 0; in player_think()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1578 if(e->turntime>0) e->turntime++;\
2582 u32 turntime; // Time when entity can switch direction. ~~ member
H A Dopenbor.c31878 if(self->modeldata.turndelay && !self->turntime) in player_think()
31882 else if(self->turntime && _time >= self->turntime) in player_think()
31884 self->turntime = 0; in player_think()
31903 else if(!self->turntime) in player_think()
31910 self->turntime = 0; in player_think()
31933 if(self->modeldata.turndelay && !self->turntime) in player_think()
31937 else if(self->turntime && _time >= self->turntime) in player_think()
31939 self->turntime = 0; in player_think()
31958 else if(!self->turntime) in player_think()
31965 self->turntime = 0; in player_think()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c1156 (*pretvar)->lVal = (LONG)handle->turntime; in openbor_get_entity_property()
2371 handle->turntime = temp_int; in openbor_set_entity_property()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1244 unsigned int turntime; member
H A Dopenbor.c18278 if(self->modeldata.turndelay && !self->turntime) in player_think()
18280 else if(self->turntime && time >= self->turntime) in player_think()
18282 self->turntime = 0; in player_think()
18299 else if(!self->turntime) self->direction = 0; in player_think()
18301 else self->turntime = 0; in player_think()
18323 if(self->modeldata.turndelay && !self->turntime) in player_think()
18325 else if(self->turntime && time >= self->turntime) in player_think()
18327 self->turntime = 0; in player_think()
18344 else if(!self->turntime) self->direction = 1; in player_think()
18346 else self->turntime = 0; in player_think()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/fst-0.4.7/data/
H A Dwords-10000091113 turntime
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fst-0.4.7/data/
H A Dwords-10000091113 turntime
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fst-0.3.5/data/
H A Dwords-10000091113 turntime
/dports/lang/rust/rustc-1.58.1-src/vendor/fst/data/
H A Dwords-10000091113 turntime
/dports/lang/rust/rustc-1.58.1-src/vendor/fst-0.4.5/data/
H A Dwords-10000091113 turntime