HomeSort by relevance Sort by last modified time
    Searched refs:MSG_WriteByte (Results 1 - 25 of 47) sorted by null

1 2

  /external/quake/quake/src/QW/client/
cl_demo.c 291 MSG_WriteByte (&net_message, svc_disconnect);
431 MSG_WriteByte (&buf, svc_serverdata);
437 MSG_WriteByte (&buf, cl.playernum | 128);
439 MSG_WriteByte (&buf, cl.playernum);
457 MSG_WriteByte (&buf, svc_cdtrack);
458 MSG_WriteByte (&buf, 0); // none in demos
461 MSG_WriteByte (&buf, svc_stufftext);
469 MSG_WriteByte (&buf, svc_soundlist);
470 MSG_WriteByte (&buf, 0);
477 MSG_WriteByte (&buf, 0)
    [all...]
cl_input.c 429 MSG_WriteByte (&buf, clc_move);
433 MSG_WriteByte (&buf, 0);
437 MSG_WriteByte (&buf, (byte)lost);
466 MSG_WriteByte (&buf, clc_delta);
467 MSG_WriteByte (&buf, cl.validsequence&255);
cl_parse.c 191 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
252 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
295 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
401 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
456 MSG_WriteByte (&cls.netchan.message, clc_upload);
464 MSG_WriteByte (&cls.netchan.message, percent);
603 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
640 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
686 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
cvar.c 141 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
  /external/quake/quake/src/WinQuake/
sv_main.cpp 86 MSG_WriteByte (&sv.datagram, svc_particle);
99 MSG_WriteByte (&sv.datagram, count);
100 MSG_WriteByte (&sv.datagram, color);
161 MSG_WriteByte (&sv.datagram, svc_sound);
162 MSG_WriteByte (&sv.datagram, field_mask);
164 MSG_WriteByte (&sv.datagram, volume);
166 MSG_WriteByte (&sv.datagram, (int) (attenuation*64));
168 MSG_WriteByte (&sv.datagram, sound_num);
194 MSG_WriteByte (&client->message, svc_print);
198 MSG_WriteByte (&client->message, svc_serverinfo)
    [all...]
host_cmd.cpp 950 MSG_WriteByte (&sv.reliable_datagram, svc_updatename);
951 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1189 MSG_WriteByte (&sv.reliable_datagram, svc_updatecolors);
1190 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1191 MSG_WriteByte (&sv.reliable_datagram, host_client->colors);
1248 MSG_WriteByte (&sv.reliable_datagram, svc_setpause);
1249 MSG_WriteByte (&sv.reliable_datagram, sv.paused);
1276 MSG_WriteByte (&host_client->message, svc_signonnum);
1277 MSG_WriteByte (&host_client->message, 2);
1342 MSG_WriteByte (&host_client->message, svc_time)
    [all...]
net_dgrm.cpp 635 MSG_WriteByte(&net_message, CCREQ_PLAYER_INFO);
636 MSG_WriteByte(&net_message, n);
692 MSG_WriteByte(&net_message, CCREQ_RULE_INFO);
759 MSG_WriteByte(&net_message, CCREQ_RULE_INFO);
875 MSG_WriteByte(&net_message, CCREP_SERVER_INFO);
880 MSG_WriteByte(&net_message, net_activeconnections);
881 MSG_WriteByte(&net_message, svs.maxclients);
882 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION);
913 MSG_WriteByte(&net_message, CCREP_PLAYER_INFO);
914 MSG_WriteByte(&net_message, playerNumber)
    [all...]
host.cpp 287 MSG_WriteByte (&host_client->message, svc_print);
311 MSG_WriteByte (&svs.clients[i].message, svc_print);
332 MSG_WriteByte (&host_client->message, svc_stufftext);
355 MSG_WriteByte (&host_client->message, svc_disconnect);
387 MSG_WriteByte (&client->message, svc_updatename);
388 MSG_WriteByte (&client->message, host_client - svs.clients);
390 MSG_WriteByte (&client->message, svc_updatefrags);
391 MSG_WriteByte (&client->message, host_client - svs.clients);
393 MSG_WriteByte (&client->message, svc_updatecolors);
394 MSG_WriteByte (&client->message, host_client - svs.clients)
    [all...]
