From: havoc Date: Thu, 26 Feb 2004 19:25:38 +0000 (+0000) Subject: made the static light built message a dprint X-Git-Tag: xonotic-v0.1.0preview~6067 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7db9b5e409486d49bd24328d0083e5c459ad3c30 made the static light built message a dprint git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3930 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_shadow.c b/r_shadow.c index afd2a85e..c806c539 100644 --- a/r_shadow.c +++ b/r_shadow.c @@ -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; - 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) diff --git a/todo b/todo index 630bce2f..70cdb33b 100644 --- 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) +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)