![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Go to the source code of this file.
Functions | |
void | EntityFrame5_CL_ReadFrame (void) |
static void | EntityState5_ReadUpdate (entity_state_t *s, int number) |
Definition at line 289 of file cl_ents5.c.
References entity_state_t::active, ACTIVE_NETWORK, sizebuf_t::badread, cl, CL_ExpandEntities(), cl_message, CL_MoveLerpEntityStates(), CL_NewFrameReceived(), cls, Con_Printf(), defaultstate, developer_networkentities, client_state_t::entities, client_state_t::entities_active, EntityState5_ReadUpdate(), cvar_t::integer, client_state_t::max_entities, MSG_ReadLong, MSG_ReadShort, client_state_t::mtime, n, client_state_t::num_entities, entity_state_t::number, client_static_t::protocol, PROTOCOL_DARKPLACES1, PROTOCOL_DARKPLACES2, PROTOCOL_DARKPLACES3, PROTOCOL_DARKPLACES4, PROTOCOL_DARKPLACES5, PROTOCOL_DARKPLACES6, PROTOCOL_NEHAHRAMOVIE, PROTOCOL_QUAKE, PROTOCOL_QUAKEDP, client_static_t::servermovesequence, entity_t::state_current, entity_t::state_previous, and entity_state_t::time.
Referenced by CL_ParseServerMessage().
|
static |
Definition at line 4 of file cl_ents5.c.
References entity_state_t::active, ACTIVE_NETWORK, entity_state_t::alpha, entity_state_t::angles, cl, CL_GetModelByIndex(), cl_message, cls, entity_state_t::colormap, entity_state_t::colormod, Con_Print(), Con_Printf(), defaultstate, developer_networkentities, E5_ALPHA, E5_ANGLES, E5_ANGLES16, E5_ATTACHMENT, E5_COLORMAP, E5_COLORMOD, E5_COMPLEXANIMATION, E5_EFFECTS, E5_EFFECTS16, E5_EFFECTS32, E5_EXTEND1, E5_EXTEND2, E5_EXTEND3, E5_FLAGS, E5_FRAME, E5_FRAME16, E5_FULLUPDATE, E5_GLOW, E5_GLOWMOD, E5_LIGHT, E5_MODEL, E5_MODEL16, E5_ORIGIN, E5_ORIGIN32, E5_SCALE, E5_SKIN, E5_TRAILEFFECTNUM, entity_state_t::effects, client_state_t::engineskeletonobjects, entity_state_t::flags, entity_state_t::frame, framegroupblend_t::frame, entity_state_t::framegroupblend, entity_state_t::glowcolor, entity_state_t::glowmod, entity_state_t::glowsize, Host_Error(), identitymatrix, int(), cvar_t::integer, framegroupblend_t::lerp, client_static_t::levelmempool, entity_state_t::light, entity_state_t::lightpflags, entity_state_t::lightstyle, Matrix4x4_FromBonePose7s(), MAX_EDICTS, Mem_Alloc, Mem_Realloc, model, skeleton_t::model, entity_state_t::modelindex, modelindex, MSG_ReadAngle16i(), MSG_ReadAngle8i(), MSG_ReadByte, MSG_ReadCoord13i(), MSG_ReadCoord32f(), MSG_ReadLong, MSG_ReadShort, entity_state_t::origin, sizebuf_t::readcount, skeleton_t::relativetransforms, RENDER_COLORMAPPED, RENDER_EXTERIORMODEL, RENDER_GLOWTRAIL, RENDER_LIGHT, RENDER_LOWPRECISION, RENDER_NOSELFSHADOW, RENDER_SHADOW, RENDER_STEP, RENDER_VIEWMODEL, entity_state_t::scale, entity_state_t::skeletonobject, entity_state_t::skin, framegroupblend_t::start, entity_state_t::tagentity, entity_state_t::tagindex, client_state_t::time, entity_state_t::traileffectnum, and type.
Referenced by EntityFrame5_CL_ReadFrame().