summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest
AgeCommit message (Collapse)Author
2014-02-06Moved % modifier handling from node to nodedumper. This makes nodes with % ↵Marius Kintel
operators use the existing cache instead of recalculating the object
2014-01-24Handle NaN / +Inf / -Inf in range evaluation (fixes #606).Torsten Paul
2014-01-19Added test of minkowski2 with >2 childrenMarius Kintel
2014-01-18Added tests for minkowski with only one childMarius Kintel
2014-01-16Change behavior of intersection: intersecting something with an empty object ↵Marius Kintel
will be empty
2014-01-14Updated tests to account for modifiers inside AbstractPolyNodesMarius Kintel
2014-01-14bugfix: division by zero can cause malformed primitivesMarius Kintel
2013-12-30Renamed to issue541Marius Kintel
2013-12-28Added mixed 2D and 3D object for difference testsMarius Kintel
2013-12-28Added 2D difference testsMarius Kintel
2013-12-28Updated testsMarius Kintel
2013-12-26Updated testsMarius Kintel
2013-12-26Updated testsMarius Kintel
2013-12-16Added mesh testMarius Kintel
2013-12-15Improved non-planar testsMarius Kintel
2013-12-15merging testsDon Bright
2013-12-15Merge branch 'master' of github.com:openscad/openscad into planarDon Bright
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt
2013-12-15Added testcase for concave polygons in polyhedronsMarius Kintel
2013-12-15improve CGAL nonplanar face error detection. also change dumptests to 'faces'Don Bright
keyword for 'polyhedrnon().
2013-12-15add tests for non-planar bug. add docs to .cc codeDon Bright
2013-12-14bugfix: #562 didn't take into account that it's allowed with all X ↵Marius Kintel
coordinates being negative
2013-11-30Merge branch 'master' into issue410xDon Bright
2013-11-27finish adding new test, add png for new testDon Bright
2013-11-25Split projection tests into cut vs. projectMarius Kintel
2013-11-24Added test for implicit union of render() childrenMarius Kintel
2013-11-24Added test for polygon with holeMarius Kintel
2013-11-20Split up projection tests to avoid long running timesMarius Kintel
2013-11-11Update 'for' test cases to match the new range expression handling.Torsten Paul
2013-10-21Extend circle tests to cover the new diameter parameter.Torsten Paul
2013-10-21Add cylinder tests to cover the new diameter parameters.Torsten Paul
2013-10-21Extend sphere tests to cover the new diameter parameter.Torsten Paul
2013-09-20restore missing digits. make --info work better. fix parser / path bugDon Bright
2013-09-13little tweaks, cleanups, tab fixing, eliminating commentsDon Bright
2013-09-13fix bug in 2d resize codeDon Bright
2013-09-12cmdline throwntogether, integrate w chrysn tests, update resize testsDon Bright
2013-07-02dumptest now supports the root modifier - updated test resultsMarius Kintel
2013-07-02Re-enable tests which previously cause floating point comparison issuesMarius Kintel
2013-06-25modify root modifier example now that the test program respects the root ↵chrysn
modifier as the dumptests are now run from a full openscad, the root modifier is respected by the test program too; reflectin that in the unit test
2013-06-25trim precision in dumptest regressionschrysn
in order for them to work against openscad's .csg output, the number of decimal places was reduced.
2013-06-25changed group headers to empty group headerschrysn
this became necessary because the batch editing in the last commit didn't respect that an empty group is not group() { } but group();
2013-06-25renamed dumptest files to .csg and added group headerschrysn
2013-06-15Updated test results to match recent changeMarius Kintel
2013-06-15Clamp linear_extrude height to 0. Fixes #405Marius Kintel
2013-06-08clamp to 3. Fixes #395Marius Kintel
2013-06-01Added moduledumptest. Fixes #384Marius Kintel
2013-06-01Improved if-else test to include a multiple-children testMarius Kintel
2013-06-01Added resize() and improved if testMarius Kintel
2013-05-25Added expected files for example024Marius Kintel
2013-05-25Modified tests for #304Marius Kintel
2013-05-22Added tests for linear extrude with scale. Should mostly fix #273Marius Kintel
contact: Jan Huwald // Impressum