/external/quake/quake/src/WinQuake/ |
server.h | 97 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
|
sv_user.cpp | 453 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;
|
host_cmd.cpp | 107 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->u.v.flags & ~(FL_GODMODE|FL_NOTARGET) [all...] |
pr_edict.cpp | 80 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);
|
sv_main.cpp | 226 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;
|
pr_exec.cpp | 492 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);
|
progs.h | 31 int edict; member in union:eval_s
|
/gdk/samples/quake/jni/ |
server.h | 97 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
|
sv_user.cpp | 453 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;
|
host_cmd.cpp | 107 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->u.v.flags & ~(FL_GODMODE|FL_NOTARGET) [all...] |
pr_edict.cpp | 80 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);
|
sv_main.cpp | 226 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;
|
pr_exec.cpp | 492 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);
|
progs.h | 31 int edict; member in union:eval_s
|
/external/quake/quake/src/QW/server/ |
server.h | 141 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
|
sv_send.c | 305 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;
|
pr_edict.c | 71 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))); 554 Con_Printf ("\n EDICT %i:\n",i); 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);
|
sv_init.c | 93 // 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;
|
pr_exec.c | 492 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);
|
progs.h | 31 int edict; member in union:eval_s
|
sv_ents.c | 336 ent = cl->edict; 462 clent = client->edict;
|
sv_ccmds.c | 180 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);
|
/external/quake/quake/src/QW/ |
cmds.txt | 379 edict", ED_PrintEdict_f
|
/external/quake/quake/src/QW/progs/ |
defs.qc | 231 // edict.flags
245 // edict.movetype values
259 // edict.solid values
639 void(entity e) eprint = #31; // prints an entire edict
|
/external/quake/quake/src/QW/client/ |
protocol.h | 254 int number; // edict index
|