Home
last modified time | relevance | path

Searched refs:basespeed (Results 1 – 25 of 25) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_ceiling.cpp343 static int EV_DoCeiling2(Line *line, int tag, float basespeed, ceilingtype_e type) in EV_DoCeiling2() argument
345 static int EV_DoCeiling2(byte *arg, int tag, float basespeed, ceilingtype_e type) in EV_DoCeiling2()
347 static int EV_DoCeiling2(int tag, float basespeed, ceilingtype_e type) in EV_DoCeiling2()
376 ceiling->speed = basespeed; in EV_DoCeiling2()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dsnd_main.h93 float basespeed; // playback rate multiplier for pitch variation member
H A Dsnd_main.c1098 channels[i].basespeed = channels[i].mixspeed = 1.0f; in S_ClearUsed()
1336 mixspeed = ch->basespeed; in SND_Spatialize_WithSfx()
1724 if (check->sfx == sfx && check->position == 0 && check->basespeed == fspeed) in S_StartSound_StartPosition_Flags()
1871 channels[ch_ind].basespeed = fspeed; in S_SetChannelSpeed()
/dports/games/darkplaces/darkplaces/
H A Dsnd_main.h93 float basespeed; // playback rate multiplier for pitch variation member
H A Dsnd_main.c1098 channels[i].basespeed = channels[i].mixspeed = 1.0f; in S_ClearUsed()
1336 mixspeed = ch->basespeed; in SND_Spatialize_WithSfx()
1724 if (check->sfx == sfx && check->position == 0 && check->basespeed == fspeed) in S_StartSound_StartPosition_Flags()
1871 channels[ch_ind].basespeed = fspeed; in S_SetChannelSpeed()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DEntity.cpp165 basespeed = 1.f; in Entity()
H A DEntity.h331 float basespeed; variable
H A DPlayer.cpp2442 speedfactor = entities.player()->basespeed + entities.player()->speed_modif; in ARX_PLAYER_Manage_Movement()
H A DSpells.cpp1172 …o, symb, (1000-(io->spellcast_data.spell_level*60))*std::max(io->speed_modif+io->basespeed,0.01f)); in ARX_SPELLS_UpdateSymbolDraw()
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_alien.c1752 int factor,basespeed; in RecomputeAlienSpeed() local
1764 basespeed=ALIEN_FORWARDVELOCITY; in RecomputeAlienSpeed()
1767 basespeed=MUL_FIXED(ALIEN_FORWARDVELOCITY,PREDALIEN_SPEED_FACTOR); in RecomputeAlienSpeed()
1772basespeed=MUL_FIXED(ALIEN_FORWARDVELOCITY,MUL_FIXED(PRAETORIAN_CRAWLSPEED_FACTOR,PRAETORIAN_SPEED_… in RecomputeAlienSpeed()
1774basespeed=MUL_FIXED(ALIEN_FORWARDVELOCITY,MUL_FIXED(PRAETORIAN_WALKSPEED_FACTOR,PRAETORIAN_SPEED_F… in RecomputeAlienSpeed()
1779 alienStatusPointer->MaxSpeed=MUL_FIXED(factor,basespeed); in RecomputeAlienSpeed()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptedNPC.cpp312 context.getEntity()->basespeed = speed; in execute()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_spec.h424 fixed_t basespeed; member
H A Dp_floor.c1641 if (raise->extraspeed < -raise->basespeed/2) in T_RaiseSector()
1642 raise->extraspeed = -raise->basespeed/2; in T_RaiseSector()
1666 origspeed = raise->basespeed; in T_RaiseSector()
H A Dp_saveg.c1938 WRITEFIXED(save_p, ht->basespeed); in SaveRaiseThinker()
3043 ht->basespeed = READFIXED(save_p); in LoadRaiseThinker()
H A Dp_spec.c5775 raise->basespeed = speed; in P_AddRaiseThinker()
5798 airbob->basespeed = FRACUNIT; in P_AddAirbob()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dmsg.cpp1311 { PSF(basespeed), -16 },
1509 { PSF(basespeed), -16 },
1724 { PSF(basespeed), -16 },
H A Dq_shared.h1092 …int basespeed; //used in prediction to know base server g_speed value when modifying speed betwe… member
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_active.c714 client->ps.basespeed = 400; in SpectatorThink()
2358 client->ps.basespeed = client->ps.speed; in ClientThink_real()
2378 client->ps.basespeed = client->ps.speed; in ClientThink_real()
2471 client->ps.basespeed = 0; in ClientThink_real()
H A Dbg_pmove.c8369 ps->speed = ps->basespeed; in BG_AdjustClientSpeed()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/savetool/
H A DSaveView.cpp1243 if(ais.basespeed != 1) cout << "Base speed: " << ais.basespeed << endl; in view_io()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DChangeLevel.cpp946 ais.basespeed = io->basespeed; in ARX_CHANGELEVEL_Push_IO()
2013 io->basespeed = 1; in ARX_CHANGELEVEL_Pop_IO()
H A DSaveFormat.h655 f32 basespeed; member
H A DInteractive.cpp1241 io->basespeed = 1.f; in RestoreInitialIOStatusOfIO()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/animation/
H A DAnimation.cpp580 float speedfactor = io->basespeed+io->speed_modif; in EERIEDrawAnimQuat()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DArxGame.cpp1060 speedfactor=entities.player()->basespeed+entities.player()->speed_modif; in Render()