Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Merge branch 'master' into windows | Marius Kintel | |
2011-04-06 | bugfix: check size of program options before indexing | Marius Kintel | |
2011-04-06 | gcc compile fix | Marius Kintel | |
2011-04-06 | Windows compile fix | unknown | |
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-21 | Merge branch 'master' of https://github.com/meta23/openscad | meta | |
Conflicts: openscad.pro | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2011-01-19 | __attribute__ ((packed)) equivalent for MSVC | meta | |
2011-01-18 | remove unused includes | meta | |
2011-01-18 | change literal to help choose a proper overload | meta | |
2011-01-18 | add missing include | meta | |
2011-01-18 | don't use C99 variable length arrays | meta | |
2011-01-17 | removed unused unistd.h | meta | |
2011-01-17 | add some more missing C99 math.h functions | meta | |
2011-01-17 | fix truncation warning | meta | |
2011-01-17 | use QFileInfo instead of stat() | meta | |
2011-01-17 | add C99 math for win32 | meta | |
2011-01-17 | rename to fix a name clash with inner scope | meta | |
2011-01-17 | rename to fix a name clash with inner scope | meta | |
2011-01-17 | replace stat() with QFileInfo | meta | |
2011-01-09 | Output 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-11 | Fix 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-09 | Removed some unneeded cruft. | Giles Bathgate | |
2010-12-03 | Added support for nested includes. | Giles Bathgate | |
2010-11-30 | Improvement to lexing of strings don't use QString.replace, use the power of ↵ | Giles Bathgate | |
flex instead. | |||
2010-11-17 | This adds support for escape sequences in strings e.g \t \n \r \" \\ | Giles Bathgate | |
2010-11-02 | TOK_NUMBER lexer improvement by Steven Dick | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-11-02 | Tag deprecation as such | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | coding style | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Added a rands() function that returns a vector of random numbers. | kintel | |
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Reverted accidental commits | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | FIXME's added to AbstractNode | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@572 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-30 | Compile fixes from Giles Bathgate | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@569 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-07-09 | sign() function suggested by Dan Zuras and implemented by Giles Bathgate | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@568 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-07-02 | Some fixes by Jestin Stoffel | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@566 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-27 | Catch some more CGAL exceptions which were encountered | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@564 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-26 | Fixed DXF export to include the necessary information to make Inkscape ↵ | kintel | |
import our files git-svn-id: http://svn.clifford.at/openscad/trunk@562 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-26 | Applied comma radix bugfix by jmarsden | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@560 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-14 | bugfix: Don't crash when giving 3D vectors or number to a parameter which ↵ | kintel | |
expects 2d vectors git-svn-id: http://svn.clifford.at/openscad/trunk@558 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-06-12 | fixed check-before-reload, also for the Reload (F3) function | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@556 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-05-10 | bugfix: Don't normalize zero-length normals | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@545 b57f626f-c46c-0410-a088-ec61d464b74c |