| 01:05.17 | *** join/#brlcad infobot (ibot@69-58-76-73.ut.vivintwireless.net) | |
| 01:05.17 | *** topic/#brlcad is BRL-CAD || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || Congrats to all GCI 2014 winners Peter & Marc! || Congratulations to our 12 GSoC students! || Don't ask if someone is here, just ask your questions and wait for a response. ;-) | |
| 04:01.23 | *** join/#brlcad hackrat (~packrator@c-71-231-32-234.hsd1.wa.comcast.net) | |
| 04:15.43 | *** part/#brlcad vasc (~vasc@bl12-1-27.dsl.telepac.pt) | |
| 05:03.18 | *** join/#brlcad ih8sum3r (~ih8sum3r@223.225.158.67) | |
| 05:28.24 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 07:30.31 | *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua) | |
| 09:02.54 | *** join/#brlcad KimK (~Kim__@ip68-102-188-176.ks.ok.cox.net) | |
| 09:48.45 | *** join/#brlcad Boquete (~piotr@bda191.neoplus.adsl.tpnet.pl) | |
| 10:38.27 | *** join/#brlcad hackrat (~packrator@c-71-231-32-234.hsd1.wa.comcast.net) | |
| 12:20.25 | *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net) | |
| 14:07.49 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:15.21 | *** join/#brlcad ih8sum3r (~ih8sum3r@106.192.16.134) | |
| 14:16.24 | Notify | 03BRL-CAD:starseeker * 66140 (brlcad/trunk/src/libbrep/shape_recognition.cpp brlcad/trunk/src/libbrep/shape_recognition.h and 4 others): face_set_key actually isn't specific to faces. |
| 14:24.40 | *** join/#brlcad Boquete (~piotr@abel104.neoplus.adsl.tpnet.pl) | |
| 16:03.16 | *** join/#brlcad ih8sum3r (~ih8sum3r@106.192.16.134) | |
| 16:04.55 | *** join/#brlcad konrado (~konro@41.205.22.60) | |
| 16:09.31 | *** join/#brlcad ih8sum3r (~ih8sum3r@106.192.16.134) | |
| 16:34.03 | Notify | 03BRL-CAD:starseeker * 66141 brlcad/trunk/include/brep.h: Reorganize subbrep_object_data struct a bit |
| 16:39.33 | *** join/#brlcad Boquete (~piotr@abel104.neoplus.adsl.tpnet.pl) | |
| 16:53.59 | *** join/#brlcad ries_nicked (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 17:11.51 | Notify | 03BRL-CAD:brlcad * 66142 (brlcad/trunk/src/libbrep/shape_recognition_cylinder.cpp brlcad/trunk/src/libged/joint.c and 10 others): fix the remaining places where we do math with SMALL_FASTF and SQRT_SMALL_FASTF, which is a no no. those constants are defined as epsilons near zero, which can result in no operation when added or subtracted from a number that is not near zero. this results in unexpected expression logic |
| 17:11.53 | Notify | where cases like '1.0' < '1.0 + SMALL_FASTF' evaluates false -- they are equal because SMALL_FASTF is too small (consider nextafter() or a larger epsilon value like VDIVIDE_TOL). instead of trying to do math with the small values, shift the expression and equivalently just compare against it. |
| 17:11.55 | Notify | ... |
| 17:15.11 | Notify | 03BRL-CAD:brlcad * 66143 brlcad/trunk/include/config_win.h.in: DBL_EPSILON is only good near 1.0 as a nextafter approximation. it becomes increasingly wrong as numbers increase in power from 1.0 and wildly wrong near zero. |
| 17:41.25 | Boquete | New google logo *.* |
| 17:46.04 | Notify | 03BRL-CAD:starseeker * 66144 (brlcad/trunk/include/brep.h brlcad/trunk/src/libanalyze/find_subtracted_shapes.cpp and 8 others): Start trying a bit of a refactor for readability - this almost certainly breaks things. |
| 17:46.46 | *** join/#brlcad konrado (~konro@41.205.22.4) | |
| 17:53.23 | *** join/#brlcad sofat (~sofat@202.164.45.212) | |
| 17:54.13 | Notify | 03BRL-CAD:starseeker * 66145 brlcad/trunk/src/libbrep/shape_recognition.cpp: use faces rather than loops for key |
| 18:04.34 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 18:38.32 | Notify | 03BRL-CAD:brlcad * 66146 brlcad/trunk/TODO: idents command is displaying subtracted entities too and that's not helpful. |
| 18:41.29 | *** join/#brlcad Stragus (~alexis@modemcable090.29-19-135.mc.videotron.ca) | |
| 19:09.51 | *** join/#brlcad teepee (~teepee@unaffiliated/teepee) | |
| 19:13.39 | Notify | 03BRL-CAD:brlcad * 66147 brlcad/trunk/src/burst/grid.c: eliminate duplicate code. just call the default handler instead of copying it. |
| 19:15.03 | Notify | 03BRL-CAD:brlcad * 66148 brlcad/trunk/src/burst/grid.c: and the other instance of duplication... |
| 19:17.18 | Notify | 03BRL-CAD:brlcad * 66149 brlcad/trunk/src/burst/grid.c: rt_defoverlap IS published already |
| 19:24.38 | *** join/#brlcad sofat (~sofat@202.164.45.212) | |
| 19:29.54 | Notify | 03BRL-CAD:brlcad * 66150 brlcad/trunk/src/librt/bool.c: there are a lot of old symbols in here that should not be published, should be hidden/static, and warrant renaming to not use the rt_ prefix of the published API. |
| 19:31.08 | Notify | 03BRL-CAD:brlcad * 66151 brlcad/trunk/src/librt/bool.c: rt_fdiff was marked obsolete for 7.26, but still needed to be removed. gone now. |
| 19:39.23 | Notify | 03BRL-CAD:brlcad * 66152 brlcad/trunk/src/librt/bool.c: more function hiding and elimination of the obsolete rt_reldiff function |
| 19:41.33 | Notify | 03BRL-CAD:brlcad * 66153 brlcad/trunk/CHANGES: clean up incorrect regex lines (version goes on comment lines), rename rt_grow_boolstack to rt_bool_growstack for consistency |
| 19:44.06 | Notify | 03BRL-CAD:brlcad * 66154 (brlcad/trunk/include/rt/boolweave.h brlcad/trunk/src/librt/bool.c and 2 others): rename rt_grow_boolstack to rt_bool_growstack for consistency |
| 20:08.32 | Notify | 03BRL-CAD:starseeker * 66155 brlcad/trunk/src/libbrep/shape_recognition_util.cpp: Scale, then duplicate... |
| 20:35.01 | *** join/#brlcad merzo (~merzo@244-53-132-95.pool.ukrtel.net) | |
| 21:23.25 | *** join/#brlcad vasc (~vasc@bl7-126-159.dsl.telepac.pt) | |
| 22:26.02 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 23:04.20 | Notify | 03BRL-CAD:starseeker * 66156 brlcad/trunk/src/libbrep/shape_recognition.cpp: Need to insert sb before continuing... |