summaryrefslogtreecommitdiff
path: root/testdata/scad/features
AgeCommit message (Collapse)Author
2013-05-10Added support for 2D scaling in linear_extrudeMarius Kintel
2013-05-09Handle lack of trailing newline in dat files. Fixes #336Marius Kintel
2013-05-09Added failing test for #336Marius Kintel
2013-05-09Added failing test for #352Marius Kintel
2013-05-04Merge branch 'master' into local-scopeMarius Kintel
2013-05-03Fixes crash if hull's children are empty objects. Fixes #345Marius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-09Refactored context handling into using separate Module contexts and Eval ↵Marius Kintel
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
2013-04-09Added test for inner module variablesMarius Kintel
2013-03-16update test resultsdon bright
2013-03-16fix 3d test bug, improve 2d test, update release notedon bright
2013-03-11Merge branch 'master' of github.com:openscad/openscad into resize5don 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 crashbug 2d resize. add 2d tests. print offscreen warning better.don bright
2013-03-10beginning of resize() command implementation.don bright
2013-03-09Added tests which slipped through earlier. Fixes #298Marius Kintel
2013-01-28Support reading binary STLs which happen to start with the string 'solid'. ↵Marius Kintel
Fixes #258
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
2013-01-08Merge pull request #222 from mrrobinson/masterMarius Kintel
Difference test for subtracting something from nothing
2012-12-27Ignore dimension when evaluating control modules mixed with geometry ↵Marius Kintel
children. Fixes #229
2012-11-26Added difference test for something from nothingJohn-Paul Robinson
The difference tests all subtract objects from an existing object but if there is no existing object as the first argument the results are inconsistent across Mac and Linux platforms. Added a test to highlight this condition.
2012-10-07Fixed weakness in parser causing modifier characters not to work in front of ↵Marius Kintel
'if' statements. Fixes #197
2012-08-22add line to hull testdon bright
2012-06-24Search for libraries from a list of paths. Preparations for issue #125Marius Kintel
2012-06-04Added test cases for issue #123Marius Kintel
2012-05-28adding new test images for 'hole' with projection-cutDon Bright
2012-02-15Test using search() and MCAD/fonts.scadAndrew Plumb
A more comprehensive test that exercises the search function and MCAD/fonts.scad approach to text rendering together.
2012-02-03Added test case and source code comments related to issue #80Marius Kintel
2012-01-25Added forgotten file - gitignore had shadowed itMarius Kintel
2012-01-14Added absolute path tests to include and use tests, fixed bug using absolute ↵Marius Kintel
paths in use and include
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2012-01-03Added use-tests, minimal change to include-testsMarius Kintel
2011-12-28Updated intersection-tests to avoid hard-to-compare OpenGL z-buffer fightingMarius Kintel
2011-12-26Added test for hexagonal cylinder orientation, aka. captured nutsMarius Kintel
2011-12-26Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: openscad.pro src/module.h
2011-12-25Added test case for color overrideMarius Kintel
2011-12-23Ported binary STL file reader away from QtMarius Kintel
2011-12-21Added 2D render() testMarius Kintel
2011-12-21simple surface testMarius Kintel
2011-12-07bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ↵Marius Kintel
this bug.
2011-11-27Modified test to not cause z buffer fightingMarius Kintel
2011-11-25Updated polygon test with double-specification of start vertexMarius Kintel
2011-11-23Added support for 3D object in the hull() moduleMarius Kintel
2011-11-12Hooked up function testsMarius Kintel
2011-11-12Merge branch 'length-function'Marius Kintel
2011-11-12Reorganized some testsMarius Kintel
2011-11-12Added a len() functionGiles Bathgate
This returns the number of elements in a vector, and the length of a string. Added a basic test script that can be checked for echo output.
2011-11-09Only quote strings when using the stream operator. Fixes #35Marius Kintel
2011-11-08Modified render-tests to trigger an OpenCSG rendering bugMarius Kintel
2011-10-30Added test for rotation of open polylineMarius Kintel
contact: Jan Huwald // Impressum