summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-06Give app version to QtMarius Kintel
2011-11-06Removed FIXME which was in the wrong placeMarius Kintel
2011-11-06output intersection() instead of intersection_for() for evaluated nodesMarius Kintel
2011-11-06Added FIXME for text dumping bugMarius Kintel
2011-11-06Bugfix: rotate_extruder and linear_extrude module toString() output was not ↵Marius Kintel
parsable
2011-11-06removed old fixmeMarius Kintel
2011-11-06typoMarius Kintel
2011-11-05Last CGAL assert fix wasn't enough; expanded the fix to all operatorsMarius Kintel
2011-11-05Catch a CGAL assert caused by a subtraction resulting in non-manifold ↵Marius Kintel
geometry. see testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
2011-11-05bugfix: PI constant didn't work in cmd-line mode. refactored away duplicate codeMarius Kintel
2011-11-05Added support for parsing numbers in scientific notation, e.g. to allow ↵Marius Kintel
roundtripping of written csg files as well as parsing of externally generated scad files
2011-11-03Bugfix: import module toString() output was not parsableMarius Kintel
2011-11-03don't use curly braces in cmd-line usage message. Patch from chrysnMarius Kintel
2011-10-31de-Qt'ified printutilsMarius Kintel
2011-10-31bugfix: filenames with spaces caused a syntax error with the use keyword ↵Marius Kintel
(fixes #31)
2011-10-30Merge branch 'visitortests'Marius Kintel
2011-10-30Enable standard shortcuts for save and reload on Linux and Windows. F2/F3 ↵Marius Kintel
will still work.
2011-10-30Minor eigen include fixMarius Kintel
2011-10-30Killed unnecessary using statementMarius Kintel
2011-10-27Merge branch 'master' into visitortestsMarius Kintel
2011-10-27Improved quality of linear_extrude with twist by forcing all quads to be ↵Marius Kintel
tessellated the same direction
2011-10-26Merge branch 'master' into visitortestsMarius Kintel
2011-10-26Bugfix: Changed caching strategy to avoid the risk of sibling nodes being ↵Marius Kintel
evicted from the cache before the parent node has evaluated.
2011-10-26Make some code more readable and better error reporting on a reporter assert ↵Marius Kintel
error
2011-10-26Minor namespace fixesMarius Kintel
2011-10-26integrate Brad Pitcher's cross compile linux->win32-mingw qmake stuffDon Bright
2011-10-24Merge branch 'master' into visitortestsMarius Kintel
2011-10-23Evaluate expressions for the ternary operator the same way as for if-else, ↵Marius Kintel
i.e. cast any value to bool
2011-10-20Linux compile fix: include cstddef for NULLMarius Kintel
2011-10-20Merge branch 'master' into visitortestsMarius Kintel
2011-10-19Experimental support for exporting the compiled CSG tree as a text fileMarius Kintel
2011-10-19improve OpenGL error reporting. tracking down INVALID_ENUM bugDon Bright
2011-10-16M_PI for Windows should now be turned on as defaultMarius Kintel
2011-10-16M_PI for Windows should now be turned on as defaultMarius Kintel
2011-10-16MergedMarius Kintel
2011-10-16clean up linux changes to fit with win32 changes.Don Bright
2011-10-15improve documentation. move EIGEN_DONT_ALIGN to makefile. win32 build fixes.don bright
2011-10-10enable build of cgalpngtest under windowsXPdon bright
2011-10-08echo output adjustments: same style for vector and range, output boolean ↵Marius Kintel
values as true/false instead of 1/0
2011-10-04compile fix after recent Eigen refactoringMarius Kintel
2011-10-04mergedMarius Kintel
2011-10-04Merge branch 'master' into visitortestsMarius Kintel
Conflicts: src/polyset.h
2011-10-04Rewrote some hard to read linear algebra code to use EigenMarius Kintel
2011-10-03Disable insertion of rich text as it caused copy and paste errors. Reported ↵Marius Kintel
and fixed by 'Moc'
2011-10-03Don't try to autoreload empty file. Version string cosmeticsMarius Kintel
2011-10-03Redefined version() to return the version as a vector. Added version_num() ↵Marius Kintel
to return a comparable number
2011-09-30Cleaned up some unnecessary includesMarius Kintel
2011-09-30Removed unused includesMarius Kintel
2011-09-30Removed unused variableMarius Kintel
2011-09-30Merge branch 'master' into visitortestsMarius Kintel
contact: Jan Huwald // Impressum