r2483 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 4 09:20:03 EDT 2007


Author: div0
Date: 2007-05-04 09:20:02 -0400 (Fri, 04 May 2007)
New Revision: 2483

Added:
   trunk/data/cfg-hierarchy.sh
Modified:
   trunk/data/high.cfg
   trunk/data/low.cfg
   trunk/data/med.cfg
   trunk/data/normal.cfg
   trunk/data/omg.cfg
   trunk/data/ultimate.cfg
   trunk/data/ultra.cfg
Log:
use r_picmipworld in the .cfg files


Added: trunk/data/cfg-hierarchy.sh
===================================================================
--- trunk/data/cfg-hierarchy.sh	                        (rev 0)
+++ trunk/data/cfg-hierarchy.sh	2007-05-04 13:20:02 UTC (rev 2483)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+prev=omg
+for cfg in low med normal high ultra ultimate; do
+	echo "$prev.cfg -> $cfg.cfg:"
+	diff "$prev.cfg" "$cfg.cfg" | grep ^\>
+	echo
+	prev=$cfg
+done


Property changes on: trunk/data/cfg-hierarchy.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/data/high.cfg
===================================================================
--- trunk/data/high.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/high.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 0
+r_picmipworld 0
 gl_texture_anisotropy 1
 r_bloom 1
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 1
 r_shadow_realtime_world_shadows 1
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0

Modified: trunk/data/low.cfg
===================================================================
--- trunk/data/low.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/low.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 2
+r_picmipworld 1
 gl_texture_anisotropy 1
 r_bloom 0
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 0
 r_shadow_realtime_world_shadows 0
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0

Modified: trunk/data/med.cfg
===================================================================
--- trunk/data/med.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/med.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -13,7 +13,8 @@
 cl_particles_smoke 1
 cl_particles_snow 1
 cl_particles_sparks 1
-gl_picmip 1
+gl_picmip 2
+r_picmipworld 0
 gl_texture_anisotropy 1
 r_bloom 0
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 0
 r_shadow_realtime_world_shadows 0
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0

Modified: trunk/data/normal.cfg
===================================================================
--- trunk/data/normal.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/normal.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 0
+r_picmipworld 0
 gl_texture_anisotropy 1
 r_bloom 1
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 0
 r_shadow_realtime_world_shadows 0
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0

Modified: trunk/data/omg.cfg
===================================================================
--- trunk/data/omg.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/omg.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 2
+r_picmipworld 1
 gl_texture_anisotropy 1
 r_bloom 0
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 0
 r_shadow_realtime_world_shadows 0
 r_sky 1
-r_showsurfaces 1
\ No newline at end of file
+r_showsurfaces 1

Modified: trunk/data/ultimate.cfg
===================================================================
--- trunk/data/ultimate.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/ultimate.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 0
+r_picmipworld 0
 gl_texture_anisotropy 16
 r_bloom 1
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 1
 r_shadow_realtime_world_shadows 1
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0

Modified: trunk/data/ultra.cfg
===================================================================
--- trunk/data/ultra.cfg	2007-05-04 11:52:15 UTC (rev 2482)
+++ trunk/data/ultra.cfg	2007-05-04 13:20:02 UTC (rev 2483)
@@ -14,6 +14,7 @@
 cl_particles_snow 1
 cl_particles_sparks 1
 gl_picmip 0
+r_picmipworld 0
 gl_texture_anisotropy 16
 r_bloom 1
 r_coronas 1
@@ -31,4 +32,4 @@
 r_shadow_realtime_world_dlightshadows 1
 r_shadow_realtime_world_shadows 1
 r_sky 1
-r_showsurfaces 0
\ No newline at end of file
+r_showsurfaces 0




More information about the nexuiz-commits mailing list