[brlcad-commits] SF.net SVN: brlcad:[49414] brlcad/trunk

2012-02-14 Thread starseeker
Revision: 49414 http://brlcad.svn.sourceforge.net/brlcad/?rev=49414&view=rev Author: starseeker Date: 2012-02-14 16:05:44 + (Tue, 14 Feb 2012) Log Message: --- Make sure the attributes and comb are always on the same page, and that we don't miss color if someone works w

[brlcad-commits] SF.net SVN: brlcad:[49415] brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c

2012-02-14 Thread brlcad
Revision: 49415 http://brlcad.svn.sourceforge.net/brlcad/?rev=49415&view=rev Author: brlcad Date: 2012-02-14 16:17:23 + (Tue, 14 Feb 2012) Log Message: --- remove the loopuse pointers from the loops table prior to killing them so we're not passing around free'd pointers

[brlcad-commits] SF.net SVN: brlcad:[49416] brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c

2012-02-14 Thread brlcad
Revision: 49416 http://brlcad.svn.sourceforge.net/brlcad/?rev=49416&view=rev Author: brlcad Date: 2012-02-14 16:26:04 + (Tue, 14 Feb 2012) Log Message: --- nothing valid to print since the second shell is freed during the boolean eval. detected by coverity, cid 2103 (r

[brlcad-commits] SF.net SVN: brlcad:[49417] brlcad/trunk/src/proc-db/metaball.c

2012-02-14 Thread erikgreenwald
Revision: 49417 http://brlcad.svn.sourceforge.net/brlcad/?rev=49417&view=rev Author: erikgreenwald Date: 2012-02-14 17:35:36 + (Tue, 14 Feb 2012) Log Message: --- do not attempt to look up a null entity, skip it instead. Cov314 Modified Paths: -- brlcad/

[brlcad-commits] SF.net SVN: brlcad:[49418] brlcad/trunk/src/librt/primitives/nmg/nmg_bool.c

2012-02-14 Thread bob1961
Revision: 49418 http://brlcad.svn.sourceforge.net/brlcad/?rev=49418&view=rev Author: bob1961 Date: 2012-02-14 18:53:22 + (Tue, 14 Feb 2012) Log Message: --- Cast bu_ptbl_rm's second arg to long *. Modified Paths: -- brlcad/trunk/src/librt/primitives/nmg/

[brlcad-commits] SF.net SVN: brlcad:[49419] brlcad/trunk/src/tclscripts/archer/Archer.tcl

2012-02-14 Thread bob1961
Revision: 49419 http://brlcad.svn.sourceforge.net/brlcad/?rev=49419&view=rev Author: bob1961 Date: 2012-02-14 19:10:44 + (Tue, 14 Feb 2012) Log Message: --- The mouse position needs to be computed from the object's center before calling handleObjCenter. Modified Paths:

[brlcad-commits] SF.net SVN: brlcad:[49420] brlcad/trunk/src/libged/get_obj_bounds.c

2012-02-14 Thread bob1961
Revision: 49420 http://brlcad.svn.sourceforge.net/brlcad/?rev=49420&view=rev Author: bob1961 Date: 2012-02-14 19:43:50 + (Tue, 14 Feb 2012) Log Message: --- Now need to initialize stp->st_meth in _ged_get_obj_bounds2() before calling ft_prep(). This is because of a chan

[brlcad-commits] SF.net SVN: brlcad:[49421] brlcad/trunk/src/shapes/window_frame.c

2012-02-14 Thread brlcad
Revision: 49421 http://brlcad.svn.sourceforge.net/brlcad/?rev=49421&view=rev Author: brlcad Date: 2012-02-14 20:20:36 + (Tue, 14 Feb 2012) Log Message: --- if the scanf fails, don't just perror and keep processing with the potentially 'tainted' scalar. set it to someth

[brlcad-commits] SF.net SVN: brlcad:[49422] brlcad/trunk/src/util/decimate.c

2012-02-14 Thread erikgreenwald
Revision: 49422 http://brlcad.svn.sourceforge.net/brlcad/?rev=49422&view=rev Author: erikgreenwald Date: 2012-02-14 21:01:18 + (Tue, 14 Feb 2012) Log Message: --- test output size. Cov1502 Modified Paths: -- brlcad/trunk/src/util/decimate.c Modified: br

[brlcad-commits] SF.net SVN: brlcad:[49423] brlcad/trunk/src/libbu

2012-02-14 Thread n_reed
Revision: 49423 http://brlcad.svn.sourceforge.net/brlcad/?rev=49423&view=rev Author: n_reed Date: 2012-02-14 22:16:35 + (Tue, 14 Feb 2012) Log Message: --- Support the C99 z, t, and hh modifiers on Windows. Add related tests. Modified Paths: -- brlcad/tr

[brlcad-commits] SF.net SVN: brlcad:[49424] brlcad/trunk/src/shapes/wire.c

2012-02-14 Thread brlcad
Revision: 49424 http://brlcad.svn.sourceforge.net/brlcad/?rev=49424&view=rev Author: brlcad Date: 2012-02-14 22:17:39 + (Tue, 14 Feb 2012) Log Message: --- don't just loudly ignore the scanf failure. set the variables to something in order to avoid tainted or uninitial