Home
last modified time | relevance | path

Searched refs:skytexture (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_sky.c38 int skytexture = -1; // [crispy] initialize variable
51 if (skytexture == -1) in R_InitSkyMap()
57 skytexturemid = -28*FRACUNIT * (textureheight[skytexture] >> FRACBITS) / SKYSTRETCH_HEIGHT; in R_InitSkyMap()
H A Dr_sky.h34 extern int skytexture;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_sky.c38 INT32 skytexture; variable
65 skytexturemid = (textures[skytexture]->height/2)<<FRACBITS; in R_SetupSkyDraw()
H A Dr_sky.h29 extern INT32 skytexture, skytexturemid;
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_sky.c46 int skytexture; variable
88 skyheight = textureheight[skytexture]>>FRACBITS; in R_InitSkyMap()
H A Dr_sky.h45 extern int skytexture;
H A Du_mapinfo.h41 char skytexture[9]; member
/dports/games/xonotic/Xonotic/misc/tools/ImgToMap/src/imgtomap/
H A DMapWriter.java67 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
79 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
84 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
89 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
94 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
99 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
105 writeBoxBrush(pw, p1, p2, false, p.skytexture, 1.0); in writeMap()
H A DParameters.java13 public String infile, outfile, texture, skytexture; field in Parameters
/dports/games/sauerbraten/sauerbraten/packages/base/
H A Dksauer1.cfg2 skytexture 0
H A Droughinery.cfg2 skytexture 0
H A Ddamnation.cfg2 skytexture 0
H A Dneondevastation.cfg2 skytexture 0
H A Dforge.cfg4 skytexture 0
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_sky.h31 extern int skytexture;
H A Dr_sky.c38 int skytexture; variable
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_sky.h31 extern int skytexture;
H A Dr_sky.c38 int skytexture; variable
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_sky.c38 int skytexture; variable
H A Dr_sky.h31 extern int skytexture;
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_sky.c46 int skytexture; variable
H A Dr_sky.h49 extern int skytexture;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_sky.c46 int skytexture; variable
H A Dr_sky.h50 extern int skytexture;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_plane.c30 int skytexture; variable
434 dc_texheight = textureheight[skytexture]>>FRACBITS; in R_DrawPlanes()
443 dc_source = R_GetColumn(skytexture, angle); in R_DrawPlanes()

123456789