Commit Graph

1209 Commits (b567f844ad654f9b2a433e45ab00d48f4b1f950b)

Author SHA1 Message Date
Marius Kintel 707103b606 #793 Tessellate PolySets before rendering to properly support concave polygons 2015-02-02 18:57:21 -05:00
Marius Kintel 9cade2487e Added NBSP tests 2015-02-02 14:05:49 -05:00
Marius Kintel f669f4d84a Merge branch 'master' of github.com:openscad/openscad 2015-02-01 18:43:21 -05:00
Marius Kintel 111197f694 #793 Added testcase 2015-02-01 18:43:18 -05:00
Torsten Paul c5ec54362e Run translation-make.sh from test suite to validate *.po file syntax (fixes #1180). 2015-02-01 20:11:29 +01:00
Marius Kintel 5b216a5bd4 Changed behavior of something minkowski'ed with nothing: It should return the actual object without changes 2015-01-29 18:50:57 -05:00
Marius Kintel f01826b28b #1196 moved test to fixed issues 2015-01-29 18:36:33 -05:00
Marius Kintel e4d7de133b #1198 moved test to fixed issues 2015-01-29 17:54:58 -05:00
Marius Kintel 2b727e8ea2 #1198 Added testcase 2015-01-29 17:06:30 -05:00
Marius Kintel b5c60a22e5 #1196 Added testcase 2015-01-29 12:24:12 -05:00
Marius Kintel 79b45e62b6 Fix test results after modifying default convexity for rotate_extrude 2015-01-29 00:52:53 -05:00
Marius Kintel 597d07f357 Catch infinite recursion in top-level assignments. Fixes #1192 2015-01-28 20:07:15 -05:00
Marius Kintel 4c26959cf2 #1174 Added testcase 2015-01-25 01:49:36 -05:00
Marius Kintel 60ae33f796 ignores.. 2015-01-22 19:12:32 -05:00
Marius Kintel eef129324f Added test result 2015-01-21 09:39:37 -05:00
Marius Kintel dc9769e6ad Moved fixed bug to issues 2015-01-21 02:14:43 -05:00
Marius Kintel 1a4599f213 #1165 updated expected image 2015-01-21 02:06:35 -05:00
Marius Kintel 7a8574aee2 #1165 Added testcase 2015-01-16 14:37:47 -05:00
Marius Kintel 65e50b2be6 #13 Added testcases 2015-01-16 13:35:01 -05:00
Marius Kintel 24f15e5738 Updated expected results after modifying examples to CC0 2015-01-15 22:48:40 -05:00
Marius Kintel f7a5c1c78e Updated expected results 2015-01-15 15:11:47 -05:00
Marius Kintel 9087369863 Merge remote-tracking branch 'origin/master' into libtess2 2015-01-15 14:47:13 -05:00
Marius Kintel 1c52fad1d3 Moved libtess2-based tessellation to GeometryUtils, related refactoring 2015-01-15 14:47:05 -05:00
Torsten Paul 33425115c5 Update dumptest reference files. 2015-01-15 17:29:11 +01:00
Marius Kintel 4b60231d3b Merge branch 'master' into libtess2 2015-01-13 13:14:51 -05:00
Marius Kintel df2dae4e59 Added new tessellator using libtess2 instead of CGAL 2015-01-13 13:14:09 -05:00
Marius Kintel 9f6b7b170d #1105 Yet another testcase 2015-01-09 18:13:43 -05:00
Marius Kintel 4538134990 #1105 Yet another testcase 2015-01-07 13:20:02 -05:00
Marius Kintel cfc879cd1c Mac compile fix 2015-01-07 00:34:33 -05:00
Marius Kintel 61cf460a4f Merge remote-tracking branch 'origin/master' into gridfix 2015-01-06 17:35:46 -05:00
Marius Kintel 499a9717d7 #1105 Added another testcase 2015-01-06 17:35:04 -05:00
Marius Kintel 31f42ee81d Merge remote-tracking branch 'origin/master' into gridfix
Conflicts:
	src/cgalutils.cc
2015-01-06 12:44:17 -05:00
Marius Kintel 1a6a7392e7 #1089 Moved testcases to good tests 2015-01-06 12:39:49 -05:00
Marius Kintel 82dbabac92 Apply convex hull bugfix from CGAL, work around next issue by avoiding using std::set iterators, updated test cases. Fixes #1089 2015-01-06 11:12:03 -05:00
Marius Kintel 073b2e7740 Merge remote-tracking branch 'origin/master' into gridfix 2015-01-06 00:21:43 -05:00
Marius Kintel 57fd4a20bc Minor adjustment to testcase 2015-01-05 23:51:21 -05:00
Marius Kintel 4b41ccaa29 Minor adjustment to testcase 2015-01-05 23:47:48 -05:00
Marius Kintel 02d591556c Moved tests from #936 to #945 2015-01-05 23:31:03 -05:00
Marius Kintel 87e483095b Merge remote-tracking branch 'origin/master' into gridfix 2015-01-05 22:36:29 -05:00
Marius Kintel 966add80a8 Run fixed bug test cases as part of the normal regression tests 2015-01-05 21:43:17 -05:00
Marius Kintel 4d454367f9 Run fixed bug test cases as part of the normal regression tests 2015-01-05 21:41:58 -05:00
Marius Kintel 10e3676a01 Added a test config 'Good' which includes all tests except Bugs 2015-01-05 20:03:20 -05:00
Marius Kintel 32b2d2ec97 Fixed buggy vertex quantizing and polygon tessellation. Should improve some corner cases 2015-01-05 18:22:58 -05:00
Marius Kintel 90172fa5c3 #913 Added expected image 2015-01-05 16:14:02 -05:00
Marius Kintel 179ad1ea7c #911 Added expected image 2015-01-05 16:13:21 -05:00
Marius Kintel 1e894bb152 #904 Added expected image 2015-01-05 16:11:51 -05:00
Marius Kintel fe0b7dd334 #835 Added expected image 2015-01-05 16:10:02 -05:00
Marius Kintel acb206dd18 #1089 Added minimal testcase 2015-01-04 12:24:46 -05:00
Marius Kintel 09e7bfc96d #1129 Fixed crash when performing empty projection 2015-01-01 23:01:09 -05:00
Marius Kintel 4eaf8797c2 Small refactoring: Split out Polyhedron-related functions to from cgalutils.cc to cgalutils-polyhedron.cc 2014-12-31 02:52:56 -05:00