Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
2011-04-12 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-04-12 | Added note about 2D only for hull() | Marius Kintel | |
2011-04-10 | Added hull() and 2D minkowski | Marius Kintel | |
2011-04-10 | misc. fixes: Now supports hull() in OpenCSG mode, dump supports hull(), ↵ | Marius Kintel | |
convexity not needed for hull() | |||
2011-04-10 | Added warning about missing 3D version of hull() | Marius Kintel | |
2011-04-10 | indentation | Marius Kintel | |
2011-04-10 | Merge branch 'master' into convex-hull | Giles Bathgate | |
Conflicts: src/cgaladv_minkowski2.cc | |||
2011-04-10 | Removed excessive debug output | Marius Kintel | |
2011-04-10 | Bugfix: Handling of input-file was not working | Marius Kintel | |
2011-04-10 | Updated test, you no longer need to union the ojects passed to hull. | Giles Bathgate | |
2011-04-09 | Convex hull now works properly with multiple children that do not ↵ | Giles Bathgate | |
neccecerily need to be touching. | |||
2011-04-09 | Slight improvement. You no longer need an arbitary shape in the script for ↵ | Giles Bathgate | |
it to work. See changes in testdata/scad/convex_hull.scad The square(2) was never rendered it was just there because the hull is calculated when it itterates onto the second child. I also removed the unneeded parameter. | |||
2011-04-09 | Added test script for convex hull. | Giles Bathgate | |
2011-04-09 | Basic implementation of convex hull for 2d polyhedra. | Giles Bathgate | |
The code was provided to me by Len Trigg via email. | |||
2011-04-09 | Merge branch 'minkowski2' into convex-hull | Giles Bathgate | |
2011-04-09 | 2d Minkowski mostly working | Len Trigg | |
When the 2d minkowski was enabled the nef2p2 was bailing out too early. I added a simple p2nef2 based on what projection.cc was doing, and applied it to the outer_boundary of the polygon_with_holes_2. It now seems to work for simple scad code such as: minkowski() { translate([25,0,0]) square(20); circle(r=3); } | |||
2011-04-08 | WIP adding support for convex hull operations. | Giles Bathgate | |
2011-04-07 | sync | Marius Kintel | |
2011-04-07 | Bugfix: Clamp and to 0.01 to fix a crash | Marius Kintel | |
2011-04-06 | bugfix: no bounds checking on program_options in non-MDI mode | Marius Kintel | |
2011-04-06 | forgot install name of boost_program_options | Marius Kintel | |
2011-04-06 | Merge branch 'master' into windows | Marius Kintel | |
2011-04-06 | gdb: use our own libraries | Marius Kintel | |
2011-04-06 | bugfix: check size of program options before indexing | Marius Kintel | |
2011-04-06 | Readded -lmpfr for Unix | Marius Kintel | |
2011-04-06 | gcc compile fix | Marius Kintel | |
2011-04-06 | Updated to latest version of 3rd party libs | Marius Kintel | |
2011-04-06 | Update from upstream | Marius Kintel | |
2011-04-06 | Some wishes from Adrian | Marius Kintel | |
2011-04-06 | Small steps towards making this buildable on VS2008 | Marius Kintel | |
2011-04-06 | Windows compile fix | unknown | |
2011-02-09 | Merge branch 'visitor' into pi-constant | Marius Kintel | |
2011-02-05 | Dump 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-05 | Proof of concept implementation of builtin constants. | Giles Bathgate | |
2011-02-05 | clarify boolean wishes | Marius Kintel | |
2011-02-04 | suggestions for constants | Marius Kintel | |
2011-01-24 | update build files | meta | |
2011-01-24 | compile fixes for parser and lexer under MSVC | meta | |
2011-01-22 | filenames are case sensitive on some filesystems | Marius Kintel | |
2011-01-22 | change C99 vla to heap allocated array | meta | |
2011-01-22 | convert from getopt to boost::program_options | meta | |
2011-01-22 | Initial version of release checklist | Marius Kintel | |
2011-01-21 | Merge branch 'meta23-master' | Marius Kintel | |
2011-01-21 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2011-01-21 | Added support for specifying a VARIANT variable | Marius Kintel | |
2011-01-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | update qmake file for visual C++ builds | meta | |
2011-01-21 | Update to actually used library versions | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@595 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2011-01-21 | Update to actually used library versions | Marius Kintel | |