cl_input.cpp 359 MSG_WriteByte (&buf, clc_move);
383 MSG_WriteByte (&buf, bits);
385 MSG_WriteByte (&buf, in_impulse);
392 MSG_WriteByte (&buf, cmd->lightlevel);
cl_main.cpp 117 MSG_WriteByte (&cls.message, clc_disconnect);
184 MSG_WriteByte (&cls.message, clc_stringcmd);
189 MSG_WriteByte (&cls.message, clc_stringcmd);
192 MSG_WriteByte (&cls.message, clc_stringcmd);
195 MSG_WriteByte (&cls.message, clc_stringcmd);
201 MSG_WriteByte (&cls.message, clc_stringcmd);
pr_cmds.cpp 532 MSG_WriteByte (&sv.signon,svc_spawnstaticsound);
536 MSG_WriteByte (&sv.signon, soundnum);
538 MSG_WriteByte (&sv.signon, (int) (vol*255));
539 MSG_WriteByte (&sv.signon, (int) (attenuation*64));
1541 MSG_WriteByte (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1591 MSG_WriteByte (&sv.signon,svc_spawnstatic);
1593 MSG_WriteByte (&sv.signon, SV_ModelIndex(pr_strings + ent->u.v.model));
1595 MSG_WriteByte (&sv.signon, (int) ent->u.v.frame);
1596 MSG_WriteByte (&sv.signon, (int) ent->u.v.colormap);
1597 MSG_WriteByte (&sv.signon, (int) ent->u.v.skin)
    [all...]
  /gdk/samples/quake/jni/
sv_main.cpp 86 MSG_WriteByte (&sv.datagram, svc_particle);
99 MSG_WriteByte (&sv.datagram, count);
100 MSG_WriteByte (&sv.datagram, color);
161 MSG_WriteByte (&sv.datagram, svc_sound);
162 MSG_WriteByte (&sv.datagram, field_mask);
164 MSG_WriteByte (&sv.datagram, volume);
166 MSG_WriteByte (&sv.datagram, (int) (attenuation*64));
168 MSG_WriteByte (&sv.datagram, sound_num);
194 MSG_WriteByte (&client->message, svc_print);
198 MSG_WriteByte (&client->message, svc_serverinfo)
    [all...]
host_cmd.cpp 950 MSG_WriteByte (&sv.reliable_datagram, svc_updatename);
951 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1189 MSG_WriteByte (&sv.reliable_datagram, svc_updatecolors);
1190 MSG_WriteByte (&sv.reliable_datagram, host_client - svs.clients);
1191 MSG_WriteByte (&sv.reliable_datagram, host_client->colors);
1248 MSG_WriteByte (&sv.reliable_datagram, svc_setpause);
1249 MSG_WriteByte (&sv.reliable_datagram, sv.paused);
1276 MSG_WriteByte (&host_client->message, svc_signonnum);
1277 MSG_WriteByte (&host_client->message, 2);
1342 MSG_WriteByte (&host_client->message, svc_time)
    [all...]
net_dgrm.cpp 635 MSG_WriteByte(&net_message, CCREQ_PLAYER_INFO);
636 MSG_WriteByte(&net_message, n);
692 MSG_WriteByte(&net_message, CCREQ_RULE_INFO);
759 MSG_WriteByte(&net_message, CCREQ_RULE_INFO);
875 MSG_WriteByte(&net_message, CCREP_SERVER_INFO);
880 MSG_WriteByte(&net_message, net_activeconnections);
881 MSG_WriteByte(&net_message, svs.maxclients);
882 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION);
913 MSG_WriteByte(&net_message, CCREP_PLAYER_INFO);
914 MSG_WriteByte(&net_message, playerNumber)
    [all...]
host.cpp 292 MSG_WriteByte (&host_client->message, svc_print);
316 MSG_WriteByte (&svs.clients[i].message, svc_print);
337 MSG_WriteByte (&host_client->message, svc_stufftext);
360 MSG_WriteByte (&host_client->message, svc_disconnect);
392 MSG_WriteByte (&client->message, svc_updatename);
393 MSG_WriteByte (&client->message, host_client - svs.clients);
395 MSG_WriteByte (&client->message, svc_updatefrags);
396 MSG_WriteByte (&client->message, host_client - svs.clients);
398 MSG_WriteByte (&client->message, svc_updatecolors);
399 MSG_WriteByte (&client->message, host_client - svs.clients)
    [all...]
