r5641 - in trunk/data/gfx/menu: blueplastic default silver simplygray wickedblack wickedblue wickedgreen wickedred wickedwhite wickedyellow wickedz xaw

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 23 07:54:31 EST 2009


Author: div0
Date: 2009-01-23 07:54:30 -0500 (Fri, 23 Jan 2009)
New Revision: 5641

Modified:
   trunk/data/gfx/menu/blueplastic/skinvalues.txt
   trunk/data/gfx/menu/default/skinvalues.txt
   trunk/data/gfx/menu/silver/skinvalues.txt
   trunk/data/gfx/menu/simplygray/skinvalues.txt
   trunk/data/gfx/menu/wickedblack/skinvalues.txt
   trunk/data/gfx/menu/wickedblue/skinvalues.txt
   trunk/data/gfx/menu/wickedgreen/skinvalues.txt
   trunk/data/gfx/menu/wickedred/skinvalues.txt
   trunk/data/gfx/menu/wickedwhite/skinvalues.txt
   trunk/data/gfx/menu/wickedyellow/skinvalues.txt
   trunk/data/gfx/menu/wickedz/skinvalues.txt
   trunk/data/gfx/menu/xaw/skinvalues.txt
Log:
add the new skin params


Modified: trunk/data/gfx/menu/blueplastic/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/blueplastic/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/blueplastic/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -22,6 +22,7 @@
 COLOR_DIALOG_RADAR              '1 1 1'
 COLOR_DIALOG_CREDITS            '1 1 1'
 COLOR_DIALOG_SERVERINFO         '1 1 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -88,6 +89,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/default/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/default/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/default/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '1 0.7 0.7'
 COLOR_DIALOG_RADAR              '0.7 0.7 1'
 COLOR_DIALOG_SERVERINFO         '0.7 0.7 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7
+COLOR_CVARLIST_CHANGED          '1 1 0.4'
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/silver/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/silver/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/silver/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '0.8 0.8 0.8'
 COLOR_DIALOG_RADAR              '0.8 0.8 0.8'
 COLOR_DIALOG_SERVERINFO         '0.6 0.7 0.8'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/simplygray/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/simplygray/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/simplygray/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '0.7 0.7 0.7'
 COLOR_DIALOG_RADAR              '0.7 0.7 0.7'
 COLOR_DIALOG_SERVERINFO         '0.7 0.7 0.7'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedblack/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedblack/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedblack/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_RADAR              '1 1 1'
 COLOR_DIALOG_CREDITS            '1 1 1'
 COLOR_DIALOG_SERVERINFO         '1 1 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedblue/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedblue/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedblue/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '0.5 0.75 1'
 COLOR_DIALOG_RADAR              '0.5 0.75 1'
 COLOR_DIALOG_SERVERINFO         '0.5 0.75 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedgreen/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedgreen/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedgreen/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '0.5 1 0'
 COLOR_DIALOG_RADAR              '0.5 1 0'
 COLOR_DIALOG_SERVERINFO         '0.5 1 0'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedred/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedred/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedred/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '1 0 0'
 COLOR_DIALOG_RADAR              '1 0 0'
 COLOR_DIALOG_SERVERINFO         '1 0 0'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedwhite/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedwhite/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedwhite/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '1 1 1'
 COLOR_DIALOG_RADAR              '1 1 1'
 COLOR_DIALOG_SERVERINFO         '1 1 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedyellow/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedyellow/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedyellow/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '1 0.875 0'
 COLOR_DIALOG_RADAR              '1 0.875 0'
 COLOR_DIALOG_SERVERINFO         '1 0.875 0'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/wickedz/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedz/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/wickedz/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -35,6 +35,7 @@
 COLOR_DIALOG_WEAPONS            '0.4 0.8 0.9'
 COLOR_DIALOG_RADAR              '0.4 0.8 0.9'
 COLOR_DIALOG_SERVERINFO         '0.4 0.8 0.9'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -101,6 +102,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 1 0.4' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images

Modified: trunk/data/gfx/menu/xaw/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/xaw/skinvalues.txt	2009-01-23 12:06:07 UTC (rev 5640)
+++ trunk/data/gfx/menu/xaw/skinvalues.txt	2009-01-23 12:54:30 UTC (rev 5641)
@@ -21,6 +21,7 @@
 COLOR_DIALOG_WEAPONS            '1 1 1'
 COLOR_DIALOG_RADAR              '1 1 1'
 COLOR_DIALOG_SERVERINFO         '1 1 1'
+COLOR_DIALOG_CVARS              '1 0 0'
 
 // nexposee positions of windows (they are the scale transformation
 // centers, NOT the actual positions of the windows!)
@@ -87,6 +88,13 @@
 // item: crosshair button
 //   uses "crosshairbutton" images
 
+// item: cvar list
+ALPHA_CVARLIST_SAVED            1
+ALPHA_CVARLIST_TEMPORARY        0.7    
+COLOR_CVARLIST_CHANGED          '1 0 0' 
+COLOR_CVARLIST_REVERTBUTTON     '1 0 0'
+COLOR_CVARLIST_UNCHANGED        '1 1 1'
+
 // item: dialog
 //   uses "border" images
 //   uses "closebutton" images




More information about the nexuiz-commits mailing list