summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-30fix: Ctrl-Left drag on Mac now behaves as right-drag on other platformsMarius Kintel
2011-11-28bugfix: Using the % modifier caused the cache to return an empty object even ↵Marius Kintel
after removing the %
2011-11-28Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2011-11-28Make Ctrl-Q quit - I can't believe this has gone unnoticed until nowMarius Kintel
2011-11-28GLXEW mixed with eigen2 causes weird compiler errors. This is a temporary fixMarius Kintel
2011-11-28Removed some more Qt dependenciesMarius Kintel
2011-11-27More correct preference and warning settings for OpenCSG capabilityMarius Kintel
2011-11-27Check for GL extensions, not just OpenGL 2, before dismissing OpenCSG ↵Marius Kintel
capabilities.
2011-11-26bugfix: We didn't correctly set back CGAL error behaviour after changing itMarius Kintel
2011-11-25Support for traversal pruning and abortionMarius Kintel
2011-11-24Attempt to batte floating point rounding differences for testing purposesMarius Kintel
2011-11-24Bail if CGAL < 3.6Marius Kintel
2011-11-23Output relative filenames in warnings for echotest to give similar results ↵Marius Kintel
across machines
2011-11-23Added support for 3D object in the hull() moduleMarius Kintel
2011-11-21Ported away from QtMarius Kintel
2011-11-21Merge branch 'cache'Marius Kintel
2011-11-13string indexingBrad Pitcher
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-09Merge branch 'master' into cacheMarius Kintel
2011-11-09Only quote strings when using the stream operator. Fixes #35Marius Kintel
2011-11-09Ported away from QHashMarius Kintel
2011-11-09bugfix: Fix problem with progress bar sometimes jumping backwardsMarius Kintel
2011-11-09Merge branch 'master' into cacheMarius Kintel
2011-11-09Ported QCache and related code away from QtMarius Kintel
2011-11-09Make old way of specifying version work as wellMarius Kintel
2011-11-08Fix for dates being interpreted as octal numbersMarius Kintel
2011-11-08bugfix: convexity wasn't passed on to polysets for Cgaladv and Render nodesMarius Kintel
2011-11-07Correctly escape special characters in dumped strings. Fixes ↵Marius Kintel
dumptest_import_dxf-tests
2011-11-07Merge branch 'relative-filenames'Marius Kintel
2011-11-07Don't dump timestamp of included files, this wasn't really used anywhereMarius Kintel
2011-11-07Custom stream operator for outputting relative filenamesMarius Kintel
2011-11-06Reinstated old -x and -s cmd-line parameters for backwards compatibilityMarius Kintel
2011-11-06Removed unnecessary CGAL definesMarius Kintel
2011-11-06Initial work: Created a Filename classMarius Kintel
2011-11-06Slight refactoring of builtin function and module handlingMarius Kintel
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)
contact: Jan Huwald // Impressum