Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-14 | first step of dealing with issue #455 | Don Bright | |
2013-05-26 | merge branch to get windows "library path" working. tweak build system, | Don Bright | |
eliminate several compiler warnings. | |||
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵ | Marius Kintel | |
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) | |||
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 | |||
2013-03-11 | make resize of flat objects fail in the direction normal to the flat. | don bright | |
also fail on resize to negative size. update tests | |||
2013-03-11 | fix bug | don bright | |
2013-03-11 | allow resize's autosize to apply to individual dimensions | don bright | |
2013-03-11 | fix crashbug 2d resize. add 2d tests. print offscreen warning better. | don bright | |
2013-03-11 | move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). also | don bright | |
move ZRemover code to cgalutils, also cleanup SVG code | |||
2013-03-10 | beginning of resize() command implementation. | don bright | |
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce ↵ | Marius Kintel | |
memory footprint and improve performance | |||
2011-11-06 | Slight refactoring of builtin function and module handling | Marius Kintel | |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵ | Marius Kintel | |
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator | |||
2011-09-06 | minkowski sums should now work again | Marius Kintel | |
2011-09-04 | Ported use for Qt's foreach to BOOST_FOREACH | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
2011-09-01 | Refactoring of CGAL functionality to allow for forward-declaration of CGAL ↵ | Marius Kintel | |
classes in header files, reducing coupling and thus compilation times | |||
2011-08-04 | De-Qt-ified AbstractNode | Marius Kintel | |
2011-04-29 | bugfix: hull() was missing name() implementation | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-04-10 | misc. fixes: Now supports hull() in OpenCSG mode, dump supports hull(), ↵ | Marius Kintel | |
convexity not needed for hull() | |||
2011-04-10 | Added warning about missing 3D version of hull() | Marius Kintel | |
2011-04-10 | indentation | Marius Kintel | |
2011-04-09 | Convex hull now works properly with multiple children that do not ↵ | Giles Bathgate | |
neccecerily need to be touching. | |||
2011-04-09 | Slight improvement. You no longer need an arbitary shape in the script for ↵ | Giles Bathgate | |
it to work. See changes in testdata/scad/convex_hull.scad The square(2) was never rendered it was just there because the hull is calculated when it itterates onto the second child. I also removed the unneeded parameter. | |||
2011-04-09 | Basic implementation of convex hull for 2d polyhedra. | Giles Bathgate | |
The code was provided to me by Len Trigg via email. | |||
2011-04-08 | WIP adding support for convex hull operations. | Giles Bathgate | |
2011-01-21 | Copyright updates | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵ | Marius Kintel | |
the rtti name | |||
2010-10-31 | CSGTermRenderer refactoring: Added matrix to traversal state | Marius Kintel | |
2010-10-31 | Started refactoring of render_csg_term() into a visitor | Marius Kintel | |
2010-10-31 | Another refactoring session: | Marius Kintel | |
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer | |||
2010-10-31 | Removed temporary REMOVE_DUMP define | Marius Kintel | |
2010-10-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Mostly completed test implementation of text-based CGALRenderer | Marius Kintel | |
2010-10-31 | Added REMOVE_DUMP define | Marius Kintel | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |
2010-03-03 | Clifford Wolf: | clifford | |
Little progress with 2d minkowski code git-svn-id: http://svn.clifford.at/openscad/trunk@480 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-03-03 | Call progress callback for each child node of boolean ops | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@479 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-28 | Fixed compile error when CGAL is disabled | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@465 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-20 | Clifford Wolf: | clifford | |
Added cgaladv.cc with advanced transformations via CGAL (as of now only 3d minkowksi sum is implemented but more is planned) git-svn-id: http://svn.clifford.at/openscad/trunk@446 b57f626f-c46c-0410-a088-ec61d464b74c |