Home
last modified time | relevance | path

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

12345678910>>...30

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DAsyncNetwork.h124 static void WriteUserCmdDelta( idBitMsg &msg, const usercmd_t &cmd, const usercmd_t *base );
125 static void ReadUserCmdDelta( const idBitMsg &msg, usercmd_t &cmd, const usercmd_t *base );
127 …static bool DuplicateUsercmd( const usercmd_t &previousUserCmd, usercmd_t &currentUserCmd, int …
128 …static bool UsercmdInputChanged( const usercmd_t &previousUserCmd, const usercmd_t &currentUser…
/dports/games/q2pro/q2pro/include/
H A Dq_msg.h88 int MSG_WriteDeltaUsercmd( const usercmd_t *from, const usercmd_t *cmd );
89 int MSG_WriteDeltaUsercmd_Enhanced( const usercmd_t *from, const usercmd_t *cmd );
112 void MSG_ReadDeltaUsercmd( const usercmd_t *from, usercmd_t *cmd );
113 void MSG_ReadDeltaUsercmd_Enhanced( const usercmd_t *from, usercmd_t *to );
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_protocol.h67 struct usercmd_t struct
80 FArchive &operator<< (FArchive &arc, usercmd_t &cmd); argument
233 int UnpackUserCmd (usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream);
234 int PackUserCmd (const usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream);
235 int WriteUserCmdMessage (usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream);
H A Dd_protocol.cpp138 int UnpackUserCmd (usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream) in UnpackUserCmd()
147 memcpy (ucmd, basis, sizeof(usercmd_t)); in UnpackUserCmd()
152 memset (ucmd, 0, sizeof(usercmd_t)); in UnpackUserCmd()
201 int PackUserCmd (const usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream) in PackUserCmd()
206 usercmd_t blank; in PackUserCmd()
295 FArchive &operator<< (FArchive &arc, usercmd_t &cmd) in operator <<()
315 int WriteUserCmdMessage (usercmd_t *ucmd, const usercmd_t *basis, BYTE **stream) in WriteUserCmdMessage()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dclient.h64 usercmd_t command; // last command for prediction
110 usercmd_t cmd; // cmd that generated the frame
404 void CL_SendMove(usercmd_t *cmd);
414 void CL_WriteToServer(usercmd_t *cmd);
415 void CL_BaseMove(usercmd_t *cmd);
422 void CL_WriteDemoCmd(usercmd_t *pcmd);
483 usercmd_t *u, qboolean spectator);
496 void Cam_Track(usercmd_t *cmd);
497 void Cam_FinishMove(usercmd_t *cmd);
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DUsercmdGen.h89 class usercmd_t {
107 bool operator==( const usercmd_t &rhs ) const;
141 virtual usercmd_t TicCmd( int ticNumber ) = 0;
165 virtual usercmd_t GetDirectUsercmd( void ) = 0;
/dports/games/quakeforge/quakeforge-0.7.2/qw/include/
H A Dcl_input.h39 void CL_SendMove (usercmd_t *cmd);
46 void CL_WriteToServer (usercmd_t *cmd);
47 void CL_BaseMove (usercmd_t *cmd);
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dclient.h41 } usercmd_t; typedef
142 usercmd_t cmd; // last command sent to the server
325 void CL_SendMove(usercmd_t *cmd);
334 void CL_WriteToServer(usercmd_t *cmd);
335 void CL_BaseMove(usercmd_t *cmd);
/dports/games/tenebrae/tenebrae_0/
H A Dclient.h33 } usercmd_t; typedef
160 usercmd_t cmd; // last command sent to the server
336 void CL_SendMove (usercmd_t *cmd);
345 void CL_WriteToServer (usercmd_t *cmd);
346 void CL_BaseMove (usercmd_t *cmd);
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dclient.h33 } usercmd_t; typedef
157 usercmd_t cmd; // last command sent to the server
330 void CL_SendMove (usercmd_t *cmd);
339 void CL_WriteToServer (usercmd_t *cmd);
340 void CL_BaseMove (usercmd_t *cmd);
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dclient.h42 usercmd_t command; // last command for prediction
95 usercmd_t cmd; // cmd that generated the frame
468 void CL_BaseMove (usercmd_t *cmd);
482 void CL_WriteDemoCmd (const usercmd_t *pcmd);
509 void Cam_Track (usercmd_t *cmd);
510 void Cam_FinishMove (usercmd_t *cmd);
578 void CL_PredictUsercmd (player_state_t *from, player_state_t *to, usercmd_t *u, qboolean spectate);
/dports/games/quakeforge/quakeforge-0.7.2/libs/qw/
H A Dmsg_ucmd.c48 MSG_WriteDeltaUsercmd (sizebuf_t *buf, usercmd_t *from, usercmd_t *cmd) in MSG_WriteDeltaUsercmd()
94 MSG_ReadDeltaUsercmd (qmsg_t *msg, usercmd_t *from, usercmd_t *move) in MSG_ReadDeltaUsercmd()
/dports/games/quake2-lights/quake2-lights-1/lights/src/ace/
H A Dacebot.h199 void ClientThink (edict_t *ent, usercmd_t *ucmd);
229 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
230 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
231 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
232 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/qudos/QuDos-0.40.1-src/src/game/ace/
H A Dacebot.h199 void ClientThink (edict_t *ent, usercmd_t *ucmd);
229 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
230 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
231 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
232 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/qudos/QuDos-0.40.1-src/src/mods/zaero/ace/
H A Dacebot.h199 void ClientThink (edict_t *ent, usercmd_t *ucmd);
229 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
230 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
231 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
232 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/qudos/QuDos-0.40.1-src/src/mods/xatrix/ace/
H A Dacebot.h201 void ClientThink (edict_t *ent, usercmd_t *ucmd);
231 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
232 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
233 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
234 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/ace/
H A Dacebot.h199 void ClientThink (edict_t *ent, usercmd_t *ucmd);
229 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
230 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
231 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
232 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/quakeforge/quakeforge-0.7.2/nq/include/
H A Dclient.h54 } usercmd_t; typedef
151 usercmd_t cmd; // Last command sent to the server
305 void CL_SendMove (usercmd_t *cmd);
314 void CL_WriteToServer (usercmd_t *cmd);
315 void CL_BaseMove (usercmd_t *cmd);
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot.h216 void ClientThink (edict_t *ent, usercmd_t *ucmd);
247 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
248 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
249 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
250 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot.h216 void ClientThink (edict_t *ent, usercmd_t *ucmd);
247 qboolean ACEMV_SpecialMove(edict_t *self,usercmd_t *ucmd);
248 void ACEMV_Move(edict_t *self, usercmd_t *ucmd);
249 void ACEMV_Attack (edict_t *self, usercmd_t *ucmd);
250 void ACEMV_Wander (edict_t *self, usercmd_t *ucmd);
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dclient.h157 usercmd_t movecmds[64]; // ringbuffer of previous movement commands (journal for prediction)
159 usercmd_t pendingcmd; // accumulated state from mice+joysticks.
362 void CL_SendMove (const usercmd_t *cmd);
365 void CL_BaseMove (usercmd_t *cmd);
366 void CL_FinishMove(usercmd_t *cmd);
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Dtools.h76 void MSG_WriteDeltaUsercmd (sizebuf_t *sb, const usercmd_t *from, const usercmd_t *cmd);
94 void MSG_ReadDeltaUsercmd (const usercmd_t *from, usercmd_t *cmd);
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Dtools.h76 void MSG_WriteDeltaUsercmd (sizebuf_t *sb, const usercmd_t *from, const usercmd_t *cmd);
94 void MSG_ReadDeltaUsercmd (const usercmd_t *from, usercmd_t *cmd);
/dports/games/qudos/QuDos-0.40.1-src/src/mods/jabot/ai/
H A Dai_local.h96 void ClientThink (edict_t *ent, usercmd_t *ucmd);
109 void AI_Frame (edict_t *self, usercmd_t *ucmd);
124 qboolean AI_MoveToGoalEntity(edict_t *self, usercmd_t *ucmd);
125 qboolean AI_SpecialMove(edict_t *self, usercmd_t *ucmd);
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dinput.h32 void IN_Move (usercmd_t *cmd);
34 void IN_JoyMove (usercmd_t *cmd);

12345678910>>...30