Home
last modified time | relevance | path

Searched refs:oldonground (Results 1 – 24 of 24) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_pred.c79 pmove.oldonground = from->oldonground; in CL_PredictUsercmd()
93 to->oldonground = pmove.oldonground; in CL_PredictUsercmd()
H A Dpmove.c823 && onground != -1 && pmove.oldonground == -1 // just landed in PlayerMove()
832 pmove.oldonground = onground; in PlayerMove()
H A Dsv_user.c1739 pmove.oldonground = host_client->oldonground; in SV_RunCmd()
1772 host_client->oldonground = pmove.oldonground; in SV_RunCmd()
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dsv_cl_phys.c228 int clip, oldonground; in SV_WalkMove() local
233 oldonground = (int) SVfloat (ent, flags) & FL_ONGROUND; in SV_WalkMove()
244 if (!oldonground && SVfloat (ent, waterlevel) == 0) in SV_WalkMove()
/dports/games/xonotic/Xonotic/source/qcsrc/common/physics/movetypes/
H A Dwalk.qc18 bool oldonground = IS_ONGROUND(this);
82 if (!oldonground && this.waterlevel == 0)
141 …(this) || this.waterlevel >= 3 || start_velocity.z >= (1.0 / 32.0) || !oldonground || IS_ONGROUND(…
/dports/games/quakeforge/quakeforge-0.7.2/include/qw/
H A Dpmove.h59 int oldonground; member
/dports/games/quakeforge/quakeforge-0.7.2/qw/include/
H A Dclient.h61 int oldonground; member
H A Dserver.h205 int oldonground; member
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsv_phys.c836 int oldonground; in SV_WalkMove() local
842 oldonground = (int)ent->v.flags & FL_ONGROUND; in SV_WalkMove()
853 if (!oldonground && ent->v.waterlevel == 0) in SV_WalkMove()
/dports/games/tenebrae/tenebrae_0/
H A Dsv_phys.c1068 int oldonground; in SV_WalkMove() local
1074 oldonground = (int)ent->v.flags & FL_ONGROUND; in SV_WalkMove()
1085 if (!oldonground && ent->v.waterlevel == 0) in SV_WalkMove()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dsv_phys.c995 int oldonground; in SV_WalkMove() local
1001 oldonground = (int)ent->v.flags & FL_ONGROUND; in SV_WalkMove()
1012 if (!oldonground && ent->v.waterlevel == 0) in SV_WalkMove()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dsv_phys.c875 int oldonground = (int)ent->v.flags & FL_ONGROUND; in SV_WalkMove() local
887 if (!oldonground && ent->v.waterlevel == 0) in SV_WalkMove()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsv_phys.c1614 int oldonground;
1620 oldonground = (int)ent->v.flags & FL_ONGROUND;
1631 if (!oldonground && ent->v.waterlevel == 0)
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dsv_phys.c1569 int oldonground; in SV_WalkMove() local
1575 oldonground = (int)ent->v.flags & FL_ONGROUND; in SV_WalkMove()
1586 if (!oldonground && ent->v.waterlevel == 0) in SV_WalkMove()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dview.c495 if (!cl.oldonground) in V_CalcRefdefUsing()
499 cl.oldonground = clonground; in V_CalcRefdefUsing()
H A Dsv_phys.c2282 int oldonground; in SV_WalkMove() local
2309 oldonground = (int)PRVM_serveredictfloat(ent, flags) & FL_ONGROUND; in SV_WalkMove()
2377 if (!oldonground && PRVM_serveredictfloat(ent, waterlevel) == 0) in SV_WalkMove()
2435 …ctfloat(ent, waterlevel) >= 3 || start_velocity[2] >= (1.0 / 32.0) || !oldonground || ((int)PRVM_s… in SV_WalkMove()
H A Dclient.h1168 qboolean oldonground; member
/dports/games/darkplaces/darkplaces/
H A Dview.c495 if (!cl.oldonground) in V_CalcRefdefUsing()
499 cl.oldonground = clonground; in V_CalcRefdefUsing()
H A Dsv_phys.c2283 int oldonground; in SV_WalkMove() local
2308 oldonground = (int)PRVM_serveredictfloat(ent, flags) & FL_ONGROUND; in SV_WalkMove()
2376 if (!oldonground && PRVM_serveredictfloat(ent, waterlevel) == 0) in SV_WalkMove()
2434 …ctfloat(ent, waterlevel) >= 3 || start_velocity[2] >= (1.0 / 32.0) || !oldonground || ((int)PRVM_s… in SV_WalkMove()
H A Dclient.h1204 qboolean oldonground; member
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsv_phys.c1746 …int clip, oldonground, originalmove_clip, originalmove_flags, originalmove_groundentity, hitsuperc… in SV_WalkMove() local
1765 oldonground = (int)ent->fields.server->flags & FL_ONGROUND; in SV_WalkMove()
1809 if (!oldonground && ent->fields.server->waterlevel == 0) in SV_WalkMove()
1866 …ields.server->waterlevel >= 3 || start_velocity[2] >= (1.0 / 32.0) || !oldonground || ((int)ent->f… in SV_WalkMove()
H A Dclient.h871 qboolean oldonground; member
H A Dcl_input.c1523 if (!cl.oldonground) in CL_ClientMovement_Replay()
1527 cl.oldonground = cl.onground; in CL_ClientMovement_Replay()
/dports/games/xonotic/Xonotic/source/qcsrc/client/
H A Dview.qc213 static bool oldonground;
218 if (!oldonground)
221 oldonground = clonground;