summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Collapse)Author
2013-04-18Test old parameter names for importMarius Kintel
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-04-05I think this should fix issue #217Marius Kintel
2013-03-16update test resultsdon bright
2013-03-16Merge branch 'master' of github.com:openscad/openscad into resize5don bright
2013-03-16fix 3d test bug, improve 2d test, update release notedon bright
2013-03-12Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290Marius Kintel
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-11Added test case for value reassignment issue. #289Marius Kintel
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-03-02Uncatchable CGAL assertion exceptionMarius Kintel
2013-02-02add test sample for issue #267Justin C
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-24Added test for circular includesMarius Kintel
2012-10-10Detect recursive execution of functions to avoid a stack overflow crash. ↵Marius Kintel
Fixes #200
2012-10-09Added testcase for issue #204Marius Kintel
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-08-22Manual tests for module cachingMarius Kintel
2012-08-21clarify that 'infinity' is not 'really' tested currently.don bright
2012-08-21improve test scad. don't use dumptest(), 'nan' is a bit of a problemdon bright
2012-08-20improve test scaddon bright
2012-08-20dont crash if there's infinity or NaN in transformation matrixdon bright
2012-08-18detect flaws in 'use' and 'include' statements. make locate_file consider ↵don bright
directories as 'non files'.
2012-07-27add test for proper rounding of decimals in echo()don bright
2012-07-05Merge branch 'master' into valueMarius Kintel
Conflicts: src/parsersettings.cc
2012-06-24Search for libraries from a list of paths. Preparations for issue #125Marius Kintel
2012-06-04Merge branch 'master' into valueMarius Kintel
2012-06-04Added test cases for issue #123Marius Kintel
2012-05-28adding new test images for 'hole' with projection-cutDon Bright
2012-05-12Added known STL import failureMarius Kintel
2012-04-03Slimmed down test case to minimumMarius Kintel
2012-04-03Merge branch 'master' into valueMarius Kintel
2012-04-03typoMarius Kintel
2012-04-03Merge branch 'master' into valueMarius Kintel
2012-04-03Example file for issue #95Marius Kintel
2012-03-31Updated matrix and vector multiplication testsMarius Kintel
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-15Added search functionAndrew Plumb
Search for characters, strings and integers in a lookup table and return the index (or indices) for matches.
2012-02-15Added vector math support.Andrew Plumb
Added vector dot-product, matrix*vec, vec*matrix and matrix*matrix support.
2012-02-03Added test case and source code comments related to issue #80Marius Kintel
2012-02-02Use teardrop instead of roundedBox - renders better (#78)Marius Kintel
contact: Jan Huwald // Impressum