Searched refs:edict (Results 1 - 19 of 19) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dsv_send.c305 VectorSubtract(origin, client->edict->v.origin, delta);
310 leaf = Mod_PointInLeaf (client->edict->v.origin, sv.worldmodel);
476 ent = client->edict;
524 ent = client->edict;
530 ent = svs.clients[client->spec_track - 1].edict;
634 if (host_client->old_frags != host_client->edict->v.frags)
642 ClientReliableWrite_Short(client, host_client->edict->v.frags);
645 host_client->old_frags = host_client->edict->v.frags;
649 ent = host_client->edict;
H A Dprogs.h31 int edict; member in union:eval_s
H A Dsv_ccmds.c180 sv_player = host_client->edict;
414 Con_Printf ("%6i %5i", cl->userid, (int)cl->edict->v.frags);
444 Con_Printf ("%5i %6i ", (int)cl->edict->v.frags, cl->userid);
H A Dpr_exec.c492 c->_float = (PROG_TO_EDICT(a->edict) == sv.edicts);
562 ed = PROG_TO_EDICT(a->edict);
576 ed = PROG_TO_EDICT(a->edict);
585 ed = PROG_TO_EDICT(a->edict);
H A Dsv_init.c93 // and any other edict that has a visible model
169 pr_global_struct->self = EDICT_TO_PROG(host_client->edict);
321 // which determines how big each edict is
332 svs.clients[i].edict = ent;
H A Dsv_ents.c336 ent = cl->edict;
462 clent = client->edict;
H A Dserver.h141 edict_t *edict; // EDICT_NUM(clientnum+1) member in struct:client_s
252 // edict->movetype values
265 // edict->solid values
272 // edict->deadflag values
281 // edict->flags
H A Dsv_main.c193 pr_global_struct->self = EDICT_TO_PROG(drop->edict);
200 pr_global_struct->self = EDICT_TO_PROG(drop->edict);
225 drop->edict->v.frags = 0;
689 newcl->edict = ent;
H A Dsv_user.c90 playernum = NUM_FOR_EDICT(host_client->edict)-1;
348 // set up the edict
349 ent = host_client->edict;
1170 sv_player = host_client->edict;
1572 sv_player = host_client->edict;
H A Dpr_edict.c71 Either finds a free edict, or allocates a new one.
98 i--; // step on whatever is the last edict
114 Marks the edict as free
288 sprintf (line, "entity %i", NUM_FOR_EDICT(PROG_TO_EDICT(val->edict)) );
340 sprintf (line, "%i", NUM_FOR_EDICT(PROG_TO_EDICT(val->edict)));
789 Parses an edict out of the given string, returning the new position
790 ed should be a properly initialized empty edict.
1058 Cmd_AddCommand ("edict", ED_PrintEdict_f);
/external/quake/quake/src/WinQuake/
H A Dsv_user.cpp453 VectorCopy (angle, host_client->edict->u.v.v_angle);
462 host_client->edict->u.v.button0 = bits & 1;
463 host_client->edict->u.v.button2 = (bits & 2)>>1;
467 host_client->edict->u.v.impulse = i;
471 host_client->edict->u.v.light_level = MSG_ReadByte ();
609 sv_player = host_client->edict;
H A Dhost_cmd.cpp107 print ("#%-2u %-16.16s %3i %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->u.v.frags, hours, minutes, seconds);
514 if (svs.clients[i].active && (svs.clients[i].edict->u.v.health <= 0) )
686 { // parse an edict
849 // parse an edict
946 host_client->edict->u.v.netname = host_client->name - pr_strings;
982 cl->edict->u.v.flags = (int)cl->edict->u.v.flags & ~(FL_GODMODE|FL_NOTARGET);
983 cl->edict->u.v.movetype = MOVETYPE_WALK;
1002 cl->edict->u.v.flags = (int)cl->edict
[all...]
H A Dpr_exec.cpp492 c->_float = (PROG_TO_EDICT(a->edict) == sv.edicts);
562 ed = PROG_TO_EDICT(a->edict);
576 ed = PROG_TO_EDICT(a->edict);
585 ed = PROG_TO_EDICT(a->edict);
H A Dprogs.h31 int edict; member in union:eval_s
H A Dsv_main.cpp226 MSG_WriteShort (&client->message, NUM_FOR_EDICT(client->edict));
271 client->edict = ent;
733 SV_WriteClientdataToMessage (client->edict, &msg);
735 SV_WriteEntitiesToClient (client->edict, &msg);
764 if (host_client->old_frags != host_client->edict->u.v.frags)
772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags);
775 host_client->old_frags = (int) host_client->edict->u.v.frags;
1027 pr_global_struct->self = EDICT_TO_PROG(host_client->edict);
1120 svs.clients[i].edict = ent;
H A Dserver.h97 edict_t *edict; // EDICT_NUM(clientnum+1) member in struct:client_s
114 // edict->movetype values
131 // edict->solid values
138 // edict->deadflag values
147 // edict->flags
H A Dhost.cpp359 if (host_client->edict && host_client->spawned)
364 pr_global_struct->self = EDICT_TO_PROG(host_client->edict);
H A Dpr_edict.cpp80 Either finds a free edict, or allocates a new one.
118 Marks the edict as free
294 sprintf (line, "entity %i", NUM_FOR_EDICT(PROG_TO_EDICT(val->edict)) );
346 sprintf (line, "%i", NUM_FOR_EDICT(PROG_TO_EDICT(val->edict)));
560 Con_Printf("Bad edict number\n");
797 Parses an edict out of the given string, returning the new position
798 ed should be a properly initialized empty edict.
1070 Cmd_AddCommand ("edict", ED_PrintEdict_f);
H A Dnet_dgrm.cpp917 MSG_WriteLong(&net_message, (int)client->edict->u.v.frags);

Completed in 1263 milliseconds