]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Disable GLSL gamma again by default. I believe this is safest, and it doesn't really...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 16 Jul 2011 22:40:24 +0000 (01:40 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 16 Jul 2011 22:40:24 +0000 (01:40 +0300)
data/defaultVT.cfg
docs/Release notes.txt

index f1a48fb995bb3344b6a3f8b4259ae16cbacddc18..6d6057c1b79ffd5b08f50920cbd7640857b83d07 100644 (file)
@@ -155,6 +155,7 @@ seta cl_zoomsensitivity 0   "how zoom changes sensitivity (0 = weakest, 1 = strong
 freelook 1\r
 sensitivity 6\r
 v_gamma 1.125000\r
 freelook 1\r
 sensitivity 6\r
 v_gamma 1.125000\r
+v_glslgamma 0 // might prevent issues with some video cards\r
 viewsize 100\r
 // fullscreen 1024x768x32bit\r
 vid_bitsperpixel 32\r
 viewsize 100\r
 // fullscreen 1024x768x32bit\r
 vid_bitsperpixel 32\r
index 93a0df1c9e3d0be7e32760a10257788e86ecf37d..c884af1f065cf63dfc5079f4f96e74b278729480 100644 (file)
@@ -249,3 +249,5 @@ Bug fixes:
 - Tweak Grabber fuel usage and the fuel system, improving some things and fixing minor bugs.\r
 \r
 - Fix the server attempting to attach the exterior weapon entity to stomach models. Should fix console warnings and the weapon model blinking for predators.\r
 - Tweak Grabber fuel usage and the fuel system, improving some things and fixing minor bugs.\r
 \r
 - Fix the server attempting to attach the exterior weapon entity to stomach models. Should fix console warnings and the weapon model blinking for predators.\r
+\r
+- Disable GLSL color control by default. This MIGHT fix the white screen problem some people have been reporting.\r