/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/ |
H A D | r_sky.c | 38 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 D | r_sky.h | 34 extern int skytexture;
|
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/ |
H A D | r_sky.c | 38 INT32 skytexture; variable 65 skytexturemid = (textures[skytexture]->height/2)<<FRACBITS; in R_SetupSkyDraw()
|
H A D | r_sky.h | 29 extern INT32 skytexture, skytexturemid;
|
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/ |
H A D | r_sky.c | 46 int skytexture; variable 88 skyheight = textureheight[skytexture]>>FRACBITS; in R_InitSkyMap()
|
H A D | r_sky.h | 45 extern int skytexture;
|
H A D | u_mapinfo.h | 41 char skytexture[9]; member
|
/dports/games/xonotic/Xonotic/misc/tools/ImgToMap/src/imgtomap/ |
H A D | MapWriter.java | 67 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 D | Parameters.java | 13 public String infile, outfile, texture, skytexture; field in Parameters
|
/dports/games/sauerbraten/sauerbraten/packages/base/ |
H A D | ksauer1.cfg | 2 skytexture 0
|
H A D | roughinery.cfg | 2 skytexture 0
|
H A D | damnation.cfg | 2 skytexture 0
|
H A D | neondevastation.cfg | 2 skytexture 0
|
H A D | forge.cfg | 4 skytexture 0
|
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/ |
H A D | r_sky.h | 31 extern int skytexture;
|
H A D | r_sky.c | 38 int skytexture; variable
|
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/ |
H A D | r_sky.h | 31 extern int skytexture;
|
H A D | r_sky.c | 38 int skytexture; variable
|
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/ |
H A D | r_sky.c | 38 int skytexture; variable
|
H A D | r_sky.h | 31 extern int skytexture;
|
/dports/games/prboom/prboom-2.5.0/src/ |
H A D | r_sky.c | 46 int skytexture; variable
|
H A D | r_sky.h | 49 extern int skytexture;
|
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/ |
H A D | r_sky.c | 46 int skytexture; variable
|
H A D | r_sky.h | 50 extern int skytexture;
|
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/ |
H A D | r_plane.c | 30 int skytexture; variable 434 dc_texheight = textureheight[skytexture]>>FRACBITS; in R_DrawPlanes() 443 dc_source = R_GetColumn(skytexture, angle); in R_DrawPlanes()
|