summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-04-09A bit of encapsulation can't hurt.Giles Bathgate
2011-04-09Removed the remaining crud.Giles Bathgate
2011-04-09Removed a huge whitespace preceeding a lines of code.Giles Bathgate
2011-04-09Move setColor into Polyhedron class which is a much more sensible place.Giles Bathgate
2011-04-09Format the code nicely using astyle.Giles Bathgate
2011-04-09Remove all the crud from CGAL_Renderer.h, and subclass of the differences.Giles Bathgate
2011-04-09Lightweight refactoring of OGL_helper to make it extensible.Giles Bathgate
2011-04-09Restored the original OGL_helper.h from CGAL.Giles Bathgate
2011-04-08WIP adding support for convex hull operations.Giles Bathgate
2011-04-07Merge remote branch 'gitorious/sphere-cylinder-optimisation' into sphere-cylMarius Kintel
2011-04-07Bugfix: Clamp and to 0.01 to fix a crashMarius Kintel
2011-04-07Fixed for when rings <= 0.Giles Bathgate
2011-04-06bugfix: no bounds checking on program_options in non-MDI modeMarius Kintel
2011-04-06Merge branch 'master' into windowsMarius Kintel
2011-04-06bugfix: check size of program options before indexingMarius Kintel
2011-04-06gcc compile fixMarius Kintel
2011-04-06Windows compile fixunknown
2011-03-22Optimised sphere generation.Giles Bathgate
Simply use the same number of fragments for each ring, and use half the number of fragments to determine the number of rings This results in a sphere that has the same projection when viewed from above or from the front.
2011-03-22Optimised cylinder generation.Giles Bathgate
When the sides are vertical we can use 4 sided polygons instead of triangles to define the sides, this reduces the facet count for the sides of the cylinder by half.
2011-02-09Merge branch 'visitor' into pi-constantMarius Kintel
2011-02-05Dump number values with correct precision.Giles Bathgate
You might want to apply this patch so that the output of echo($pi) is not truncated.
2011-02-05Proof of concept implementation of builtin constants.Giles Bathgate
2011-01-24compile fixes for parser and lexer under MSVCmeta
2011-01-22filenames are case sensitive on some filesystemsMarius Kintel
2011-01-22change C99 vla to heap allocated arraymeta
2011-01-22convert from getopt to boost::program_optionsmeta
2011-01-21Merge branch 'master' of https://github.com/meta23/openscadmeta
Conflicts: openscad.pro
2011-01-21Copyright updatesMarius Kintel
2011-01-19__attribute__ ((packed)) equivalent for MSVCmeta
2011-01-18remove unused includesmeta
2011-01-18change literal to help choose a proper overloadmeta
2011-01-18add missing includemeta
2011-01-18don't use C99 variable length arraysmeta
2011-01-17removed unused unistd.hmeta
2011-01-17add some more missing C99 math.h functionsmeta
2011-01-17fix truncation warningmeta
2011-01-17use QFileInfo instead of stat()meta
2011-01-17add C99 math for win32meta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17replace stat() with QFileInfometa
2011-01-09Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵kintel
Lars Kruse git-svn-id: http://svn.clifford.at/openscad/trunk@588 b57f626f-c46c-0410-a088-ec61d464b74c
2010-12-25Suggest filename based on document name on exportMarius Kintel
2010-12-25merged with masterMarius Kintel
2010-12-25Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵Marius Kintel
Lars Kruse
2010-12-11Fix for when the included file doesn't exist. Needed because we will never ↵Giles Bathgate
get an EOF, and so never pop the stack.
2010-12-09Ported random function to visitor branchMarius Kintel
2010-12-09merged current masterMarius Kintel
2010-12-09Removed some unneeded cruft.Giles Bathgate
2010-12-03Added support for nested includes.Giles Bathgate
contact: Jan Huwald // Impressum