Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-14 | bugfix: division by zero can cause malformed primitives | Marius Kintel | |
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul | |
2013-12-16 | Deprecated polygons(triangles=[]) | Marius Kintel | |
2013-12-15 | fix bug in polyhedron() primitive keyword 'faces' vs 'triangles' | Don Bright | |
2013-12-15 | in polyhedron() replace "triangles" w "faces", but allow backwards compatability | Don Bright | |
by accepting 'triangles' and putting them into 'faces' variable | |||
2013-10-20 | Add diameter variable to the sphere, cylinder and circle primitives (fixes ↵ | Torsten Paul | |
#392). When doing the lookup, the diameter value has priority so if both diameter and radius are given, the radius value is ignored and a warning is printed. | |||
2013-10-19 | Ignore malformed polygons | Marius Kintel | |
2013-06-08 | clamp to 3. Fixes #395 | Marius Kintel | |
2013-05-10 | Added support for 2D scaling in linear_extrude | Marius Kintel | |
2013-05-10 | Initial code to support scaling of linear_extrude(). Part of Issue #273 | Marius Kintel | |
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 | |||
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 |