Home
last modified time | relevance | path

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

12345

/dports/games/iortcw/iortcw-1.51c/SP/code/server/
H A Dsv_init.c283 Com_Memset( &cl->reliableCommands, 0, sizeof( cl->reliableCommands ) ); in SV_InitReliableCommandsForClient()
287 cl->reliableCommands.buf = Z_Malloc( cl->reliableCommands.bufSize ); in SV_InitReliableCommandsForClient()
289 cl->reliableCommands.commands = Z_Malloc( commands * sizeof( *cl->reliableCommands.commands ) ); in SV_InitReliableCommandsForClient()
291 cl->reliableCommands.rover = cl->reliableCommands.buf; in SV_InitReliableCommandsForClient()
328 Z_Free( cl->reliableCommands.buf ); in SV_FreeReliableCommandsForClient()
332 Com_Memset( &cl->reliableCommands, 0, sizeof( cl->reliableCommands.bufSize ) ); in SV_FreeReliableCommandsForClient()
368 …if ( ( cl->reliableCommands.rover - cl->reliableCommands.buf ) + length + 1 >= cl->reliableCommand… in SV_AddReliableCommand()
370 cl->reliableCommands.rover = cl->reliableCommands.buf; in SV_AddReliableCommand()
381 for ( i = 0, ch = cl->reliableCommands.buf; i < cl->reliableCommands.bufSize; i++, ch++ ) { in SV_AddReliableCommand()
405 cl->reliableCommands.commands[index] = cl->reliableCommands.rover; in SV_AddReliableCommand()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_main.c111 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) { in SV_ReplacePendingServerCommands()
113 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2); in SV_ReplacePendingServerCommands()
115 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_ReplacePendingServerCommands()
157 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
164 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
H A Dsv_bot.c585 if ( !cl->reliableCommands[index][0] ) { in SV_BotGetConsoleMessage()
589 Q_strncpyz( buf, cl->reliableCommands[index], size ); in SV_BotGetConsoleMessage()
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_main.c111 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) { in SV_ReplacePendingServerCommands()
113 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2); in SV_ReplacePendingServerCommands()
115 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_ReplacePendingServerCommands()
157 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
164 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
H A Dsv_bot.c585 if ( !cl->reliableCommands[index][0] ) { in SV_BotGetConsoleMessage()
589 Q_strncpyz( buf, cl->reliableCommands[index], size ); in SV_BotGetConsoleMessage()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/server/
H A Dsv_main.c107 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) { in SV_ReplacePendingServerCommands()
109 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2); in SV_ReplacePendingServerCommands()
111 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_ReplacePendingServerCommands()
153 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
160 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
/dports/games/evq3/evq3/code/server/
H A Dsv_main.c111 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) { in SV_ReplacePendingServerCommands()
113 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2); in SV_ReplacePendingServerCommands()
115 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_ReplacePendingServerCommands()
157 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
164 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/server/
H A Dsv_main.c101 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) { in SV_ReplacePendingServerCommands()
103 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2); in SV_ReplacePendingServerCommands()
105 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_ReplacePendingServerCommands()
143 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
150 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
H A Dsv_bot.c590 if ( !cl->reliableCommands[index][0] ) { in SV_BotGetConsoleMessage()
594 Q_strncpyz( buf, cl->reliableCommands[index], size ); in SV_BotGetConsoleMessage()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c117 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) {
119 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2);
121 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) );
164 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
171 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
/dports/games/openarena/openarena-engine-source-0.8.8/code/server/
H A Dsv_main.c117 if ( !Q_strncmp(cmd, client->reliableCommands[ index ], strlen("cs")) ) {
119 sscanf(client->reliableCommands[ index ], "cs %i", &csnum2);
121 … Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) );
164 Com_Printf( "cmd %5d: %s\n", i, client->reliableCommands[ i & (MAX_RELIABLE_COMMANDS-1) ] ); in SV_AddServerCommand()
171 Q_strncpyz( client->reliableCommands[ index ], cmd, sizeof( client->reliableCommands[ index ] ) ); in SV_AddServerCommand()
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_main.cpp107 if ( client->reliableCommands[ index ] ) { in SV_AddServerCommand()
108 Z_Free( client->reliableCommands[ index ] ); in SV_AddServerCommand()
110 client->reliableCommands[ index ] = CopyString( cmd ); in SV_AddServerCommand()
H A Dsv_client.cpp586 if ( client->reliableCommands[ i] ) { in SV_FreeClient()
587 Z_Free( client->reliableCommands[ i] ); in SV_FreeClient()
588 client->reliableCommands[i] = NULL; in SV_FreeClient()
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_main.cpp125 if ( clc.reliableCommands[ index ] ) { in CL_AddReliableCommand()
126 Z_Free( clc.reliableCommands[ index ] ); in CL_AddReliableCommand()
128 clc.reliableCommands[ index ] = CopyString( cmd ); in CL_AddReliableCommand()
234 if ( clc.reliableCommands[i] ) { in CL_FreeReliableCommands()
235 Z_Free( clc.reliableCommands[i] ); in CL_FreeReliableCommands()
236 clc.reliableCommands[i] = NULL; in CL_FreeReliableCommands()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_net_chan.c110 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_net_chan.cpp114 string = (byte *)client->reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in SV_Netchan_Decode()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_net_chan.cpp112 string = (unsigned char *)clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/evq3/evq3/code/client/
H A Dcl_net_chan.c109 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_net_chan.c118 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_net_chan.c117 string = (byte *) clc.reliableCommands[ reliableAcknowledge & (MAX_RELIABLE_COMMANDS-1) ]; in CL_Netchan_Decode()

12345