r2553 - branches/nexuiz-2.0/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 12 03:51:37 EDT 2007


Author: div0
Date: 2007-05-12 03:51:34 -0400 (Sat, 12 May 2007)
New Revision: 2553

Modified:
   branches/nexuiz-2.0/data/default.cfg
   branches/nexuiz-2.0/data/high.cfg
   branches/nexuiz-2.0/data/low.cfg
   branches/nexuiz-2.0/data/med.cfg
   branches/nexuiz-2.0/data/normal.cfg
   branches/nexuiz-2.0/data/omg.cfg
   branches/nexuiz-2.0/data/ultimate.cfg
   branches/nexuiz-2.0/data/ultra.cfg
Log:
hide errors about menu_cmd sync and cl_gravity


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/default.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -447,6 +447,7 @@
 seta r_glsl_offsetmapping_reliefmapping 0
 seta r_glsl_offsetmapping_scale 0.02
 // execute normal.cfg to make sure that all effect settings are reset
+alias menu_sync "" // will be re-aliased later
 exec normal.cfg
 
 // misc
@@ -584,6 +585,7 @@
 
 // alias for switching the teamselect menu
 alias menu_showteamselect "set scmenu_directmenu TeamSelect; togglemenu"
+alias menu_sync "menu_cmd sync"
 bind f5 menu_showteamselect
 
 // NixNex (No-Items x Nexuiz) - at each time, everyone uses the same weapon,
@@ -712,7 +714,7 @@
 // key for that?
 seta cl_hidewaypoints 0
 
-// command extensions
+// command extension
 alias qc_cmd               "sv_cmd $*" // menu QC will override this to menu_cmd
 alias adminmsg             "sv_cmd adminmsg $*"
 alias teamstatus           "sv_cmd teamstatus"
@@ -743,3 +745,6 @@
 set g_balance_keyhunt_damageforcescale 1
 set g_keyhunt_teams_override 0
 set g_keyhunt_teams 0 // mapcfgs NEED to specify this!
+
+// so it can be stuffcmd-ed still
+set cl_gravity 800 // but ignored anyway

Modified: branches/nexuiz-2.0/data/high.cfg
===================================================================
--- branches/nexuiz-2.0/data/high.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/high.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 1
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/low.cfg
===================================================================
--- branches/nexuiz-2.0/data/low.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/low.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 0
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/med.cfg
===================================================================
--- branches/nexuiz-2.0/data/med.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/med.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 0
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/normal.cfg
===================================================================
--- branches/nexuiz-2.0/data/normal.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/normal.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 1
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/omg.cfg
===================================================================
--- branches/nexuiz-2.0/data/omg.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/omg.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 0
 r_showsurfaces 1
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/ultimate.cfg
===================================================================
--- branches/nexuiz-2.0/data/ultimate.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/ultimate.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 2
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync

Modified: branches/nexuiz-2.0/data/ultra.cfg
===================================================================
--- branches/nexuiz-2.0/data/ultra.cfg	2007-05-12 07:50:38 UTC (rev 2552)
+++ branches/nexuiz-2.0/data/ultra.cfg	2007-05-12 07:51:34 UTC (rev 2553)
@@ -35,4 +35,4 @@
 r_depthfirst 2
 r_showsurfaces 0
 
-menu_cmd sync
+menu_sync




More information about the nexuiz-commits mailing list