r2718 - in branches/nexuiz-2.0/data/menu: data options

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 28 18:04:50 EDT 2007


Author: div0
Date: 2007-05-28 18:04:50 -0400 (Mon, 28 May 2007)
New Revision: 2718

Modified:
   branches/nexuiz-2.0/data/menu/data/color.menu
   branches/nexuiz-2.0/data/menu/options/color.menu
Log:
r_glsl_contrastboost


Modified: branches/nexuiz-2.0/data/menu/data/color.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/data/color.menu	2007-05-28 22:04:19 UTC (rev 2717)
+++ branches/nexuiz-2.0/data/menu/data/color.menu	2007-05-28 22:04:50 UTC (rev 2718)
@@ -18,6 +18,18 @@
 			link		"##up"
 		}
 	}
+	Item Data_Cvar GLSLContrastBoost
+	{
+		cvarName 	"r_glsl_contrastboost"
+		defValue 	1.0
+		Item DataLink_Value Value
+		{
+			minValue	1.0
+			maxValue	8.0
+			stepValue	0.1
+			link		"##up"
+		}
+	}
 	Item Data_Cvar Brightness
 	{
 		cvarName	"v_brightness"

Modified: branches/nexuiz-2.0/data/menu/options/color.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/options/color.menu	2007-05-28 22:04:19 UTC (rev 2717)
+++ branches/nexuiz-2.0/data/menu/options/color.menu	2007-05-28 22:04:50 UTC (rev 2718)
@@ -30,6 +30,11 @@
 			text	"Gamma"
 			target	"::Data::Color::Gamma::Value"
 		}
+		Derive Nex_Option_Slider GLSLContrastBoost
+		{
+			text	"OpenGL 2 Contrast (SLOW)"
+			target	"::Data::Color::GLSLContrastBoost::Value"
+		}
 		Derive Nex_Line	Seperator1
 		{}
 		Derive Nex_Option_Switch ExtendedControl




More information about the nexuiz-commits mailing list