Home
last modified time | relevance | path

Searched refs:dmteam (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_ctf.c61 if (cl_ent->dmteam == RED_TEAM) in CTFScoreboardMessage()
63 else if (cl_ent->dmteam == BLUE_TEAM) in CTFScoreboardMessage()
657 && ( (other->dmteam == RED_TEAM && self->dmteam == BLUE_TEAM) in CTFDeadDropFlag()
658 || (other->dmteam == BLUE_TEAM && self->dmteam == RED_TEAM) )) in CTFDeadDropFlag()
670 && ( (other->dmteam == RED_TEAM && self->dmteam == BLUE_TEAM) in CTFDeadDropFlag()
671 || (other->dmteam == BLUE_TEAM && self->dmteam == RED_TEAM ) )) in CTFDeadDropFlag()
720 if (ctf_team == other->dmteam) { in CTFPickup_Flag()
H A Dp_client.c1502 switch (ent->dmteam) in SelectCTFSpawnPoint()
2445 ent->dmteam = NO_TEAM; in ClientBeginDeathmatch()
2483 if(ent->dmteam == NO_TEAM) in ClientBeginDeathmatch()
2680 ent->dmteam = NO_TEAM; in ClientUserinfoChanged()
2996 ent->dmteam = NO_TEAM; in ClientConnect()
3116 int dmteam; in TeamCensus() local
3131 dmteam = g_edicts[i].dmteam; in TeamCensus()
3285 ent->dmteam = NO_TEAM; in ClientTeamSelection()
3289 if ( ent->dmteam == RED_TEAM || ent->dmteam == BLUE_TEAM ) in ClientTeamSelection()
3329 ent->dmteam = BLUE_TEAM; in ClientTeamSelection()
[all …]
H A Dg_cow.c91 if(self->enemy->dmteam == BLUE_TEAM) { in cow_step()
213 self->dmteam = NO_TEAM; in SP_npc_cow()
H A Dg_misc.c1195 if(other->dmteam == NO_TEAM || other->movetype == MOVETYPE_FLYMISSILE) in rednode_touch()
1199 if(!ent->powered && other->client && other->dmteam == RED_TEAM) { in rednode_touch()
1210 if(ent->powered && other->client && other->dmteam == BLUE_TEAM) { in rednode_touch()
1279 if(other->dmteam == NO_TEAM || other->movetype == MOVETYPE_FLYMISSILE) in bluenode_touch()
1283 if(!ent->powered && other->client && other->dmteam == BLUE_TEAM) { in bluenode_touch()
1293 if(ent->powered && other->client && other->dmteam == RED_TEAM) { in bluenode_touch()
1384 if(attacker->dmteam == BLUE_TEAM && attacker->client) in redspidernode_die()
1443 if(attacker->dmteam == RED_TEAM && attacker->client) in bluespidernode_die()
H A Dgame.h97 int dmteam; member
H A Dg_trigger.c602 …if(other->owner->dmteam == RED_TEAM && strcmp(self->classname, "trigger_bluedeathballtarget") == 0… in deathballtarget_touch()
606 …else if(other->owner->dmteam == BLUE_TEAM && strcmp(self->classname, "trigger_reddeathballtarget")… in deathballtarget_touch()
H A Dp_hud.c984 if(ent->dmteam == RED_TEAM) in G_SetStats()
986 else if(ent->dmteam == BLUE_TEAM) in G_SetStats()
993 if(ent->dmteam == RED_TEAM) in G_SetStats()
995 else if(ent->dmteam == BLUE_TEAM) in G_SetStats()
H A Dg_local.h1395 int dmteam; member
1501 int dmteam; member
H A Dp_view.c843 if(player->dmteam == RED_TEAM) in TeamEffects()
845 else if(player->dmteam == BLUE_TEAM) in TeamEffects()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_ctf.c61 if (cl_ent->dmteam == RED_TEAM) in CTFScoreboardMessage()
63 else if (cl_ent->dmteam == BLUE_TEAM) in CTFScoreboardMessage()
657 && ( (other->dmteam == RED_TEAM && self->dmteam == BLUE_TEAM) in CTFDeadDropFlag()
658 || (other->dmteam == BLUE_TEAM && self->dmteam == RED_TEAM) )) in CTFDeadDropFlag()
670 && ( (other->dmteam == RED_TEAM && self->dmteam == BLUE_TEAM) in CTFDeadDropFlag()
671 || (other->dmteam == BLUE_TEAM && self->dmteam == RED_TEAM ) )) in CTFDeadDropFlag()
720 if (ctf_team == other->dmteam) { in CTFPickup_Flag()
H A Dp_client.c1502 switch (ent->dmteam) in SelectCTFSpawnPoint()
2445 ent->dmteam = NO_TEAM; in ClientBeginDeathmatch()
2483 if(ent->dmteam == NO_TEAM) in ClientBeginDeathmatch()
2680 ent->dmteam = NO_TEAM; in ClientUserinfoChanged()
2996 ent->dmteam = NO_TEAM; in ClientConnect()
3116 int dmteam; in TeamCensus() local
3131 dmteam = g_edicts[i].dmteam; in TeamCensus()
3285 ent->dmteam = NO_TEAM; in ClientTeamSelection()
3289 if ( ent->dmteam == RED_TEAM || ent->dmteam == BLUE_TEAM ) in ClientTeamSelection()
3329 ent->dmteam = BLUE_TEAM; in ClientTeamSelection()
[all …]
H A Dg_cow.c91 if(self->enemy->dmteam == BLUE_TEAM) { in cow_step()
213 self->dmteam = NO_TEAM; in SP_npc_cow()
H A Dg_misc.c1195 if(other->dmteam == NO_TEAM || other->movetype == MOVETYPE_FLYMISSILE) in rednode_touch()
1199 if(!ent->powered && other->client && other->dmteam == RED_TEAM) { in rednode_touch()
1210 if(ent->powered && other->client && other->dmteam == BLUE_TEAM) { in rednode_touch()
1279 if(other->dmteam == NO_TEAM || other->movetype == MOVETYPE_FLYMISSILE) in bluenode_touch()
1283 if(!ent->powered && other->client && other->dmteam == BLUE_TEAM) { in bluenode_touch()
1293 if(ent->powered && other->client && other->dmteam == RED_TEAM) { in bluenode_touch()
1384 if(attacker->dmteam == BLUE_TEAM && attacker->client) in redspidernode_die()
1443 if(attacker->dmteam == RED_TEAM && attacker->client) in bluespidernode_die()
H A Dgame.h97 int dmteam; member
H A Dg_trigger.c602 …if(other->owner->dmteam == RED_TEAM && strcmp(self->classname, "trigger_bluedeathballtarget") == 0… in deathballtarget_touch()
606 …else if(other->owner->dmteam == BLUE_TEAM && strcmp(self->classname, "trigger_reddeathballtarget")… in deathballtarget_touch()
H A Dp_hud.c984 if(ent->dmteam == RED_TEAM) in G_SetStats()
986 else if(ent->dmteam == BLUE_TEAM) in G_SetStats()
993 if(ent->dmteam == RED_TEAM) in G_SetStats()
995 else if(ent->dmteam == BLUE_TEAM) in G_SetStats()
H A Dp_view.c843 if(player->dmteam == RED_TEAM) in TeamEffects()
845 else if(player->dmteam == BLUE_TEAM) in TeamEffects()
/dports/games/alienarena/alienarena-7.66/source/game/acesrc/
H A Dacebot_ai.c547 if(self->dmteam == RED_TEAM && target->classname == "item_blue_dbtarget") in ACEAI_FindEnemy()
549 else if(self->dmteam == BLUE_TEAM && target->classname == "item_red_dbtarget") in ACEAI_FindEnemy()
551 else if(self->dmteam == NO_TEAM && target->classname == "item_dbtarget") in ACEAI_FindEnemy()
567 …if(tca->value && ((self->dmteam == RED_TEAM && red_team_score < 2) || (self->dmteam == BLUE_TEAM &… in ACEAI_FindEnemy()
577 if(self->dmteam == RED_TEAM) in ACEAI_FindEnemy()
582 else if(self->dmteam == BLUE_TEAM) in ACEAI_FindEnemy()
H A Dacebot_spawn.c486 botreplace_team = ent->dmteam; // replace same team, unless... in loadbots_team_botkick()
487 if ( ent->dmteam == RED_TEAM && teamcensus.red < teamcensus.blue ) in loadbots_team_botkick()
491 else if ( ent->dmteam == BLUE_TEAM && teamcensus.blue < teamcensus.red ) in loadbots_team_botkick()
530 if ( botreplace_team == NO_TEAM || botreplace_team == pbot->dmteam ) in loadbots_team_botkick()
1390 bot->dmteam = NO_TEAM; in ACESP_SetName()
1416 bot->dmteam = teamcensus.team_for_bot; in ACESP_SetName()
1417 if ( bot->dmteam == BLUE_TEAM ) in ACESP_SetName()
1422 else if ( bot->dmteam == RED_TEAM ) in ACESP_SetName()
H A Dacebot_items.c232 if (self->dmteam == RED_TEAM) in ACEIT_WantedFlag()
239 if (self->dmteam == BLUE_TEAM) in ACEIT_WantedFlag()
/dports/games/alienarena-data/alienarena-7.66/source/game/acesrc/
H A Dacebot_ai.c547 if(self->dmteam == RED_TEAM && target->classname == "item_blue_dbtarget") in ACEAI_FindEnemy()
549 else if(self->dmteam == BLUE_TEAM && target->classname == "item_red_dbtarget") in ACEAI_FindEnemy()
551 else if(self->dmteam == NO_TEAM && target->classname == "item_dbtarget") in ACEAI_FindEnemy()
567 …if(tca->value && ((self->dmteam == RED_TEAM && red_team_score < 2) || (self->dmteam == BLUE_TEAM &… in ACEAI_FindEnemy()
577 if(self->dmteam == RED_TEAM) in ACEAI_FindEnemy()
582 else if(self->dmteam == BLUE_TEAM) in ACEAI_FindEnemy()
H A Dacebot_spawn.c486 botreplace_team = ent->dmteam; // replace same team, unless... in loadbots_team_botkick()
487 if ( ent->dmteam == RED_TEAM && teamcensus.red < teamcensus.blue ) in loadbots_team_botkick()
491 else if ( ent->dmteam == BLUE_TEAM && teamcensus.blue < teamcensus.red ) in loadbots_team_botkick()
530 if ( botreplace_team == NO_TEAM || botreplace_team == pbot->dmteam ) in loadbots_team_botkick()
1390 bot->dmteam = NO_TEAM; in ACESP_SetName()
1416 bot->dmteam = teamcensus.team_for_bot; in ACESP_SetName()
1417 if ( bot->dmteam == BLUE_TEAM ) in ACESP_SetName()
1422 else if ( bot->dmteam == RED_TEAM ) in ACESP_SetName()
H A Dacebot_items.c232 if (self->dmteam == RED_TEAM) in ACEIT_WantedFlag()
239 if (self->dmteam == BLUE_TEAM) in ACEIT_WantedFlag()
/dports/games/alienarena-data/alienarena-7.66/source/server/
H A Dsv_world.c557 clip->passedict->dmteam != NO_TEAM && in SV_ClipMoveToEntities()
558 clip->passedict->dmteam == touch->dmteam ) in SV_ClipMoveToEntities()
/dports/games/alienarena/alienarena-7.66/source/server/
H A Dsv_world.c557 clip->passedict->dmteam != NO_TEAM && in SV_ClipMoveToEntities()
558 clip->passedict->dmteam == touch->dmteam ) in SV_ClipMoveToEntities()

12