Home
last modified time | relevance | path

Searched refs:renderfx (Results 1 – 25 of 513) sorted by path

12345678910>>...21

/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_ents.c129 to->renderfx = MSG_ReadLong(&net_message); in CL_ParseDelta()
131 to->renderfx = MSG_ReadByte(&net_message); in CL_ParseDelta()
133 to->renderfx = MSG_ReadShort(&net_message); in CL_ParseDelta()
648 unsigned int effects, renderfx; in CL_AddPacketEntities() local
670 renderfx = s1->renderfx; in CL_AddPacketEntities()
689 renderfx |= RF_SHELL_RED; in CL_AddPacketEntities()
696 renderfx |= RF_SHELL_BLUE; in CL_AddPacketEntities()
745 if (renderfx & (RF_FRAMELERP)) in CL_AddPacketEntities()
781 renderfx |= RF_BOBBING; in CL_AddPacketEntities()
799 ent.flags = renderfx; in CL_AddPacketEntities()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_nodes.c344 ent->s.renderfx = RF_SHELL_BLUE; in ACEND_ShowNode()
346 ent->s.renderfx = RF_SHELL_RED; in ACEND_ShowNode()
348 ent->s.renderfx = RF_SHELL_GREEN; // action nodes in ACEND_ShowNode()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_cow.c208 self->s.renderfx |= RF_MONSTER; in SP_npc_cow()
H A Dg_deathray.c346 self->s.renderfx |= RF_MONSTER; in SP_npc_deathray()
391 self->s.renderfx |= RF_MONSTER; in SP_misc_deathray()
H A Dg_func.c668 ent->s.renderfx = (RF_NOSHADOWS | RF_MINLIGHT); in SP_func_rotating()
1700 self->s.renderfx = RF_TRANSLUCENT; in SP_func_train()
1702 self->s.renderfx |= RF_NOSHADOWS; //just too unpredictable and odd in SP_func_train()
H A Dg_items.c175 minderaser->s.renderfx = RF_GLOW; in SpawnMinderaser()
645 self->s.renderfx = RF_GLOW; in Healthbox_think()
875 dropped->s.renderfx = RF_GLOW; in Drop_Item()
993 ent->s.renderfx &= ~RF_GLOW; in droptofloor()
1166 ent->s.renderfx = RF_GLOW; in SpawnItem()
H A Dg_misc.c1038 ent->s.renderfx = RF_NOSHADOWS; in SP_misc_mapmodel()
1041 ent->s.renderfx = RF_TRANSLUCENT; in SP_misc_mapmodel()
1056 ent->s.renderfx |= RF_MINLIGHT; in SP_misc_mapmodel()
1181 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_spiderpod()
1262 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_rednode()
1344 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_bluenode()
1406 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW); in SP_misc_redspidernode()
1465 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW); in SP_misc_bluespidernode()
H A Dg_monster.c227 ent->s.renderfx &= ~(RF_SHELL_RED|RF_SHELL_GREEN|RF_SHELL_BLUE); in M_SetEffects()
232 ent->s.renderfx |= RF_SHELL_BLUE; in M_SetEffects()
H A Dg_spider.c256 self->s.renderfx |= RF_MONSTER; in spawn_spider()
H A Dg_weapon.c416 bolt->s.renderfx |= RF_NODRAW; in fire_blasterball()
575 rocket->s.renderfx |= RF_FULLBRIGHT ; in fire_rocket()
1274 ent->s.renderfx = 0; in minderaser_think()
1285 ent->s.renderfx = RF_SHELL_BLUE; in minderaser_think()
1310 ent->s.renderfx = 0; in minderaser_think()
1379 spud->s.renderfx = 0; in fire_minderaser()
1751 bomb->s.renderfx |= RF_GLOW; in fire_bomb()
1826 flame->s.renderfx = RF_TRANSLUCENT; in burn_person()
1891 flame->s.renderfx = RF_TRANSLUCENT; in fire_flamethrower()
1898 flame->s.renderfx |= RF_NODRAW; in fire_flamethrower()
[all …]
H A Dp_client.c1637 ent->s.renderfx |= RF_SHELL_GREEN; in BodySink()
H A Dp_hud.c134 winner->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in PlaceWinnerOnVictoryPad()
155 pad->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in PlaceWinnerOnVictoryPad()
H A Dp_view.c859 ent->s.renderfx = 0; in G_SetClientEffects()
890 ent->s.renderfx |= (RF_SHELL_RED|RF_SHELL_GREEN|RF_SHELL_BLUE); in G_SetClientEffects()
901 ent->s.renderfx |= RF_TRANSLUCENT; in G_SetClientEffects()
H A Dq_shared.h922 int renderfx; member
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dcommon.c662 if ( to->renderfx != from->renderfx ) in MSG_WriteDeltaEntity()
664 if (to->renderfx < 256) in MSG_WriteDeltaEntity()
666 else if (to->renderfx < 0x8000) in MSG_WriteDeltaEntity()
691 if (newentity || (to->renderfx & RF_BEAM)) in MSG_WriteDeltaEntity()
764 MSG_WriteLong (msg, to->renderfx); in MSG_WriteDeltaEntity()
766 MSG_WriteByte (msg, to->renderfx); in MSG_WriteDeltaEntity()
768 MSG_WriteShort (msg, to->renderfx); in MSG_WriteDeltaEntity()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_ents.c129 to->renderfx = MSG_ReadLong(&net_message); in CL_ParseDelta()
131 to->renderfx = MSG_ReadByte(&net_message); in CL_ParseDelta()
133 to->renderfx = MSG_ReadShort(&net_message); in CL_ParseDelta()
648 unsigned int effects, renderfx; in CL_AddPacketEntities() local
670 renderfx = s1->renderfx; in CL_AddPacketEntities()
689 renderfx |= RF_SHELL_RED; in CL_AddPacketEntities()
696 renderfx |= RF_SHELL_BLUE; in CL_AddPacketEntities()
745 if (renderfx & (RF_FRAMELERP)) in CL_AddPacketEntities()
781 renderfx |= RF_BOBBING; in CL_AddPacketEntities()
799 ent.flags = renderfx; in CL_AddPacketEntities()
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_nodes.c344 ent->s.renderfx = RF_SHELL_BLUE; in ACEND_ShowNode()
346 ent->s.renderfx = RF_SHELL_RED; in ACEND_ShowNode()
348 ent->s.renderfx = RF_SHELL_GREEN; // action nodes in ACEND_ShowNode()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_cow.c208 self->s.renderfx |= RF_MONSTER; in SP_npc_cow()
H A Dg_deathray.c346 self->s.renderfx |= RF_MONSTER; in SP_npc_deathray()
391 self->s.renderfx |= RF_MONSTER; in SP_misc_deathray()
H A Dg_func.c668 ent->s.renderfx = (RF_NOSHADOWS | RF_MINLIGHT); in SP_func_rotating()
1700 self->s.renderfx = RF_TRANSLUCENT; in SP_func_train()
1702 self->s.renderfx |= RF_NOSHADOWS; //just too unpredictable and odd in SP_func_train()
H A Dg_items.c175 minderaser->s.renderfx = RF_GLOW; in SpawnMinderaser()
645 self->s.renderfx = RF_GLOW; in Healthbox_think()
875 dropped->s.renderfx = RF_GLOW; in Drop_Item()
993 ent->s.renderfx &= ~RF_GLOW; in droptofloor()
1166 ent->s.renderfx = RF_GLOW; in SpawnItem()
H A Dg_misc.c1038 ent->s.renderfx = RF_NOSHADOWS; in SP_misc_mapmodel()
1041 ent->s.renderfx = RF_TRANSLUCENT; in SP_misc_mapmodel()
1056 ent->s.renderfx |= RF_MINLIGHT; in SP_misc_mapmodel()
1181 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_spiderpod()
1262 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_rednode()
1344 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW | RF_NOSHADOWS); in SP_misc_bluenode()
1406 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW); in SP_misc_redspidernode()
1465 ent->s.renderfx = (RF_FULLBRIGHT | RF_GLOW); in SP_misc_bluespidernode()
H A Dg_monster.c227 ent->s.renderfx &= ~(RF_SHELL_RED|RF_SHELL_GREEN|RF_SHELL_BLUE); in M_SetEffects()
232 ent->s.renderfx |= RF_SHELL_BLUE; in M_SetEffects()
H A Dg_spider.c256 self->s.renderfx |= RF_MONSTER; in spawn_spider()
H A Dg_weapon.c416 bolt->s.renderfx |= RF_NODRAW; in fire_blasterball()
575 rocket->s.renderfx |= RF_FULLBRIGHT ; in fire_rocket()
1274 ent->s.renderfx = 0; in minderaser_think()
1285 ent->s.renderfx = RF_SHELL_BLUE; in minderaser_think()
1310 ent->s.renderfx = 0; in minderaser_think()
1379 spud->s.renderfx = 0; in fire_minderaser()
1751 bomb->s.renderfx |= RF_GLOW; in fire_bomb()
1826 flame->s.renderfx = RF_TRANSLUCENT; in burn_person()
1891 flame->s.renderfx = RF_TRANSLUCENT; in fire_flamethrower()
1898 flame->s.renderfx |= RF_NODRAW; in fire_flamethrower()
[all …]

12345678910>>...21