Home
last modified time | relevance | path

Searched refs:jumpspeed (Results 1 – 25 of 55) sorted by last modified time

123

/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c4769 newchar->jumpspeed = default_model_jumpspeed; in init_model()
5286 newchar->jumpspeed = atof(value); in load_cached_model()
5287 newchar->jumpspeed /= 10; in load_cached_model()
5291 newchar->jumpspeed = atof(value); in load_cached_model()
7440 if(newchar->jumpspeed < 0) newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
15808 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15813 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
15815 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
17918 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
18547 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_think()
[all …]
H A Dopenbor.h1086 …float jumpspeed; // normal jump foward speed, default to max(1, spe…
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c7062 newchar->jumpspeed = default_model_jumpspeed; in init_model()
7728 newchar->jumpspeed = atof(value); in load_cached_model()
7729 newchar->jumpspeed /= 10; in load_cached_model()
7733 newchar->jumpspeed = atof(value); in load_cached_model()
9801 if(newchar->jumpspeed < 0) in load_cached_model()
9803 newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
21569 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
21573 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
24511 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
25401 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in player_think()
[all …]
H A Dopenbor.h1116 float jumpspeed; // normal jump foward speed, default to max(1, speed) member
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c8644 newchar->jumpspeed = default_model_jumpspeed; in init_model()
9369 newchar->jumpspeed = atof(value); in load_cached_model()
9370 newchar->jumpspeed /= 10; in load_cached_model()
9374 newchar->jumpspeed = atof(value); in load_cached_model()
12004 if(newchar->jumpspeed < 0) in load_cached_model()
12006 newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
27240 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
27244 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
30717 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
31734 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in player_think()
[all …]
H A Dopenborscript.c4276 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.jumpspeed; in openbor_getentityproperty()
6231 ent->modeldata.jumpspeed = (DOUBLE)dbltemp; in openbor_changeentityproperty()
H A Dopenbor.h2332 float jumpspeed; // normal jump foward speed, default to max(1, speed) member
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c8307 newchar->jumpspeed = default_model_jumpspeed; in init_model()
9014 newchar->jumpspeed = atof(value); in load_cached_model()
9015 newchar->jumpspeed /= 10; in load_cached_model()
9019 newchar->jumpspeed = atof(value); in load_cached_model()
11453 if(newchar->jumpspeed < 0) in load_cached_model()
11455 newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
24790 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
24794 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in common_try_jump()
27871 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
28866 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez) ? self-… in player_think()
[all …]
H A Dopenbor.h1847 float jumpspeed; // normal jump foward speed, default to max(1, speed) member
H A Dopenborscript.c7262 (*pretvar)->dblVal = (DOUBLE)ent->modeldata.jumpspeed; in openbor_getentityproperty()
9232 ent->modeldata.jumpspeed = (float)dbltemp; in openbor_changeentityproperty()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c4647 newchar->jumpspeed = -1; in init_model()
5172 newchar->jumpspeed = atof(value); in load_cached_model()
5173 newchar->jumpspeed /= 10; in load_cached_model()
5177 newchar->jumpspeed = atof(value); in load_cached_model()
7308 if(newchar->jumpspeed < 0) newchar->jumpspeed = MAX(newchar->speed, 1); in load_cached_model()
15405 …tryjump(self->modeldata.runjumpheight, self->modeldata.jumpspeed*self->modeldata.runjumpdist, (sel… in common_try_jump()
15410 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
15412 …tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, (self->modeldata.jumpmovez)?self->z… in common_try_jump()
17348 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_grab_check()
18101 tryjump(self->modeldata.jumpheight, self->modeldata.jumpspeed, 0, ANI_JUMP); in player_think()
[all …]
H A Dopenbor.h1061 …float jumpspeed; // normal jump foward speed, default to max(1, spe… member
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dlocalplayer.cpp451 float jumpspeed = movement_speed_jump * physics_override_jump; in move() local
454 m_speed.Y += jumpspeed / (1.0f + (m_speed.Y / 16.0f)); in move()
456 m_speed.Y += jumpspeed; in move()
1064 float jumpspeed = movement_speed_jump * physics_override_jump; in old_move() local
1067 m_speed.Y += jumpspeed / (1.0f + (m_speed.Y / 16.0f)); in old_move()
1069 m_speed.Y += jumpspeed; in old_move()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dphysics.cpp232 float vel = d->jumpspeed; in jumpvel()
H A Dgame.h1327 MODPHYS(jumpspeed, float, speedscale); \
H A Dplayer.h232 APFVAR(IDF_GAMEMOD, 0, jumpspeed, 0, FVAR_MAX,
H A Dclient.cpp1014 CLCOMMAND(jumpspeed, floatret(d->jumpspeed));
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dents.h156 float speed, jumpspeed, impulsespeed, weight; member
171 speed(100), jumpspeed(100), impulsespeed(100), weight(100), in physent()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dphysics.cpp240 float vel = jumpspeed*(liquid ? liquidmerge(d, 1.f, PHYS(liquidspeed)) : 1.f)*d->speedscale; in jumpvel()
H A Dvars.h442 GFVAR(IDF_GAMEMOD, jumpspeed, FVAR_NONZERO, 110, FVAR_MAX); // extra velocity to add when jumping
/dports/games/redeclipse16/base-1.6.0/config/
H A Dusage.cfg191 setdesc "jumpspeed" "extra velocity to add when jumping" "value"
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dphysics.cpp6 FVARW(jumpspeed, 0, 50.f, 10000); // extra velocity to add when jumping
133 …float jumpforce(physent *d, bool liquid) { return FWV(jumpspeed)*(d->weight/100.f)*(liquid ? liqui… in jumpforce()
H A Dgame.h1158 …extern float gravity, jumpspeed, movespeed, movecrawl, impulsespeed, impulseregen, liquidspeed, li…
/dports/games/bloodfrontier/bloodfrontier/data/maps/
H A Dwishbone.cfg46 // jumpspeed 50.0
H A Dwarground.cfg46 // jumpspeed 50.0

123