Go to the source code of this file.
Classes | |
struct | light_curve_s |
struct | laser_t |
struct | beam_t |
Macros | |
#define | LENGTH(a) ((sizeof (a)) / (sizeof(*(a)))) |
#define | MAX_LASERS 32 |
#define | MAX_BEAMS 32 |
#define | MAX_SUSTAINS 32 |
Typedefs | |
typedef struct light_curve_s | light_curve_t |
typedef struct light_curve_s light_curve_t |
|
static |
|
static |
Definition at line 143 of file tent.c.
Referenced by CL_ParseTEnt(), CL_PlainExplosion(), and CL_SmokeAndFlash().
|
static |
Definition at line 808 of file tent.c.
Referenced by CL_ParseNuke(), CL_ParseSteam(), and CL_ParseWidow().
Definition at line 138 of file tent.c.
Referenced by CL_ClearTEnts().
Definition at line 429 of file tent.c.
Referenced by CL_ClearTEnts().
Definition at line 803 of file tent.c.
Referenced by CL_ClearTEnts().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void CL_SmokeAndFlash | ( | vec3_t | origin | ) |
|
static |
Definition at line 521 of file tent.c.
Referenced by CL_AddBeams(), CL_ClearBeams(), and CL_ParseBeam().
explosion_t cl_explosions[MAX_EXPLOSIONS] |
Definition at line 136 of file tent.c.
Referenced by CL_AddExplosions(), CL_AllocExplosion(), and CL_ClearExplosions().
|
static |
Definition at line 427 of file tent.c.
Referenced by CL_AddLasers(), CL_AllocLaser(), and CL_ClearLasers().
qhandle_t cl_mod_bfg_explo |
Definition at line 47 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_dmspot |
Definition at line 50 of file tent.c.
Referenced by CL_AddPacketEntities(), and CL_RegisterTEntModels().
qhandle_t cl_mod_explo4 |
Definition at line 46 of file tent.c.
Referenced by CL_PlainExplosion(), and CL_RegisterTEntModels().
qhandle_t cl_mod_explo4_big |
Definition at line 55 of file tent.c.
Referenced by CL_PlainExplosion(), and CL_RegisterTEntModels().
qhandle_t cl_mod_explode |
Definition at line 41 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_explosions[4] |
Definition at line 51 of file tent.c.
Referenced by CL_PlainExplosion(), and CL_RegisterTEntModels().
qhandle_t cl_mod_flash |
Definition at line 43 of file tent.c.
Referenced by CL_ParseTEnt(), CL_RegisterTEntModels(), and CL_SmokeAndFlash().
qhandle_t cl_mod_grapple_cable |
Definition at line 45 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_heatbeam |
Definition at line 54 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_laser |
Definition at line 49 of file tent.c.
Referenced by CL_AddPacketEntities(), and CL_RegisterTEntModels().
qhandle_t cl_mod_lightning |
Definition at line 53 of file tent.c.
Referenced by CL_AddBeams(), CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_parasite_segment |
Definition at line 44 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntModels().
qhandle_t cl_mod_powerscreen |
Definition at line 48 of file tent.c.
Referenced by CL_AddPacketEntities(), and CL_RegisterTEntModels().
qhandle_t cl_mod_smoke |
Definition at line 42 of file tent.c.
Referenced by CL_RegisterTEntModels(), and CL_SmokeAndFlash().
Definition at line 522 of file tent.c.
Referenced by CL_AddPlayerBeams(), CL_ClearBeams(), and CL_ParsePlayerBeam().
|
static |
Definition at line 900 of file tent.c.
Referenced by CL_InitTEnts().
|
static |
Definition at line 901 of file tent.c.
Referenced by CL_InitTEnts(), and CL_RailCore().
|
static |
Definition at line 902 of file tent.c.
Referenced by CL_InitTEnts().
|
static |
Definition at line 903 of file tent.c.
Referenced by CL_InitTEnts(), and CL_RailSpiral().
|
static |
Definition at line 899 of file tent.c.
Referenced by CL_InitTEnts(), CL_RailCore(), and CL_RailSpiral().
|
static |
Definition at line 898 of file tent.c.
Referenced by CL_InitTEnts(), and CL_RailTrail().
qhandle_t cl_sfx_disrexp |
Definition at line 39 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_flare |
Definition at line 28 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_footsteps[4] |
Definition at line 36 of file tent.c.
Referenced by CL_RegisterTEntSounds(), and entity_event().
qhandle_t cl_sfx_grenexp |
Definition at line 34 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_lashit |
Definition at line 27 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_lightning |
Definition at line 38 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_railg |
Definition at line 32 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_ric1 |
Definition at line 24 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_ric2 |
Definition at line 25 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_ric3 |
Definition at line 26 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_rockexp |
Definition at line 33 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_spark5 |
Definition at line 29 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_spark6 |
Definition at line 30 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_spark7 |
Definition at line 31 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
qhandle_t cl_sfx_watrexp |
Definition at line 35 of file tent.c.
Referenced by CL_ParseTEnt(), and CL_RegisterTEntSounds().
|
static |
Definition at line 801 of file tent.c.
Referenced by CL_AllocSustain(), CL_ClearSustains(), and CL_ProcessSustain().
cvar_t* cvar_pt_beam_lights |
Definition at line 97 of file transparency.c.
Referenced by CL_RailTrail(), initialize_transparency(), and vkpt_build_beam_lights().
cvar_t* cvar_pt_particle_emissive |
Definition at line 835 of file effects.c.
Referenced by CL_RailSpiral().
uint32_t d_8to24table[256] |
Definition at line 654 of file images.c.
Referenced by CL_RailTrail(), IMG_GetPalette(), and IMG_Unpack8().
|
static |
Definition at line 254 of file tent.c.
Referenced by CL_AddExplosionLight().
|
static |
Definition at line 236 of file tent.c.
Referenced by CL_AddExplosionLight().
|
static |
Definition at line 895 of file tent.c.
Referenced by CL_RailCore(), cl_railcore_color_changed(), and CL_RailTrail().
|
static |
Definition at line 896 of file tent.c.
Referenced by CL_RailSpiral(), and cl_railspiral_color_changed().
|
static |
Definition at line 1067 of file tent.c.
Referenced by CL_ParseTEnt().