summaryrefslogtreecommitdiff
path: root/src/CGALEvaluator.cc
AgeCommit message (Collapse)Author
2014-02-06Backported #638 from unstableMarius Kintel
2014-01-16Change behavior of intersection: intersecting something with an empty object ↵Marius Kintel
will be empty
2014-01-04bugfix: real geometry with bugs should evaluate with a dimensionMarius Kintel
2013-12-15Merge branch 'master' of github.com:openscad/openscad into planarDon Bright
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt
2013-12-15restore error checking when creating polyhedron from polysetDon Bright
2013-12-15improve CGAL nonplanar face error detection. also change dumptests to 'faces'Don Bright
keyword for 'polyhedrnon().
2013-12-14stub of face tessellation function for polysetDon Bright
2013-12-14FIXME leaking polyset by altering functions signaturesDon Bright
2013-11-30build bug fixDon Bright
2013-11-30print errmsg for applyHull. add quotes around err msg in version check.Don Bright
2013-11-27prevent crash in CGAL nef3. fix #issue 410 . also deal w qmake bug re .h filesDon Bright
2013-09-13cleanups, tab fixes, remove redundant codeDon Bright
2013-09-13fix bug in 2d resize codeDon Bright
2013-09-12remove redundant codeDon Bright
2013-08-14first step of dealing with issue #455Don Bright
2013-06-18Merge branch 'master' into epec-kernelMarius Kintel
2013-05-27windows - library path find, also windows build fixesDon Bright
2013-05-26merge branch to get windows "library path" working. tweak build system,Don Bright
eliminate several compiler warnings.
2013-05-24Ported recent changes to the EPEC kernelMarius Kintel
2013-05-03Fixes crash if hull's children are empty objects. Fixes #345Marius Kintel
2013-04-20fix eigen2 building bug rept by Roland Hieberdon bright
2013-03-12fix bug showed during circle testdon bright
2013-03-11make 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-11fix bugdon bright
2013-03-11allow resize's autosize to apply to individual dimensionsdon bright
2013-03-11fix crashbug 2d resize. add 2d tests. print offscreen warning better.don bright
2013-03-11move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). alsodon bright
move ZRemover code to cgalutils, also cleanup SVG code
2013-03-10beginning of resize() command implementation.don bright
2013-01-08Don't just ignore geometric nodes having zero volume/area - when doing ↵Marius Kintel
difference/intersection, they tend to turn negative objects into positive ones. Fixes #221
2012-12-27Ignore dimension when evaluating control modules mixed with geometry ↵Marius Kintel
children. Fixes #229
2012-10-09Catch exceptions as const references. Fixes #204Marius Kintel
2012-08-22cleanupdon bright
2012-08-22cleanuypdon bright
2012-08-22stop crash bug reported by Giles Bathgatedon bright
2012-08-21clarify warning messagedon bright
2012-08-20improve test scaddon bright
2012-08-20dont crash if there's infinity or NaN in transformation matrixdon bright
2012-08-18maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵don bright
to dump more info to csgchain
2012-07-20fix crashbug, rept by MichaelAtOz, issue 148. add test.don bright
2012-04-27Caught a CGAL precondition error which caused OpenSCAD to crash. Reported by ↵Marius Kintel
Eric Packman
2012-04-23Some trivial fixes for compiler warningsClifford Wolf
2012-02-19bugfix: Fix crash bug when using zero scale factors. Reported by Alan CoxMarius Kintel
2012-01-29signed int -> unsigned int, fix for loop warningsDon Bright
2012-01-25Removed overly verbose 'reduce polygons' messagesMarius Kintel
2012-01-25Ported printutils away from QtMarius Kintel
2012-01-09Updated cache handling to keep the root node and issue a warning if it ↵Marius Kintel
didn't fit into the cache. Better debug output
2012-01-09Another assert to make sure we've cleanup up correctly after a traversalMarius Kintel
2012-01-09Started on cache size management: Let cache sizes be read from Preferences, ↵Marius Kintel
measure cache sizes in bytes
2012-01-08Merge branch 'master' into boost_filesystemMarius Kintel
2012-01-08Drop possibly corrupt polyhedron after a minkowski errorMarius Kintel
contact: Jan Huwald // Impressum