[nexuiz-commits] r7244 - in trunk/data: . gfx gfx/hud qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 20 06:47:35 EDT 2009


Author: div0
Date: 2009-07-20 06:47:34 -0400 (Mon, 20 Jul 2009)
New Revision: 7244

Added:
   trunk/data/gfx/hud/inv_weapon13.tga
Removed:
   trunk/data/gfx/crosshairseeker.tga
   trunk/data/gfx/hud/inv_weapon13.tga
   trunk/data/gfx/hud/inv_weapon15.tga
Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
continue --seeker


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-07-20 10:33:23 UTC (rev 7243)
+++ trunk/data/defaultNexuiz.cfg	2009-07-20 10:47:34 UTC (rev 7244)
@@ -174,12 +174,6 @@
 seta crosshair_hlac_color_blue 0.2	"crosshair color blue component to display when wielding the H.L.A.C."
 seta crosshair_hlac_color_alpha 1	"crosshair alpha value to display when wielding the H.L.A.C."
 seta crosshair_hlac_size 0.6	"crosshair size when wielding the H.L.A.C."
-seta crosshair_seeker ""	"crosshair to display when wielding the TAG Seeker"
-seta crosshair_seeker_color_red 1	"crosshair color red component to display when wielding the TAG seeker"
-seta crosshair_seeker_color_green 0.35	"crosshair color green component to display when wielding the TAG seeker"
-seta crosshair_seeker_color_blue 0.35	"crosshair color blue component to display when wielding the TAG seeker"
-seta crosshair_seeker_color_alpha 0.9	"crosshair alpha value to display when wielding the TAG seeker"
-seta crosshair_seeker_size 0.8	"crosshair size when wielding the TAG seeker"
 seta crosshair_campingrifle ""	"crosshair to display when wielding the campingrifle"
 seta crosshair_campingrifle_color_red 0.85	"crosshair color red component to display when wielding the campingrifle"
 seta crosshair_campingrifle_color_green 0.5	"crosshair color green component to display when wielding the campingrifle"

Deleted: trunk/data/gfx/crosshairseeker.tga
===================================================================
(Binary files differ)

Deleted: trunk/data/gfx/hud/inv_weapon13.tga
===================================================================
(Binary files differ)

Copied: trunk/data/gfx/hud/inv_weapon13.tga (from rev 7241, trunk/data/gfx/hud/inv_weapon15.tga)
===================================================================
(Binary files differ)


Property changes on: trunk/data/gfx/hud/inv_weapon13.tga
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream
Name: svn:mergeinfo
   + 

Deleted: trunk/data/gfx/hud/inv_weapon15.tga
===================================================================
(Binary files differ)

Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-07-20 10:33:23 UTC (rev 7243)
+++ trunk/data/qcsrc/server/constants.qh	2009-07-20 10:47:34 UTC (rev 7244)
@@ -1,5 +1,5 @@
 string CVAR_CHECK_DEFAULT = "1247e8cd8be7bda1c260795d5bebb20b";
-string CVAR_CHECK_WEAPONS = "4f7b4c1e2feeef4988b02a93ff35a2ca";
+string CVAR_CHECK_WEAPONS = "a7ca57b891d66754b856e24e5c1745e3";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-07-20 10:33:23 UTC (rev 7243)
+++ trunk/data/weapons.cfg	2009-07-20 10:47:34 UTC (rev 7244)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons 4f7b4c1e2feeef4988b02a93ff35a2ca
+set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-07-20 10:33:23 UTC (rev 7243)
+++ trunk/data/weaponsHavoc.cfg	2009-07-20 10:47:34 UTC (rev 7244)
@@ -1,4 +1,4 @@
-set cvar_check_weapons 4f7b4c1e2feeef4988b02a93ff35a2ca
+set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!



More information about the nexuiz-commits mailing list