Age | Commit message (Expand) | Author |
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X coordinate... | Marius Kintel |
2013-12-06 | delete ps when short-circuiting return, no need for explicit boost::format | Marius Kintel |
2013-12-06 | Fail if any polygon points for rotate_extrude are less than 0 | David Eccles (gringer) |
2013-06-15 | Clamp linear_extrude height to 0. Fixes #405 | 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-03-11 | move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). also | don bright |
2013-03-10 | beginning of resize() command implementation. | don bright |
2013-01-08 | Don't just ignore geometric nodes having zero volume/area - when doing differ... | Marius Kintel |
2012-10-29 | fix possible crash bug | don bright |
2012-10-28 | move failure-detection so there is only one reset of error behavior. | don bright |
2012-10-28 | put eps and inf back in | don bright |
2012-10-28 | more cleanup | don bright |
2012-10-28 | cleanup | don bright |
2012-10-28 | reduce linecount of bigbox code. minor cleaning. | don bright |
2012-10-28 | remove debugging. cleanup | don bright |
2012-10-28 | refactor, cleanup, put code where it belongs, make simple logging class | don bright |
2012-10-24 | use a thin box, union the intersection w top of box and bottom of box | don bright |
2012-10-24 | use target(), not source(), making 'simple' the 2d polygon | don bright |
2012-10-23 | this svg-prints the 'marked' faces as dashed lines, revealing CGAL issues | don bright |
2012-10-21 | remove old dump code. improve debugging svg output. | don bright |
2012-10-19 | add OpenSCAD version to about dialog title. | don bright |
2012-10-16 | projection: fallback to 'large thin box' if intersection with plane fails. | don bright |
2012-10-09 | Catch CGAL assertion for projection nodes. Fixes #202 | Marius Kintel |
2012-05-28 | Tidy up code. Generate proper test png images. Merge branch 'master' into cal... | Don Bright |
2012-04-22 | Align tesselation of cylinders and rotate_extrude. Fixes #108 | Marius Kintel |
2012-02-19 | bugfix: Fix crash bug when using zero scale factors. Reported by Alan Cox | Marius Kintel |
2012-02-14 | Minor unsigned fixes | Marius Kintel |
2012-02-14 | rewrite documentation of visitor() | Don Bright |
2012-02-14 | fix debug printing | Don Bright |
2012-02-14 | fix tab spacing. comment out debugging line. | Don Bright |
2012-02-14 | improve documentation | Don Bright |
2012-02-14 | cleanup tabs + wording. | Don Bright |
2012-02-14 | fix crash. | Don Bright |
2012-02-14 | use shared_ptr in shell visitor. add dump() code. hide debug cout. | Don Bright |
2012-02-13 | Cleaned up unsigned int compiler warnings | Andrew Plumb |
2012-02-11 | use Nef_polyhedron3 intersection to do projection(cut). | Don Bright |
2012-02-03 | Added test case and source code comments related to issue #80 | Marius Kintel |
2012-02-03 | Gracefully handle errors converting a Nef polyhedron to a polyset. Fixes #77 | Marius Kintel |
2012-01-25 | Ported printutils away from Qt | Marius Kintel |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel |
2011-12-21 | bugfix: render() statement containing only 2D geometry caused a crash | Marius Kintel |
2011-12-11 | Fixed render() crash reported by tjhowse. It still fails, but at least doesn'... | Marius Kintel |
2011-11-08 | bugfix: convexity wasn't passed on to polysets for Cgaladv and Render nodes | Marius Kintel |
2011-11-06 | typo | Marius Kintel |
2011-10-27 | Improved quality of linear_extrude with twist by forcing all quads to be tess... | Marius Kintel |
2011-09-30 | Renamed some files and classnames for clarification | Marius Kintel |
2011-09-11 | Implemented CGAL caching | Marius Kintel |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a re... | Marius Kintel |