Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | bugfix for recently introduced bug: Render negative 2D objects slightly ↵ | Marius Kintel | |
thicker than positive objects to avoid z-buffer tearing with OpenCSG rendering | |||
2012-12-08 | Render all 2D objects 1mm high in OpenCSG/Throwntogether mode | Marius Kintel | |
2012-02-14 | fix tab spacing. comment out debugging line. | Don Bright | |
2012-02-14 | use shared_ptr in shell visitor. add dump() code. hide debug cout. | Don Bright | |
2012-01-09 | Started on cache size management: Let cache sizes be read from Preferences, ↵ | Marius Kintel | |
measure cache sizes in bytes | |||
2011-12-26 | Merge branch 'master' into boost_filesystem | Marius Kintel | |
Conflicts: openscad.pro src/module.h | |||
2011-12-26 | Updated documentation | Marius Kintel | |
2011-12-25 | Removed unused include | Marius Kintel | |
2011-12-11 | Some small refactoring of color handling to support using the color() module ↵ | Marius Kintel | |
to change only alpha | |||
2011-11-06 | Removed unnecessary CGAL defines | Marius Kintel | |
2011-10-04 | Rewrote some hard to read linear algebra code to use Eigen | Marius Kintel | |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-09 | Initial attempt of cleaning up polyset handling. PolySet no longer keeps a ↵ | Marius Kintel | |
refcount, basic cache mechanism is in place, instantiating polysets are controlled through PolySetEvaluator | |||
2011-09-08 | Killed some warnings | Marius Kintel | |
2011-09-02 | bugfix: center vector was uninitialized | Marius Kintel | |
2011-08-05 | Started on getBoundingBox functionality, refactored some vector code as part ↵ | Marius Kintel | |
of this initiative | |||
2011-08-04 | some leftover conflicts from the last merge | Marius Kintel | |
2011-08-04 | Merge branch 'master' into visitor | Marius Kintel | |
Conflicts: src/OpenCSGRenderer.cc src/csgops.cc src/mainwin.cc src/polyset.cc src/projection.cc | |||
2011-08-02 | Improved (more detailed) CGAL error messages | Marius Kintel | |
2011-04-12 | Ported recent changes to master into the visitor branch | Marius Kintel | |
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-17 | fix truncation warning | meta | |
2010-10-31 | fixed minor merge mistake | Marius Kintel | |
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 | Committed current version of visitor refactoring | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-10-31 | Another refactoring session: | Marius Kintel | |
o mk_cache_id() obsoleted by removing the node index from the dump o node index output removed from each node and make optional in NodeDumper o The visitors are no longer global, but associated with a tree o Added Tree class to manage node trees and the (now implicit) dump cache o Moved PolySet cache into PolySetRenderer | |||
2010-10-31 | Initial implementation of CGALRenderer | Marius Kintel | |
2010-10-31 | Committed current version of visitor refactoring | Marius Kintel | |
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-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-03-23 | Don't crash on illegal polygon winding - write an error and skip the object | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@488 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-09 | Cleaned up progress handling, implemented cancel function. Needs more testing | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@420 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-02-01 | Clifford Wolf: | clifford | |
Added CGAL exception to all copyright notes, as it is suggested on: http://www.cgal.org/license.html http://www.fsf.org/licensing/licenses/index_html git-svn-id: http://svn.clifford.at/openscad/trunk@405 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-31 | fixme | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@386 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | Clifford Wolf: | clifford | |
Started to use eigen2 for linear algebra problems git-svn-id: http://svn.clifford.at/openscad/trunk@376 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | header file reorg | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c | |||
2010-01-30 | reorganized file structure layout. more to follow... | kintel | |
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c |