cl_input.cpp 359 MSG_WriteByte (&buf, clc_move);
383 MSG_WriteByte (&buf, bits);
385 MSG_WriteByte (&buf, in_impulse);
392 MSG_WriteByte (&buf, cmd->lightlevel);
cl_main.cpp 117 MSG_WriteByte (&cls.message, clc_disconnect);
184 MSG_WriteByte (&cls.message, clc_stringcmd);
189 MSG_WriteByte (&cls.message, clc_stringcmd);
192 MSG_WriteByte (&cls.message, clc_stringcmd);
195 MSG_WriteByte (&cls.message, clc_stringcmd);
201 MSG_WriteByte (&cls.message, clc_stringcmd);
pr_cmds.cpp 532 MSG_WriteByte (&sv.signon,svc_spawnstaticsound);
536 MSG_WriteByte (&sv.signon, soundnum);
538 MSG_WriteByte (&sv.signon, (int) (vol*255));
539 MSG_WriteByte (&sv.signon, (int) (attenuation*64));
1541 MSG_WriteByte (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1591 MSG_WriteByte (&sv.signon,svc_spawnstatic);
1593 MSG_WriteByte (&sv.signon, SV_ModelIndex(pr_strings + ent->u.v.model));
1595 MSG_WriteByte (&sv.signon, (int) ent->u.v.frame);
1596 MSG_WriteByte (&sv.signon, (int) ent->u.v.colormap);
1597 MSG_WriteByte (&sv.signon, (int) ent->u.v.skin)
    [all...]
  /external/quake/quake/src/QW/server/
sv_ents.c 120 MSG_WriteByte (msg, svc_nails);
121 MSG_WriteByte (msg, numnails);
140 MSG_WriteByte (msg, bits[i]);
217 MSG_WriteByte (msg, bits&255);
219 MSG_WriteByte (msg, to->modelindex);
221 MSG_WriteByte (msg, to->frame);
223 MSG_WriteByte (msg, to->colormap);
225 MSG_WriteByte (msg, to->skinnum);
227 MSG_WriteByte (msg, to->effects);
266 MSG_WriteByte (msg, svc_deltapacketentities)
    [all...]
sv_send.c 238 MSG_WriteByte (&sv.reliable_datagram, svc_stufftext);
415 MSG_WriteByte (&sv.multicast, svc_sound);
418 MSG_WriteByte (&sv.multicast, volume);
420 MSG_WriteByte (&sv.multicast, attenuation*64);
421 MSG_WriteByte (&sv.multicast, sound_num);
481 MSG_WriteByte (msg, svc_chokecount);
482 MSG_WriteByte (msg, client->chokecount);
490 MSG_WriteByte (msg, svc_damage);
491 MSG_WriteByte (msg, ent->v.dmg_save);
492 MSG_WriteByte (msg, ent->v.dmg_take)
    [all...]
sv_init.c 125 MSG_WriteByte (&sv.signon,svc_spawnbaseline);
128 MSG_WriteByte (&sv.signon, svent->baseline.modelindex);
129 MSG_WriteByte (&sv.signon, svent->baseline.frame);
130 MSG_WriteByte (&sv.signon, svent->baseline.colormap);
131 MSG_WriteByte (&sv.signon, svent->baseline.skinnum);
sv_user.c 85 MSG_WriteByte (&host_client->netchan.message, svc_serverdata);
93 MSG_WriteByte (&host_client->netchan.message, playernum);
111 MSG_WriteByte (&host_client->netchan.message, svc_cdtrack);
112 MSG_WriteByte (&host_client->netchan.message, sv.edicts->v.sounds);
115 MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
153 MSG_WriteByte (&host_client->netchan.message, svc_soundlist);
154 MSG_WriteByte (&host_client->netchan.message, n);
160 MSG_WriteByte (&host_client->netchan.message, 0);
164 MSG_WriteByte (&host_client->netchan.message, n);
166 MSG_WriteByte (&host_client->netchan.message, 0)
    [all...]
sv_main.c 161 MSG_WriteByte (&net_message, svc_print);
162 MSG_WriteByte (&net_message, PRINT_HIGH);
164 MSG_WriteByte (&net_message, svc_disconnect);
186 MSG_WriteByte (&drop->netchan.message, svc_disconnect);
282 MSG_WriteByte (buf, svc_updatefrags);
283 MSG_WriteByte (buf, i);
286 MSG_WriteByte (buf, svc_updateping);
287 MSG_WriteByte (buf, i);
290 MSG_WriteByte (buf, svc_updatepl);
291 MSG_WriteByte (buf, i)
    [all...]
sv_nchan.c 97 MSG_WriteByte(&cl->backbuf, c);
100 MSG_WriteByte(&cl->netchan.message, c);
pr_cmds.c 449 MSG_WriteByte (&sv.signon,svc_spawnstaticsound);
453 MSG_WriteByte (&sv.signon, soundnum);
455 MSG_WriteByte (&sv.signon, vol*255);
456 MSG_WriteByte (&sv.signon, attenuation*64);
1362 MSG_WriteByte (WriteDest(), G_FLOAT(OFS_PARM1));
1447 MSG_WriteByte (&sv.signon,svc_spawnstatic);
1449 MSG_WriteByte (&sv.signon, SV_ModelIndex(PR_GetString(ent->v.model)));
1451 MSG_WriteByte (&sv.signon, ent->v.frame);
1452 MSG_WriteByte (&sv.signon, ent->v.colormap);
1453 MSG_WriteByte (&sv.signon, ent->v.skin)
    [all...]

Completed in 237 milliseconds

1 2