Home
last modified time | relevance | path

Searched refs:userCmd_t (Results 1 – 14 of 14) sorted by relevance

/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_local.h69 userCmd_t cmd;
70 userCmd_t cmds[CMD_BACKUP]; // each mesage will send several old cmds
408 void CL_SendMove (userCmd_t *cmd);
479 void IN_Move (userCmd_t *cmd); // add additional movement on top of the keyboard move cmd
H A Dcl_input.c362 static void CL_BaseMove (userCmd_t *cmd) in CL_BaseMove()
443 static void CL_MouseMove (userCmd_t *cmd) in CL_MouseMove()
519 userCmd_t *cmd = &cl.cmds[cls.netChan.outgoingSequence & CMD_MASK]; in CL_RefreshCmd()
567 userCmd_t *cmd = &cl.cmds[cls.netChan.outgoingSequence & CMD_MASK]; in CL_FinalizeCmd()
599 userCmd_t *cmd, *oldCmd; in CL_SendCmd()
600 userCmd_t nullCmd; in CL_SendCmd()
685 memset (cmd, 0, sizeof (userCmd_t)); in CL_SendCmd()
H A Dcl_cgapi.c477 static void CGI_NET_GetUserCmd (int frame, userCmd_t *cmd) in CGI_NET_GetUserCmd()
/dports/games/egl/egl-0.3.1_9/common/
H A Dnet_msg.c308 void MSG_WriteDeltaUsercmd (netMsg_t *dest, userCmd_t *from, userCmd_t *cmd) in MSG_WriteDeltaUsercmd()
549 void MSG_ReadDeltaUsercmd (netMsg_t *src, userCmd_t *from, userCmd_t *move) in MSG_ReadDeltaUsercmd()
/dports/games/egl/egl-0.3.1_9/server/
H A Dsv_user.c512 static void SV_ClientThink (svClient_t *cl, userCmd_t *cmd) in SV_ClientThink()
537 userCmd_t nullcmd; in SV_ExecuteClientMessage()
538 userCmd_t oldest, oldcmd, newcmd; in SV_ExecuteClientMessage()
H A Dsv_local.h104 userCmd_t lastCmd; // for filling in big drops
/dports/games/egl/egl-0.3.1_9/win32/
H A Dwin_input.c415 void IN_MouseMove (userCmd_t *cmd) in IN_MouseMove()
758 static void IN_JoyMove (userCmd_t *cmd) in IN_JoyMove()
935 void IN_Move (userCmd_t *cmd) in IN_Move()
/dports/games/egl/egl-0.3.1_9/game/
H A Dgame.h206 void (*ClientThink) (edict_t *ent, userCmd_t *cmd);
H A Dg_main.c76 void ClientThink (edict_t *ent, userCmd_t *cmd);
H A Dp_client.c1591 void ClientThink (edict_t *ent, userCmd_t *ucmd) in ClientThink()
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_predict.c249 userCmd_t cmd; in CG_PredictMovement()
H A Dcg_api.h183 void (*NET_GetUserCmd) (int frame, userCmd_t *cmd);
/dports/games/egl/egl-0.3.1_9/shared/
H A Dshared.h1121 } userCmd_t; typedef
1130 userCmd_t cmd;
1156 userCmd_t cmd;
/dports/games/egl/egl-0.3.1_9/unix/
H A Dx11_main.c725 void IN_Move (userCmd_t *cmd) in IN_Move()