Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce ↵ | Marius Kintel | |
memory footprint and improve performance | |||
2012-02-13 | Cleaned up unsigned int compiler warnings | Andrew Plumb | |
2012-01-25 | Ported printutils away from Qt | Marius Kintel | |
2011-12-19 | bugfix: The parameter yielded half as many segments as expected | Marius Kintel | |
2011-12-13 | Improved sphere tesselation for low resolution spheres | Marius Kintel | |
2011-12-04 | Killed some warnings | Marius Kintel | |
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-03 | De-Qt-ification continues, almost done with DxfData | Marius Kintel | |
2011-09-03 | Ported a bunch of stuff from Qt to STL | Marius Kintel | |
2011-09-02 | change: Always use r as fallback variable if either of r1 or r2 are missing | Marius Kintel | |
2011-09-01 | Refactored some non-CGAL functionality into separate functions in ↵ | Marius Kintel | |
PolySetCGALEvaluator | |||
2011-08-25 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/primitives.cc | |||
2011-08-14 | Fix for crash caused by 0-sized square as reported by chrysn. | Giles Bathgate | |
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
2011-07-30 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/GLView.h src/glview.cc src/mainwin.cc src/render-opencsg.cc | |||
2011-07-11 | merged in recent changes in master | Marius Kintel | |
2011-06-05 | Windows build fixes from Kliment Yanev | Marius Kintel | |
2011-06-05 | Removed offset since it's always 0 | Marius Kintel | |
2011-06-04 | Restores rotation of cylinder to that of previous versions of openscad. | Giles Bathgate | |
Fix for changes done in commit 8c95ac44629e699c842a883c79d0833c5b83475c | |||
2011-04-28 | Merged with master | Marius Kintel | |
2011-04-13 | Changed circle calculation to match sphere tessellation; makes example022 ↵ | Marius Kintel | |
look better | |||
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-04-07 | Merge remote branch 'gitorious/sphere-cylinder-optimisation' into sphere-cyl | Marius Kintel | |
2011-04-07 | Bugfix: Clamp and to 0.01 to fix a crash | Marius Kintel | |
2011-04-07 | Fixed for when rings <= 0. | Giles Bathgate | |
2011-03-22 | Optimised sphere generation. | Giles Bathgate | |
Simply use the same number of fragments for each ring, and use half the number of fragments to determine the number of rings This results in a sphere that has the same projection when viewed from above or from the front. | |||
2011-03-22 | Optimised cylinder generation. | Giles Bathgate | |
When the sides are vertical we can use 4 sided polygons instead of triangles to define the sides, this reduces the facet count for the sides of the cylinder by half. | |||
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-18 | don't use C99 variable length arrays | meta | |
2010-11-07 | Allow render_polyset() to return NULL | Marius Kintel | |
2010-11-07 | Refactored some QString usage in the backend to std::string | Marius Kintel | |
2010-11-03 | Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵ | Marius Kintel | |
OpenCSG mode | |||
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 | 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 | 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-10-30 | Compile fixes from Giles Bathgate | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@569 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-14 | bugfix: Don't crash when giving 3D vectors or number to a parameter which ↵ | kintel | |
expects 2d vectors git-svn-id: http://svn.clifford.at/openscad/trunk@558 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-04-05 | Changed unnecessary if to assert | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@510 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-10 | silence warning when drawing a default cylinder | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@424 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-01 | Clifford Wolf: | clifford | |
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-01 | clarify, simplify | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@399 b57f626f-c46c-0410-a088-ec61d464b74c |