]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix textures not being transparent on greatwall_revisited. They were missing a shader...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 12:07:19 +0000 (14:07 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 15 Mar 2012 12:07:19 +0000 (14:07 +0200)
data/scripts/greatwall_revisited.shader
docs/TODO.txt

index 1e2cd71c2169627371c677b4ffa5bc7436e9078b..9855480d280b512a5f17708b721ac95f5b2893a7 100644 (file)
@@ -81,6 +81,7 @@ textures/gw_rev/baum1
        {
                map textures/gw_rev/baum1.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
                
        }
 }
@@ -100,6 +101,7 @@ textures/gw_rev/border
        {
                map textures/gw_rev/border.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -120,6 +122,7 @@ textures/gw_rev/baum2d1
        {
                map textures/gw_rev/baum2d1.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -140,6 +143,7 @@ textures/gw_rev/baum2d2
        {
                map textures/gw_rev/baum2d2.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -160,6 +164,7 @@ textures/gw_rev/baum2d3
        {
                map textures/gw_rev/baum2d3.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -180,6 +185,7 @@ textures/gw_rev/birke2d1
        {
                map textures/gw_rev/birke2d1.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -200,6 +206,7 @@ textures/gw_rev/birke2d2
        {
                map textures/gw_rev/birke2d2.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -220,6 +227,7 @@ textures/gw_rev/pine1
        {
                map textures/gw_rev/pine1.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -240,6 +248,7 @@ textures/gw_rev/pine2
        {
                map textures/gw_rev/pine2.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -260,6 +269,7 @@ textures/gw_rev/pine3
        {
                map textures/gw_rev/pine3.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -279,6 +289,7 @@ textures/gw_rev/grasstex
        {
                map textures/gw_rev/grasstex.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -299,6 +310,7 @@ textures/gw_rev/grass2d1
        {
                map textures/gw_rev/grass2d1.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -319,6 +331,7 @@ textures/gw_rev/grass2d2
        {
                map textures/gw_rev/grass2d2.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
@@ -339,6 +352,7 @@ textures/gw_rev/grass2d3
        {
                map textures/gw_rev/grass2d3.tga
                rgbGen identity
+               blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
        }
 }
 
index a3e53a7210f06cf3dab20db55cc766a833d84dd2..23d3d9cad31f5a1f543b1f3d0b80172105c4d8ea 100644 (file)
 \r
 - 0.7 | 0.8: Make normal slime and lava like the slime on gasolinepowered (reflection + refraction)?\r
 \r
-- 0.7 BUG: It seems alpha textures don't work any more on evilspace and greatwall_revisited\r
-\r
-- 0.7 BUG: Water on Arahia is too bright
\ No newline at end of file
+- 0.7 | 0.8: Water on Arahia is too bright
\ No newline at end of file