Commits

[35106 total ]
Avatar
r36715 provide a non-negative tolerance to get_closest_point(), namely the one that it was using internally (BREP_FCP_ROOT_EPSILON) and ignoring the passed tolerance. now it uses the tolerance passed. quell a slew of other warnings while we're at it, what a mess.

by sean (Using name ‘brlcad’) on 2009-11-29 23:00 (8 days ago)

Avatar
r36714 also rename nmg_struct_counts() due to struct of same name.

by sean (Using name ‘brlcad’) on 2009-11-29 22:42 (8 days ago)

Avatar
r36713 ws style cleanup

by sean (Using name ‘brlcad’) on 2009-11-29 22:18 (8 days ago)

Avatar
r36712 oof. this can have some widespread repercussions.. VEQUAL was using exactness testing, relying on stable representation comparisons (leaving a false sense of behavior by callers). SMALL_FASTF is what we define as the minimum representation capacity delta of the hardware, so we use that now instead. this will change behavior and require additional testing, but is what the vmath routine needs to be. the callers (which at a glance are patch-g, shading/lighting, and tessellation/facetization) may need to be adjusted to accommodate but a cursory review of their calls looked okay with the added fuzz. actually hoping this will help stabilize some of the more obscure unreliable tessellation failures.

by sean (Using name ‘brlcad’) on 2009-11-29 22:09 (8 days ago)

Avatar
r36711 ws indent style cleanup

by sean (Using name ‘brlcad’) on 2009-11-29 19:52 (8 days ago)

Avatar
r36710 check the return types on write() to make sure it succeeded. remember to avoid using stack vars on the crash path.

by sean (Using name ‘brlcad’) on 2009-11-29 10:39 (8 days ago)

Avatar
r36709 type fixes for STRICT_FLAGS

by erikg (Using name ‘erikgreenwald’) on 2009-11-27 14:54 (10 days ago)

Anon32
r36708 variable db_name is used in command.c too => made it global again

by d_rossberg on 2009-11-27 09:26 (11 days ago)

Anon32
r36707 Move COPYRIGHT file to COPYING and add in stubs of other 'standard' files to quiet autoreconf blathering.

by starseeker on 2009-11-26 21:01 (11 days ago)

Anon32
r36706 Tweak svn:ignore in src/other/step m4 dir

by starseeker on 2009-11-26 20:53 (11 days ago)