Home
last modified time | relevance | path

Searched refs:bombsource (Results 1 – 17 of 17) sorted by relevance

/dports/games/heretic/glheretic-1.2/
H A Dp_map.c1501 mobj_t *bombsource; variable
1541 P_DamageMobj(thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1568 bombsource = spot->target; in P_RadiusAttack()
1572 bombsource = source; in P_RadiusAttack()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_map.c1542 mobj_t *bombsource; variable
1582 P_DamageMobj(thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1609 bombsource = spot->target; in P_RadiusAttack()
1613 bombsource = source; in P_RadiusAttack()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_map.c1519 mobj_t *bombsource; variable
1559 P_DamageMobj(thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1586 bombsource = spot->target; in P_RadiusAttack()
1590 bombsource = source; in P_RadiusAttack()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_map.c1201 mobj_t* bombsource; variable
1241 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1274 bombsource = source; in P_RadiusAttack()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_map.c1368 mobj_t* bombsource; variable
1416 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1452 bombsource = source; in P_RadiusAttack()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_map.c1368 mobj_t* bombsource; variable
1416 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1452 bombsource = source; in P_RadiusAttack()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_map.cpp4753 bombsource = bombspot; in P_RadiusAttack()
4768 if (!(flags & RADF_HURTSOURCE) && (thing == bombsource || thing == bombspot)) in P_RadiusAttack()
4776 if ((bombsource && !thing->player) // code common to both checks in P_RadiusAttack()
4778 ((bombsource->flags4 & MF4_DONTHARMCLASS) && (thing->GetClass() == bombsource->GetClass())) in P_RadiusAttack()
4780 ((bombsource->flags6 & MF6_DONTHARMSPECIES) && (thing->GetSpecies() == bombsource->GetSpecies())) in P_RadiusAttack()
4836 if (thing == bombsource) in P_RadiusAttack()
4851 newdam = P_DamageMobj(thing, bombspot, bombsource, damage, bombmod); in P_RadiusAttack()
4862 if (bombsource == NULL || !(bombsource->flags2 & MF2_NODMGTHRUST)) in P_RadiusAttack()
4868 if (bombsource == thing) in P_RadiusAttack()
4873 if (bombsource != thing) in P_RadiusAttack()
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_map.c1763 static mobj_t *bombsource, *bombspot; variable
1793 thing->type == MT_CYBORG && bombsource->type == MT_CYBORG : in PIT_RadiusAttack()
1812 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1841 bombsource = source; in P_RadiusAttack()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_map.c1413 mobj_t* bombsource; variable
1453 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1486 bombsource = source; in P_RadiusAttack()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_map.c2112 mobj_t *bombsource; variable
2140 if (!DamageSource && thing == bombsource) in PIT_RadiusAttack()
2167 P_DamageMobj(thing, bombspot, bombsource, damage); in PIT_RadiusAttack()
2193 bombsource = source; in P_RadiusAttack()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_map.c2112 mobj_t *bombsource; variable
2140 if (!DamageSource && thing == bombsource) in PIT_RadiusAttack()
2167 P_DamageMobj(thing, bombspot, bombsource, damage); in PIT_RadiusAttack()
2193 bombsource = source; in P_RadiusAttack()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_map.c1763 static mobj_t *bombsource, *bombspot; variable
1793 …thing->type == MT_CYBORG && bombsource->type == MT_CYBORG : // fixme: dehardcoding this might requ… in PIT_RadiusAttack()
1812 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1841 bombsource = source; in P_RadiusAttack()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_map.c2096 mobj_t *bombsource; variable
2124 if(!DamageSource && thing == bombsource) in PIT_RadiusAttack()
2151 P_DamageMobj(thing, bombspot, bombsource, damage); in PIT_RadiusAttack()
2177 bombsource = source; in P_RadiusAttack()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_map.c1839 mobj_t *bombsource, *bombspot; variable
1870 thing->type == MT_CYBORG && bombsource->type == MT_CYBORG : in PIT_RadiusAttack()
1889 P_DamageMobj (thing, bombspot, bombsource, bombdamage - dist); in PIT_RadiusAttack()
1918 bombsource = source; in P_RadiusAttack()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_map.cpp2711 static AActor* bombsource; variable
2757 P_DamageMobj(thing, bombspot, bombsource, (bombdamage - dist) * sv_splashfactor, bombmod); in PIT_DoomRadiusAttack()
2822 if (thing == bombsource) in PIT_ZDoomRadiusAttack()
2833 P_DamageMobj(thing, bombspot, bombsource, damage, bombmod); in PIT_ZDoomRadiusAttack()
2836 if (bombsource == thing) in PIT_ZDoomRadiusAttack()
2840 if (bombsource != thing) in PIT_ZDoomRadiusAttack()
2866 bombsource = source; in P_RadiusAttack()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_map.c3019 mobj_t* bombsource;
3046 if( thing->type == MT_CYBORG && bombsource->type == MT_CYBORG )
3094 if( P_DamageMobj (thing, bombspot, bombsource, damage)
3129 bombsource = spot->target;
3131 bombsource = source;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c4054 static mobj_t *bombsource; variable
4071 …if (bombsource && thing->type == bombsource->type && !(bombdamagetype & DMG_CANHURTSELF)) // ignor… in PIT_RadiusAttack()
4078 P_KillMobj(thing->tracer, bombspot, bombsource, bombdamagetype); in PIT_RadiusAttack()
4104 P_DamageMobj(thing, bombspot, bombsource, 1, bombdamagetype); // Tails 01-11-2001 in PIT_RadiusAttack()
4129 bombsource = source; in P_RadiusAttack()