Home
last modified time | relevance | path

Searched refs:MF2_PUSHABLE (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dp_mobj.h142 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving mobjs macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dp_mobj.h139 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving mobjs macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dp_mobj.h158 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving mobjs macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_mobj.h247 MF2_PUSHABLE = 0x00000200, // can be pushed by other moving enumerator
H A Dp_map.c710 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
732 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
H A Ddehacked.c572 {"PUSHABLE", BF2x, MF2_PUSHABLE }, // Can be pushed by other moving actors
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dp_mobj.h128 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dactor.h226 MF2_PUSHABLE = 0x00000200, // can be pushed by other moving enumerator
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddoomdef.h258 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
H A Dp_map.c402 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
423 if (thing->flags2 & MF2_PUSHABLE && !(tmthing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddoomdef.h268 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
H A Dp_map.c425 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
446 if (thing->flags2 & MF2_PUSHABLE && !(tmthing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_action.cpp169 self->flags2 |= MF2_PUSHABLE|MF2_TELESTOMP|MF2_PASSMOBJ|MF2_SLIDE; in DEFINE_ACTION_FUNCTION()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dh2def.h295 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
H A Dp_map.c628 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
656 if (thing->flags2 & MF2_PUSHABLE && !(tmthing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()
H A Dinfo.c7747 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
7774 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
7801 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dh2def.h295 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
H A Dp_map.c628 if (thing->flags2 & MF2_PUSHABLE in PIT_CheckThing()
656 if (thing->flags2 & MF2_PUSHABLE && !(tmthing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()
H A Dinfo.c7747 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
7774 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
7801 MF2_SLIDE | MF2_PUSHABLE | MF2_TELESTOMP | MF2_PASSMOBJ // flags2
/dports/games/heretic/glheretic-1.2/
H A Dp_map.c360 if(thing->flags2&MF2_PUSHABLE in PIT_CheckThing()
384 if(thing->flags2&MF2_PUSHABLE && !(tmthing->flags2&MF2_CANNOTPUSH)) in PIT_CheckThing()
H A Ddoomdef.h545 #define MF2_PUSHABLE 0x00000200 /* can be pushed by other moving */ macro
/dports/games/uhexen/uhexen-0.601/include/
H A Dh2def.h408 #define MF2_PUSHABLE 0x00000200 // can be pushed by other moving macro
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_map.c622 if(thing->flags2&MF2_PUSHABLE in PIT_CheckThing()
651 if(thing->flags2&MF2_PUSHABLE && !(tmthing->flags2&MF2_CANNOTPUSH)) in PIT_CheckThing()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h171 MF2_PUSHABLE = 0x00000200, // can be pushed by other moving actors enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_map.cpp796 if((thing->flags2 & MF2_PUSHABLE) && !(tmThing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()
851 if((thing->flags2 & MF2_PUSHABLE) && !(tmThing->flags2 & MF2_CANNOTPUSH)) in PIT_CheckThing()

12