]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
made the static light built message a dprint
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 26 Feb 2004 19:25:38 +0000 (19:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 26 Feb 2004 19:25:38 +0000 (19:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3930 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.c
todo

index afd2a85ef087fe120a1f8afe3f49ed22ebc971b1..c806c5390b77a73f6b4f4f799634fadf5e6798ed 100644 (file)
@@ -2251,7 +2251,7 @@ void R_Shadow_NewWorldLight(vec3_t origin, vec3_t angles, vec3_t color, vec_t ra
        if (e->meshchain_light)
                for (mesh = e->meshchain_light;mesh;mesh = mesh->next)
                        l += mesh->numtriangles;
        if (e->meshchain_light)
                for (mesh = e->meshchain_light;mesh;mesh = mesh->next)
                        l += mesh->numtriangles;
-       Con_Printf("static light built: %f %f %f : %f %f %f box, %i shadow volume triangles, %i light triangles\n", e->mins[0], e->mins[1], e->mins[2], e->maxs[0], e->maxs[1], e->maxs[2], k, l);
+       Con_DPrintf("static light built: %f %f %f : %f %f %f box, %i shadow volume triangles, %i light triangles\n", e->mins[0], e->mins[1], e->mins[2], e->maxs[0], e->maxs[1], e->maxs[2], k, l);
 }
 
 void R_Shadow_FreeWorldLight(worldlight_t *light)
 }
 
 void R_Shadow_FreeWorldLight(worldlight_t *light)
diff --git a/todo b/todo
index 630bce2f3b058f7055633f0a5fffa6fde1b812bf..70cdb33b9647260bf6acc3f993c240bce75762b8 100644 (file)
--- a/todo
+++ b/todo
@@ -34,6 +34,8 @@
 -n darkplaces: segfault reading memory in windows when starting a new server from menu (yummyluv)
 -n darkplaces: server is starting before the "port" cvar is set by commandline and scripts? (yummyluv)
 -n darkplaces: typing ip in join game menu should show 'trying' and 'no response' after a while, or 'no network' if networking is not initialized (yummyluv)
 -n darkplaces: segfault reading memory in windows when starting a new server from menu (yummyluv)
 -n darkplaces: server is starting before the "port" cvar is set by commandline and scripts? (yummyluv)
 -n darkplaces: typing ip in join game menu should show 'trying' and 'no response' after a while, or 'no network' if networking is not initialized (yummyluv)
+d darkplaces: make the static light built messages be developer prints (Tomaz)
+d dpmod: use Tomaz's ammo box models (Tomaz) 
 d darkplaces: make bounce check for fabs(dotproduct)<60 velocity, not dotproduct<60, so now an explosion above gibs will cause them to bounce up into the air 
 d darkplaces: merge pvs info for all brush model formats
 d darkplaces: figure out why fullbrights are black on models (romi)
 d darkplaces: make bounce check for fabs(dotproduct)<60 velocity, not dotproduct<60, so now an explosion above gibs will cause them to bounce up into the air 
 d darkplaces: merge pvs info for all brush model formats
 d darkplaces: figure out why fullbrights are black on models (romi)