Home
last modified time | relevance | path

Searched refs:ML_DONTPEGTOP (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ddoomdata.h117 #define ML_DONTPEGTOP 8 macro
H A Dr_segs.c571 if (linedef->flags & ML_DONTPEGTOP) in R_StoreWallRange()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ddoomdata.h117 #define ML_DONTPEGTOP 8 macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ddoomdata.h117 #define ML_DONTPEGTOP 8 macro
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomdata.h125 #define ML_DONTPEGTOP 8 macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomdata.h125 #define ML_DONTPEGTOP 8 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Ddoomdata.h82 #define ML_DONTPEGTOP 8 macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Ddoomdata.h82 #define ML_DONTPEGTOP 8 macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Ddoomdata.h141 #define ML_DONTPEGTOP 8 macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomdata.h125 #define ML_DONTPEGTOP 8 macro
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomdata.h121 #define ML_DONTPEGTOP 8 macro
/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddoomdata.h125 #define ML_DONTPEGTOP 0x0008 // upper texture unpegged macro
/dports/games/heretic/glheretic-1.2/
H A Ddoomdata.h76 #define ML_DONTPEGTOP 8 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dxddefs.h80 #define ML_DONTPEGTOP 0x0008 macro
H A Dr_segs.c504 if (linedef->flags & ML_DONTPEGTOP) in R_StoreWallRange()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dxddefs.h80 #define ML_DONTPEGTOP 0x0008 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ddoomdata.h132 #define ML_DONTPEGTOP 8 macro
/dports/games/uhexen/uhexen-0.601/include/
H A Dxddefs.h78 #define ML_DONTPEGTOP 0x0008 macro
/dports/games/zdoom/zdoom-2.8.1/wadsrc/static/xlat/
H A Ddefines.i218 ML_DONTPEGTOP = 0x00000008, enumerator
/dports/games/heretic/glheretic-1.2/opengl/
H A Dgl_walls.c105 if ((((cWallType&0x0f)==0)&&(flags & ML_DONTPEGBOTTOM)&&(!(flags & ML_DONTPEGTOP)))|| in fn_vRenderWall()
106 (((cWallType&0x0f)==1)&&(!(flags & ML_DONTPEGTOP)))) in fn_vRenderWall()
177 if ((((cWallType&0x0f)==0)&&(flags & ML_DONTPEGBOTTOM)&&(!(flags & ML_DONTPEGTOP)))|| in fn_vRenderWall()
178 (((cWallType&0x0f)==1)&&(!(flags & ML_DONTPEGTOP)))) in fn_vRenderWall()
691 if ((((cWallType&0x0f)==0)&&(flags & ML_DONTPEGBOTTOM)&&(!(flags & ML_DONTPEGTOP)))|| in fn_vUpdateWall()
692 (((cWallType&0x0f)==1)&&(!(flags & ML_DONTPEGTOP)))) in fn_vUpdateWall()
806 if ((((cWallType&0x0f)==0)&&(flags & ML_DONTPEGBOTTOM)&&(!(flags & ML_DONTPEGTOP)))|| in fn_vScrollWallTextureV()
807 (((cWallType&0x0f)==1)&&(!(flags & ML_DONTPEGTOP)))) in fn_vScrollWallTextureV()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/resources/
H A DFS_things.h226 const ML_DONTPEGTOP = 3; // Is upper-unpegged variable
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddoomdata.h139 ML_DONTPEGTOP = 0x00000008, // upper texture unpegged enumerator
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_gameobject.h111 ML_DONTPEGTOP = 0x00000008, // upper texture unpegged enumerator
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_decals.cpp269 if (line->flags & ML_DONTPEGTOP) in StickToWall()
335 if (line->flags & ML_DONTPEGTOP) in GetRealZ()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importidtech1/src/
H A Dmapimporter.cpp265 const int16_t ML_DONTPEGTOP = 8; // Upper texture unpegged. in operator <<() local
297 if(flags & ML_DONTPEGTOP) in operator <<()
300 flags &= ~ML_DONTPEGTOP; in operator <<()

123