Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | More comments to clarify #495 | Marius Kintel | |
2014-02-11 | Added testcase for #112 | Marius Kintel | |
2014-02-11 | Added test for issue exporting volume with a cavity - #495 | Marius Kintel | |
2014-01-29 | fixup 593 revised | Tim V. Shaporev | |
2014-01-25 | fixup issue 593 | Tim V. Shaporev | |
2014-01-24 | Handle NaN / +Inf / -Inf in range evaluation (fixes #606). | Torsten Paul | |
2014-01-19 | Added test of minkowski2 with >2 children | Marius Kintel | |
2014-01-18 | Added tests for minkowski with only one child | Marius Kintel | |
2014-01-16 | Change behavior of intersection: intersecting something with an empty object ↵ | Marius Kintel | |
will be empty | |||
2014-01-16 | Added test for empty geometry | Marius Kintel | |
2014-01-14 | Updated tests to account for modifiers inside AbstractPolyNodes | Marius Kintel | |
2014-01-14 | Testcase and fix for a problem transforming an empty bbox with very small ↵ | Marius Kintel | |
numbers in a transformation matrix | |||
2014-01-14 | bugfix: division by zero can cause malformed primitives | Marius Kintel | |
2014-01-06 | Added testcase for #593 | Marius Kintel | |
2014-01-05 | Added testcase for #591 | Marius Kintel | |
2014-01-03 | Merge branch 'vector-concat' of git://github.com/t-paul/openscad into ↵ | Marius Kintel | |
t-paul-vector-concat Conflicts: src/Preferences.ui | |||
2014-01-03 | Keep cmd-line and GUI separate in terms of preferences, handle experimental ↵ | Marius Kintel | |
tests separately, minor cleanups | |||
2014-01-03 | Added another testcase for #495 | Marius Kintel | |
2014-01-02 | Added testcase for #495 | Marius Kintel | |
2013-12-31 | Removed obsolete tests | Marius Kintel | |
2013-12-31 | Added testcase for #585 | Marius Kintel | |
2013-12-30 | Clarified test cases for #541 and #578 | Marius Kintel | |
2013-12-30 | Renamed test belonging to #578, not #541 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #584 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #578 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #582 | Marius Kintel | |
2013-12-30 | Renamed to issue541 | Marius Kintel | |
2013-12-29 | Added failing test for issue 541 | Marius Kintel | |
2013-12-28 | Added mixed 2D and 3D object for difference tests | Marius Kintel | |
2013-12-28 | Added 2D difference tests | Marius Kintel | |
2013-12-28 | Updated tests | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Add concat() builtin (fixes #201). | Torsten Paul | |
This allows to concatenate multiple vectors and single elements into a single result vector. | |||
2013-12-16 | Added mesh test | Marius Kintel | |
2013-12-15 | Improved non-planar tests | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad into planar | Don Bright | |
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt | |||
2013-12-15 | Added testcase for concave polygons in polyhedrons | Marius Kintel | |
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-06 | Add specific tests for unicode len() | Brody Kenrick | |
2013-12-05 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-11-25 | Split projection tests into cut vs. project | Marius Kintel | |
2013-11-24 | Added test for implicit union of render() children | Marius Kintel | |
2013-11-24 | Added test for polygon with hole | Marius Kintel | |
2013-11-20 | Split up projection tests to avoid long running times | Marius Kintel | |
2013-11-11 | Update 'for' test cases to match the new range expression handling. | Torsten Paul | |