[brlcad-commits] SF.net SVN: brlcad:[35238] brlcad/trunk/src/other/step/src/clstepcore/ complexSupport.h

2009-07-21 Thread indianlarry
Revision: 35238 http://brlcad.svn.sourceforge.net/brlcad/?rev=35238view=rev Author: indianlarry Date: 2009-07-21 10:15:09 + (Tue, 21 Jul 2009) Log Message: --- re-ordered some class member initialization to quite compiler warnings Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[35239] brlcad/trunk/src/librt/opennurbs_ext.cpp

2009-07-21 Thread starseeker
Revision: 35239 http://brlcad.svn.sourceforge.net/brlcad/?rev=35239view=rev Author: starseeker Date: 2009-07-21 15:08:22 + (Tue, 21 Jul 2009) Log Message: --- Parameterize the rest of the shared points. Again a small speed improvement, but the bulk of the time seems

[brlcad-commits] SF.net SVN: brlcad:[35241] brlcad/trunk/src/tclscripts/archer

2009-07-21 Thread bob1961
Revision: 35241 http://brlcad.svn.sourceforge.net/brlcad/?rev=35241view=rev Author: bob1961 Date: 2009-07-21 17:28:00 + (Tue, 21 Jul 2009) Log Message: --- Update the undo methods to handle undo transactions with multiple objects. Update the edcodes wrapper to

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

2009-07-21 Thread bob1961
Revision: 35242 http://brlcad.svn.sourceforge.net/brlcad/?rev=35242view=rev Author: bob1961 Date: 2009-07-21 18:05:50 + (Tue, 21 Jul 2009) Log Message: --- Mod the clearTargetLedger method to clear the ledger. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[35243] brlcad/trunk/src/libged/draw.c

2009-07-21 Thread bob1961
Revision: 35243 http://brlcad.svn.sourceforge.net/brlcad/?rev=35243view=rev Author: bob1961 Date: 2009-07-21 20:33:06 + (Tue, 21 Jul 2009) Log Message: --- Modified ged_drawtrees to not add objects to the display list more than once. Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[35244] brlcad/trunk/src/proc-db/surfaceintersect.cpp

2009-07-21 Thread jdoliner
Revision: 35244 http://brlcad.svn.sourceforge.net/brlcad/?rev=35244view=rev Author: jdoliner Date: 2009-07-21 21:22:10 + (Tue, 21 Jul 2009) Log Message: --- method now correctly finds the points along the edge of the surface Modified Paths: --

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

2009-07-21 Thread starseeker
Revision: 35245 http://brlcad.svn.sourceforge.net/brlcad/?rev=35245view=rev Author: starseeker Date: 2009-07-21 21:33:12 + (Tue, 21 Jul 2009) Log Message: --- Start poking at the brep.cpp code (comments, cleanup), remove a couple EvNormals calls that shouldn't be

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

2009-07-21 Thread irpguardian
Revision: 35246 http://brlcad.svn.sourceforge.net/brlcad/?rev=35246view=rev Author: irpguardian Date: 2009-07-21 21:52:23 + (Tue, 21 Jul 2009) Log Message: --- Re-added bounding boxes, which are now the correct size and orientation, but not correct location. Modified

[brlcad-commits] SF.net SVN: brlcad:[35247]

2009-07-21 Thread brlcad
Revision: 35247 http://brlcad.svn.sourceforge.net/brlcad/?rev=35247view=rev Author: brlcad Date: 2009-07-21 23:23:53 + (Tue, 21 Jul 2009) Log Message: --- revert back to double-underscores as single underscores are in use by some libc headers (e.g., bsd) and cause

[brlcad-commits] SF.net SVN: brlcad:[35248] brlcad/trunk/src/libdm/Makefile.am

2009-07-21 Thread n_reed
Revision: 35248 http://brlcad.svn.sourceforge.net/brlcad/?rev=35248view=rev Author: n_reed Date: 2009-07-21 23:25:54 + (Tue, 21 Jul 2009) Log Message: --- fixed segfault on failed tree lookup Modified Paths: -- brlcad/trunk/src/libdm/Makefile.am

[brlcad-commits] SF.net SVN: brlcad:[35249]

2009-07-21 Thread ralith
Revision: 35249 http://brlcad.svn.sourceforge.net/brlcad/?rev=35249view=rev Author: ralith Date: 2009-07-22 00:50:19 + (Wed, 22 Jul 2009) Log Message: --- Retargeted build system at new G3D exclusively. Mocha, RBGUI, and OIS are no longer necessary for build.

[brlcad-commits] SF.net SVN: brlcad:[35250] rt^3/trunk/src/g3d/INSTALL

2009-07-21 Thread ralith
Revision: 35250 http://brlcad.svn.sourceforge.net/brlcad/?rev=35250view=rev Author: ralith Date: 2009-07-22 00:56:57 + (Wed, 22 Jul 2009) Log Message: --- Added a simple, minimal INSTALL file. Added Paths: --- rt^3/trunk/src/g3d/INSTALL Added:

[brlcad-commits] SF.net SVN: brlcad:[35251]

2009-07-21 Thread brlcad
Revision: 35251 http://brlcad.svn.sourceforge.net/brlcad/?rev=35251view=rev Author: brlcad Date: 2009-07-22 01:33:15 + (Wed, 22 Jul 2009) Log Message: --- these probably belong over in src/other/uuid with the rest of their sources. revert the bad changes from r35247