summaryrefslogtreecommitdiff
path: root/tests/regression/opencsgtest
AgeCommit message (Collapse)Author
2013-05-09Search for included files first in the same location as the including ↵Marius Kintel
module, then in the document root as a compatibility fallback. Fixes #217
2013-04-27Fixes remaining dxfdim() issue from #217Marius 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-04-05I think this should fix issue #217Marius Kintel
2013-03-16update test resultsdon bright
2013-03-16update regression test resultsdon bright
2013-03-11add new test results and updated versions of old onesdon bright
2013-03-10test output for resize()don bright
2013-01-28Support reading binary STLs which happen to start with the string 'solid'. ↵Marius Kintel
Fixes #258
2013-01-28Merge branch 'master' of github.com:openscad/openscad into issue159don bright
2013-01-17Test results for updated tests for issue #221Marius Kintel
2013-01-08new test results (degenerate polygons produce output)don bright
2012-12-27Ignore dimension when evaluating control modules mixed with geometry ↵Marius Kintel
children. Fixes #229
2012-10-07Fixed weakness in parser causing modifier characters not to work in front of ↵Marius Kintel
'if' statements. Fixes #197
2012-08-21add images for testsdon bright
2012-06-04Added test cases for issue #123Marius Kintel
2012-05-28adding new test images for 'hole' with projection-cutDon Bright
2012-05-28Tidy up code. Generate proper test png images. Merge branch 'master' into ↵Don Bright
caliston1. Conflicts: src/PolySetCGALEvaluator.cc
2012-02-19bugfix: Fix crash bug when using zero scale factors. Reported by Alan CoxMarius Kintel
2012-02-19Added better example023 with test output.Andrew Plumb
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-02bugfix: Nested use and included of files inside libraries was broken. Fixes #78Marius Kintel
2012-01-29Added test case for recently fixed csg normalization bugfixMarius 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 expected files for use-testsMarius Kintel
2011-12-28Merge branch 'master' into color-priorityMarius Kintel
2011-12-28Updated intersection-tests to avoid hard-to-compare OpenGL z-buffer fightingMarius Kintel
2011-12-28Updated expected files due to recently introduced bounding box changesMarius Kintel
2011-12-27Updated expected files due to recently introduced bounding box changesMarius Kintel
2011-12-27Merge branch 'master' into color-priorityMarius Kintel
2011-12-26Added test for hexagonal cylinder orientation, aka. captured nutsMarius Kintel
2011-12-25Color overriding now works. The outermost color will win if multiple colors ↵Marius Kintel
are specified for the same object
2011-12-23Ported binary STL file reader away from QtMarius Kintel
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-23Test case for recent CSG regression reported by Ed NisleyMarius Kintel
2011-12-21Added 2D render() testMarius Kintel
2011-12-21Expected files for surface-simpleMarius Kintel
2011-12-19Changed the default value of to 2 to avoid breaking existing scripts which ↵Marius Kintel
assume a certain default tesselation behavior
2011-12-13Improved sphere tesselation for low resolution spheresMarius Kintel
2011-12-11Some small refactoring of color handling to support using the color() module ↵Marius Kintel
to change only alpha
2011-12-07bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ↵Marius Kintel
this bug.
2011-11-27expected files for example testsMarius Kintel
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-12Reorganized some testsMarius Kintel
2011-11-08Bugfix: Attach a stencil buffer to the FBO, fixes some OpenCSG rendering bugsMarius Kintel
contact: Jan Huwald // Impressum